Hi;

I got an interesting problem.

I have a code like this:

$('.lin').click(function(){
         $("#sublevels").append("<span class='lin'>"+split[1]+"</span><br
/>");
}

As you see,I have been adding span tags with class lin when another span tag
with class lin was clicked.

Problem is created span tags with class link must run this code also when
they are clicked because they have the same class name (lin)

But they donot work

What's the problem? 
-- 
View this message in context: 
http://www.nabble.com/checking-created-items-again-via-DOM-tf3369155.html#a9374259
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to