Skip to main content

All Questions

Tagged with
0 votes
1 answer
43 views

How to upload multiple files using javascript?

I have 5 upload files here, , now I am trying to figure out how to send it to the db after I convert it to base64, the problem is I don't know how to attach it to attachment_id.
Gheh's user avatar
  • 185
-1 votes
1 answer
424 views

Include Javascript inside JS file

How can we include javascript link inside .js file?. .js file support include, require or import like CSS or PHP? My Code : // Global site tag (gtag.js) - Google Analytics var script = document....
Stellan Coder's user avatar
0 votes
0 answers
84 views

How can I fix the frontend registration using angular js and login

I am working on an AngularJS web app. I need help with routing. I am trying to navigate to index.html if the register is successful(login.html). There are lots of examples about it but I could not get ...
mad bunny's user avatar
3 votes
2 answers
4k views

Quill editor - insert content in quill editor at the cursor

I am using quill editor. suppose i have a select box where i can select value from it, so that it can be inserted into the quill editor. But I want the value to be inserted at the cursor, instead of ...
Adharsh Chottu's user avatar
1 vote
0 answers
636 views

Can't resolve 'jquery' in angular

I am having a weird issue with jQuery in my Angular+TypeScript project. I installed the following packages $ npm i jquery $ npm i @types/jquery And added the script to angular.json "scripts"...
Daniel Stephens's user avatar
0 votes
2 answers
687 views

From my website, how can i get linkedin's cookie's JSESSIONID value?

From my website, how can i get linkedin's cookie's JSESSIONID value? reference site: https://app.we-connect.io/signup If it is not possible then can someone guide me: 1) how above ref. website has ...
sputnik9's user avatar
-1 votes
2 answers
34 views

Which framework as used to make this contact page (dynamic / moving) [closed]

I came across this web site, and I'd like to know which framework did they use to make "Contact" page Form element such as textbox (Name, Enterprise...) when you click on it, its moving (reducing its ...
CodeDevNet's user avatar
0 votes
0 answers
32 views

Jquery modal is not working in another file

I am working with website(frontend in angularjs and backend in nodejs),i have popup which is apperaring after click on signup/login button (file path is "/var/www/html/views/common/header.html") now i ...
amit's user avatar
  • 1,199
0 votes
1 answer
1k views

How to disable default trim in writing variable ejs, node.js?

When I writing variable in EJS table from database, it is written by ejs template with default trim. I want to write variable that come database without default trim. I examined ejs template document(...
Ahmet Onur Solmaz's user avatar
2 votes
2 answers
11k views

How to check the string has number and special characters in JavaScript?

I have the below function to find the string contains numbers and special characters, but it was not working let validateStr = (stringToValidate) => { var pattern = /^[a-zA-Z]*$/; if (...
parithi info's user avatar
3 votes
5 answers
221 views

How split the months from a string?

I need to split only month names from a string . Ex : let str = "januaryfebruaryapriltuesdayfriday"; I want to split like let arr = ["january","february"," april "] I am new to JS , I have ...
parithi info's user avatar
0 votes
0 answers
357 views

Not able get calendar view

I have included my ui-calendar module in angular.module and have all given all the required scripts. But my calendar view is not coming its throwing me calendar.fullCalendar is not a function. I doubt ...
Bhargavi Abhirami's user avatar
3 votes
2 answers
263 views

Infinite nesting of constructors in __proto__ javascript [duplicate]

I was inspecting the proto of an object created via function constructor. I am curious to understand the reasoning behind never-ending nesting of constructor->prototype inside the proto Code is: var ...
Charanjeet Kaur's user avatar
0 votes
1 answer
94 views

electron will not load ssrs report

I added a link inside my html page in my Electron app that opens a SSRS report. When I click the link, it tries to navigate but nothing renders. I clicked the developer tools and I am getting jquery ...
William's user avatar
0 votes
1 answer
411 views

Force scroll to specific top value on external website

Is it possible to make a shortcut go down to the part I want it to through a link even if there are no nearby elements with IDs? I have tried this so far: <a href="http://example.com/#+200px">...
omikes's user avatar
  • 8,423

15 30 50 per page
1
2 3 4 5
12