[jQuery] Re: BlockUI + Ajax (AjaxForm)

2007-10-29 Thread Gediminas
Actually not only ajaxSubmit is being done few times, but the whole "$ ('#yes').one("click",function() { });" function is being repeated... So the question is - how to prevent function from repeating itself?.. :/

[jQuery] BlockUI + Ajax (AjaxForm)

2007-10-28 Thread Gediminas
Hey, i'm using ajaxform to submit form. But before submiting i use a BlockUI plugin to confirm that submition. If user clicks Yes - everything fine, but if he clicks No ar first and then submits form again and presses Yes, then my ajaxSubmit does his submition twice (or more, depending on how many

[jQuery] Re: BlockUI Dialog + FireFox - Breaks down

2007-10-26 Thread Gediminas
Yes you are right! The "AI Roboform toolbar v6.9.1"plugin was causing all my problems... (really strange though... i suspected some Web developer tools or FireBug :) Thanks for the idea to check FF plugins :) It saved lot's of time! Gediminas On 26 Spa, 23:35, "Mike Alsu

[jQuery] Re: BlockUI Dialog + FireFox - Breaks down

2007-10-26 Thread Gediminas
Yay! It helped! The plugin that was causing problems was "AI Roboform Toolbar v6.9.1" Thanks! Gediminas btw i might have pressed not Reply to group, but Reply to author, while sending one message here, so Mike if you'll get an email - sorry, it had to go here ;) On 26 Spa, 23:

[jQuery] BlockUI Dialog + FireFox - Breaks down

2007-10-26 Thread Gediminas
page also: http://www.malsup.com/jquery/block/#dialog Everything is ok with both IE 6/7. Gediminas