How to get id of element in jquery dynamically

Posted by user355293 on Stack Overflow See other posts from Stack Overflow or by user355293
Published on 2010-06-01T11:00:48Z Indexed on 2010/06/01 11:03 UTC
Read the original article Hit count: 118

Filed under:

i have code like this

function slideelement(element1) { $("#"+element1).slidein(); }

it is not working

© Stack Overflow or respective owner

Related posts about jQuery