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.
Thank you.
I will check it later.
On Jan 11, 3:01 pm, Mike Alsup wrote:
> > This is in html (by default)
>
> >
> >
> >
> >
> > Kolicina Naslov
>
> >
> >
> >
> >
> This is in html (by default)
>
>
>
>
>
> Kolicina Naslov
>
>
>
>
> name="vrijednosti[][1][kol]" type="text" title="Količina npr. 100ml,
> 10 kom i sl." />
>
3 matches
Mail list logo