I added a Estimated delivery date widget using a code snippet. I want it to show the diffrent shipping and delivery date for different product. Can I ...
I added a Estimated delivery date widget using a code snippet. I want it to show the diffrent shipping and delivery date for different product. Can I ...
I use the following code to add 2 values of an input and then I display it as the result. This works fine, but just outputs a standard number forma ...
I have set a required field hidden using jQuery. Whenever the user tries to submit the form it gives an error that says "There was a problem with your ...
I was tried to prevent to store the username and password in Google Chrome password manager. so, i was changed the type password to text in the passwo ...
. Answers to this question are eligible for a +50 reputation bounty. ...
I want to create a CSS animation where an arrow moves along an SVG snake path while scrolling, and changes icon on every new section. Here is my page ...
I trying to add different class name for each level without using json values ...
The following function mimics a pattern of behavior I would like in my system: Press button Change text to an Icon Ask for user confirmation ...
I have a multi-select dropdown list and I need to find out if a specific option is selected using jquery. I have the following just to test if the ev ...
I have a jquery:datatable in my code where its columns are created dynamically in the C# based on some table records in SQL. In this datatable, I use ...
i'm trying to make a dropdown with bootstrap 4. it works, but the problem is that it toggles only once. Also, I've tried solutions suggested on the si ...
I have a use-case where input controls are listed and a remove button. The user has the option to remove any of the item in the list. I need to be abl ...
I have a list of Data I get from dynamic inputs like this ones The list is dynamic and I'm Getting the values by input Name like this I want to ...
Hello i have made a dynamic add and remove input fields and the code works great except the part when you reach the maximum limit to delete fields, th ...
I am supporting a website. On one of the pages, the site uses ajax to retrieve data from the backend and, after receiving data, build charts (i.e. pie ...
I am getting frustrated. All examples I can find lack basic math. My problem: I need to round these values to 2 decimal places: I tried all fai ...
I don't know how to make a condition that will show alert when someone want will remove items from select2. ...
I used ajax to create a live search connected to the database(site e-commerce). when there is a value in the input several suggestions are fetched in ...
I have a title that is in the h3 tag. My code works using slideUp but slideDown looks so bad. I want the slideDown animations smooth like in slideUp. ...
I want when a user type something in an input, after pressing enter key, the jquery do something. I am using the following code, but there is a proble ...