Tagged Questions
2
votes
3answers
704 views
Problems with .prepend method in jQuery
I have a function that prepends a li tag to a parent div just fine...however, after the prepend, i want to act upon this prepended list item by changing css properties when hovered on but the jQuery ...
1
vote
7answers
2k views
jQuery - how to undo prepend
I am using the prepend() function to diplay an image when a div is hoevered over. How do I remove the image - i.e. what is the opposite of prepend()
Here is the code:
$("#hover-div").hover(
...
0
votes
2answers
246 views
jQuery - How to do hover on code that has been added using prepend
I have added some code using prepend as you can see. Each of these items (the table cells) has a class called "predicate". When the user hovers over these I want to replace "predicate" with ...