2
votes
Is it reasonable to assume my visitors have javascript enabled?
Is it reasonable to assume visitors
have javascript enabled and simply
have an unusable site for those who
don't?
There are actually two questions, and th …
0
votes
How do I fade a row out before postback
Register the handler for form "submit" event.
$("form").submit(function() {
// if user initiated delete action
// do your thing with deleted row (effects, etc.)
// a …
11
votes
