[jQuery] Binding submit events via Taconite

2008-04-18 Thread lvp1138
Hi guys, Due to the problem with IE unable to "rebind" onclick events, I am now binding click events via Taconite's EVAL command. All I want to do is, when the user clicks on the "submit" button, a "loading" animation to appear. Before going any further, please be aware that the way our app is

[jQuery] Re: Taconite and Jquery 1.2.3

2008-02-25 Thread lvp1138
ok... seems like jframe is still using some kind of target. I'll play around with that code. Thanks! Peter :) On Feb 24, 5:54 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > On Sun, Feb 24, 2008 at 7:04 PM, lvp1138 <[EMAIL PROTECTED]> wrote: > > > Hi Mike,

[jQuery] Re: Taconite and Jquery 1.2.3

2008-02-24 Thread lvp1138
is returning XML documents. That's > just not going to work. > > Mike > > On Thu, Feb 21, 2008 at 4:14 PM, lvp1138 <[EMAIL PROTECTED]> wrote: > > > Thanks Mike. I'll keep checking. Maybe I'm doing some mistake with the > > javascript file. > &g

[jQuery] Re: Taconite and Jquery 1.2.3

2008-02-21 Thread lvp1138
ples > > The diff between replace and replaceContent boils down to what is being > replaced. With "replace", the entire element is replaced. With > "replaceContent" only the content of the selected element is replaced (just > like jQuery's "html" f

[jQuery] Taconite and Jquery 1.2.3

2008-02-21 Thread lvp1138
Has anyone been able to use Mike's great Taconite plugin with the latest jquery? When using Jquery 1.2.1, Firebug shows: [taconite] Plugin Version: 3.01 [taconite] [AJAX response] content-type: text/xml; status: 200 OK; has responseXML: true [taconite] type: undefined [taconite] responseXML: [ob

[jQuery] Re: Taconite + Jframe + forms = weird problem

2008-02-17 Thread lvp1138
Thanks I did try that a while ago and it worked! The form within the DIV disappears after I submit, but I guess I can replace it again with taconite :) Thanks so much!!! On Feb 17, 1:32 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > > Thanks for the info Mike! Is there any way to set the form pl

[jQuery] Re: Taconite + Jframe + forms = weird problem

2008-02-17 Thread lvp1138
Thanks for the info Mike! Is there any way to set the form plugin so that forms have that same behavior as the links? We will be handling the responses for all forms with Taconite and jframe. With the hundreds of forms in our application, it will save us a bunch of time in coding... :) On Feb 16

[jQuery] Re: Taconite + Jframe + forms = weird problem

2008-02-16 Thread lvp1138
document, not HTML, and that cannot be inserted wholesale into the current > doc. > > Mike > > On Wed, Feb 13, 2008 at 7:28 PM, lvp1138 <[EMAIL PROTECTED]> wrote: > > > We are currently designing a very dynamic application, and we thought > > we could use Jframe,

[jQuery] Taconite + Jframe + forms = weird problem

2008-02-14 Thread lvp1138
We are currently designing a very dynamic application, and we thought we could use Jframe, from http://garage.pimentech.net/scripts_doc_jquery_jframe/, to do ajax calls instead of having to write jquery ajax calls code for forms, DIVs, etc, that we constantly remove and add to the DOM. It works

[jQuery] Livequery + jQuery.YAV

2007-10-24 Thread lvp1138
jQuery.YAV is a input validation plugin based on the popular YAV. Normally, a call like this: $(document).ready(function(){ $("#form1").yav(); }); will be enough to call Yav to do input validation when the form is submitted. However, on our software, the f