im trying to impelement a technique to remove stories like jquery animation with jquery animation
This is my script part:
$ (function () {$ ('# jqdelete'). Click (function () {$ (this) .parents ('tr.box' Animate ({backgroundcolor: '# cb5555'}, 500). Value ({height: 0, paddingtop: 0, paddingbottom: 0}, 500, function () {$ (this) .css ({'display': 'None'});});});});
But am not working, am I wrong in any part of my code?
If there are multiple deleted links, you can delete a link instead of an class
should be used:
& lt; A href = 'javascript: void (0)' square = 'jqdelete' & gt; $ (Function () {$ ('.jqdelete'). (Function () {$ (this) .parents ('tr.box'). Animate ({backgroundColor: '# cb5555'}, 500). { Height: 0, paddingtop: 0, paddingbottom: 0}, 500, function () {$ (this) .css ({'display': 'none'})}})}});});
Comments
Post a Comment