Skip to content

Tag: jquery

Get value of data attribut in Jquery

In my page i’ve got this : With Jquery I need to get the data-value (181 in this case) by searching by data-name (adminvtech_tks_devis in this case) in my HTML page. How can I do that ? I’ve tried this without success : alert( $(‘*[data-name=”adminvtech_tks_devis”]’ ).data(…

Need help on Checkbox onclick jquery

trying to learn jquery and made a simple checkbox with a function where you can make all the options read-only checking on “none of the above” button. this will be the output and the last checkbox will make it read-only I want the same result but not putting onclick on the html file, instead using…