[jQuery] element selection
Hi,
I 've a small query, I have a table with each row having a unique id
(eg. 1,2,3,4....)
As an Ajax response I receive ID in JSON format.
I want to remove the row having that ID.
For selecting element using Id, I generally use $('id').fadeOut();
but how do I out the value of variable in this ? (resp.id in my case)
Thanks :)