[jQuery] Re: Problem with creating dynamic html...

2009-01-12 Thread Kean
in 1.3 it will be something like this $(),live('click', function(){ }); or you can do something like this in 1.2.6 $().click(function(e){ e = e.target || e.srcElement; if $(e).is('CSS selector') fire the function }); adding some bubbling $().click(function(e){ e =e.target || e.

[jQuery] Re: Problem with creating dynamic html...

2009-01-12 Thread Nedim
Thank you. I will check it later. On Jan 11, 3:01 pm, Mike Alsup wrote: > > This is in html (by default) > > >       > >       > >           > >               > >                Kolicina Naslov > > >                 > >                     > >                     > >                        

[jQuery] Re: Problem with creating dynamic html...

2009-01-11 Thread Mike Alsup
> This is in html (by default) > >       >       >           >               >                Kolicina Naslov > >                 >                     >                     >                         name="vrijednosti[][1][kol]" type="text" title="Količina npr. 100ml, > 10 kom i sl." /> >