On Apr 13, 5:01 pm, John Resig <[email protected]> wrote:
> Are you sure you're not using some plugin that's including that symbol?

(Sorry to be so slow responding -- I've been on the road.)

No. It's really hard for me to tell which plugins are compatible with
jQuery 1.3.2 and which are not. If I go to the jQuery site, the best I
can find is links to other sites that actually offer the addins, but
neither site publishes the important information. If you want to take
a shot at it, here's a list of the addins that I include:

center.js
ui.base.js
ui.datepicker.js
jquery.bgiframe.min.js
jquery.validate-1.5.2.js
jquery.checkboxes.js

I don't know whether these are a part of jQuery, or even necessary.
I'm pretty sure that my daughter has modified center.js, but the
others are probably right out of the box.

I'm not very worried about this particular issue. I'm more worried
about the incompatibilities that haven't shown up yet.

Just so you know, my daughter says that she has added the following
code snippet to jQuery.validate-1.5.2.js:

addWrapper: function(toToggle) {
if ( this.settings.wrapper )
//toToggle = toToggle.add( toToggle.parents
( this.settings.wrapper ) );
toToggle = toToggle.add( toToggle.parent() );
return toToggle;
},

I haven't looked at it yet, but the problem is that if I used the old
validate.js, then it wouldn't do any checking at all when the form was
submitted, but if I used the new validate-1.5.2.js, then the INPUTs
where there was an error would disappear from the display as soon as
they were changed in any way, e.g. typing a character into a text
field.

Maybe you guys should stop patting yourselves on the back long enough
to straighten out  the documentation and synchronize everything.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to