Tagged Questions
1
vote
2answers
90 views
Show tooltip only on a specific css class with jquery
$(document).ready(function() {
$("[title]:not(.ItemImage)").removeAttr('title');
});
This removes the tooltip of anything else but it not remove the default tooltip from my specific class ...
1
vote
3answers
493 views
Jquery Delete From Table
This code does following:
Click on "Delete" in item row -> deletes item row
Click on "Delete" in category row -> deletes category row and all item rows (in all table)
Need it to do following:
...
0
votes
1answer
36 views
Jquery - unable to scroll to the label for input field with an error message
I earlier asked another question here
However, I later realized that my requirements are a little different. The above referenced solution takes me only to the error div but I need to scroll up ...
0
votes
6answers
50 views
Jquery click event for specific link
I'm using Jquery in Visual Studio ASP.net. I'm trying to display a message everytime someone clicks on a specific image link (class="button notice buttonEight" below) on a page. Here's a snippet of ...
0
votes
3answers
46 views
Jquery site questions
im developing a site heavily based on jquery and involving wordpress.
is there any way to navigate between pages without reloading the whole thing, other than simple hide/show functions or with ...