[jQuery] $.ajaxStart bind on a unique element

2008-05-02 Thread LostCore
Hi! I have this: - $(".submit_textarea").livequery("click", function(e){ e.preventDefault(); if($(this).attr("href") == "#save") { var savencancel = $(this).parent(); var textarea = $ (thi

[jQuery] Re: How to bind to multiple elements

2008-04-27 Thread LostCore
ns true). - if i remove the textarea, a new textarea appears (because the check at the first line fails). Any idea? Thanks! On 27 Apr, 19:13, steve_f <[EMAIL PROTECTED]> wrote: > Do you have multiple divs with the sa

[jQuery] How to bind to multiple elements

2008-04-27 Thread LostCore
Hi! Well, i'll quickly describe my problem. In a page, i've multiple occurrence of: [code] caption_text [/code] I would do, that when i click o