[jQuery] Make BlockUI synchronous

2010-01-12 Thread Vince
Sincerely Vince

[jQuery] Simple Slide Panel

2009-03-16 Thread Vince
Hi, I recently saw this simple slide panel tutorial - http://www.webdesignerwall.com/demo/jquery/simple-slide-panel.html. I'm a newbie at jquery and was wondering if you can actually use this slide panel with multiple buttons? Help anyone??? :) Vince

[jQuery] jQuery Ajax content

2008-05-09 Thread vince
Hi, iam loading with the jQuery Tab UI in touch with the ajax function, remote dynamic content. After jQuery has load the content, i would like to use jQuery over again in my template. But , i cant use jQuery again in ajax loaded content ... ! Is there a way to solve this problem? vince

[jQuery] $.post to submit form data?

2007-06-26 Thread vince
Another problem I am having. I have tried using jQuery's $.post function from within a form. i.e: onclick=$.post(\'login.php\', this.form ,function(data) { document.getElementById(\'login_container\').innerHTML = data; }) ; which ... kind of works on the other end I have: if

[jQuery] Preload multiple hidden data with $.get()?

2007-06-25 Thread vince
this. Thanks, Vince p.s. jquery rocks!