[jQuery] Re: How to check whether an element is bound to an event or not?

2010-01-02 Thread Joe Sondow
Yes, the live function. http://docs.jquery.com/Events/live Added in jQuery 1.3: Binds a handler to an event (like click) for all current - and future - matched element. Can also bind custom events. On Jan 2, 11:44 pm, Md. Ali Ahsan Rana ranacser...@gmail.com wrote: hi, thanks. But, what is

[jQuery] Re: json return

2009-12-30 Thread Joe Sondow
Your json string represents an array. The variable data is probably that array. There is no idfakultas property on the array, but there is an idfakultas property on each of the two objects in the array. Try this for your alert: alert(tes = + data[0].idfakultas + + data[1].idfakultas);