if home some like this:

$('<div id="editLng_'+lng_id+'"></div>').appendTo('body');

now when i create new element i need to check if that element already
exist, if exist focus, else create. I cant find in jquery
documentation isExist statement or something like that.

Thanks.

Reply via email to