I'm using the jQuery Validate plugin.
I have a basic form that asks for someone's name:
When I enter the first character into the field, I get a Firebug
warning:
"The 'charCode' property of a keyup event should not be used. The
value is meaningless."
Is there a way to fix this?
I'm using $("form").serialize(), and then doing an AJAX request.
JQuery automatically replaces spaces with the + character.
How can I keep my spaces?
(I couple replace the + character with a space on the server side, but
I want the users to be able to enter the + character when they submit
form
This happens on the example demo:
http://docs.jquery.com/Plugins/Validation#Example
Firefox 3.5.2
Firebug 1.5X.0a22
On Sep 9, 7:40 pm, Geoffrey wrote:
> My first question is why are you using a development version of
> Firebug? I copied and pasted the jQuery example into an html file and
> tested it and I get no error in FF 3.5.2 with the current release
> version of Firebug 1.4.2
There was a problem with goo
I've got a ajax request that I'm trying to modify so that it will work
cross domain. I'm calling this from another domain (localhost to be
precise).
$.post("http://www.energyjustice.net/map/server-test/webservice/
searchserver-new.php?"+str,
{ giAjax: "1", gsSearchtype:
5 matches
Mail list logo