Tagged Questions

1
vote
2answers
65 views

How to get javscript event to fire only when the background is clicked (and not other elements)?

I'm trying to write a web app which replaces the context menu (right-click menu) with my own customized ones. I want it so that when the user clicks on a table row, they get one certain context menu …
0
votes
2answers
406 views

using jQuery toggle function on a table row makes table itself grow

I'm using the jQuery toggle effect hooked to the click() event of 1 table row to toggle the visibility of the next row (which also happens to be the final row in the table). If I click the firing row …