EN VI
Posts (0)
Questions (6)
2024-03-11 15:00:07
You can achieve this by using JavaScript's array methods along with jQuery if you're working with DOM elements. Here's how you can do it: var obj = [{"slno":"1","productid":"10001","qty":"1","pric...
Tags: Jquery arrays json
2024-03-12 20:30:13
I simplified the script. Clear all rads when clicking Sí or No, and then toggle relevant divs const $rads = $("input[type='radio']").on("change", function() { let siClicked = this.id === 'docume...
Tags: Jquery uikit
2024-03-13 07:00:06
You can create a global variable let app = {...} and store all program data in there (this is how I usually organize programs). Then, store the state of your items under app.data.checkboxState or some...
Tags: Javascript Jquery dom
2024-03-15 04:30:06
This small example might give you something to study. The first select is like your AJAX, and it sets a variable. It then uses that variable to set the value of a second drop-down. Note: To set the va...
2024-03-16 01:30:09
Edit: Edited my answer according to the new data you provided. Made some changes to checkInput() to correctly return true or false if name was found and also added a line for the location column f...
Tags: Javascript html Jquery
2024-03-16 22:30:05
You can do it like this. First, in your frontend, change your change event listener for your #categoryid. Below is one suggestion (I'm using query parameters, and not a cookie). $('.categoryid').on('c...
Tags: PHP Jquery ajax

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login