191828/how-to-get-att-value-jquery
<input type="hidden" value="#F00" name="" class="myValue"> $(document).ready(function(){ var myValue = $(".myValue").val(); console.log(myValue); });
It returns "value=#F00"; It should return #F00; only
I'm using following markup to create a ...READ MORE
Hello @kartik, Use the click event, which won't fire until ...READ MORE
here i am trying to fetch values ...READ MORE
I am trying to work facebook login ...READ MORE
How we can add a check for ...READ MORE
To set selected value of jQuery Select2 ...READ MORE
Hey, jQuery is a fast and concise JavaScript ...READ MORE
Hello, Use the following script tag in your ...READ MORE
Hello @kartik, You have provided wrong order for ...READ MORE
Hello @kartik, Set the trigger option of the popover to hover instead ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.