How to get the value of the $(.subname) when clicked on .bigadminbutton - function updateSub(). Tried everything (all combinations of prev, sibiling, parent, children, find...) but without any success
Let\'s say you have two selectors like this: $(\".class1, .class2\").click(function() { $(this).hide();
i have several class with a name, how can getting content first class. like: <div class=\"hi\"> <div class=\"hey\"><input name=\"hello1\"></div> // this is 1
how can after choose image and before upload (before insert in database) displaying image? this code not displaying image:
I am having an issue with the following bit of code. I\'m trying to retrieve the index of the li element that is currently being hovered over.
In the following code, I am attempting to act upon the li element being hovered over. HTML: <div id=\"featured\">
why after two click this code adding several input together? $(\'.add_input\').live(\'click\', function () {
why after several times click on buttons, is hang website? i use of function .load() for loading content(html). i use of firebug for solution this problem but did not succeed.
Consider the following HTML table: <table id=\"myTable1\"> <tr id=\"TR1\"> <td><input type=\"text\" id=\"quantity1\" name=\"quantity1\" /></td>
In the code shown below.... it should be able to fetch only the checkbox which is checked.. but it is taking the value as undefined....what is the problem in the code... and it displays all the checke