You cannot post messages because only members can post, and you are not currently a member.
Description:
The future and development issues of jQuery, a wonderful Javascript library.
|
|
|
IE8 JSON.stringify bug
|
| |
John, I was wondering if You would like to add to 1.4, this simple solution, for the IE8 JSON.stringify bug, as described here: [link] <pre><code> if (JSON.stringify(document.creat eElement("input").value)!== "" ) {... more »
|
|
native JSON in 1.4 will be needing an IE8 workaround...
|
| |
for some reason my github commit comments are not showing up except in the RSS feed...so re-posting here. Comment in ff3645e: i've run into a known IE8 issue in the past with its native parser's inability to serialize empty values of DOM elements. details here: [link] just a heads up,... more »
|
|
Drag and Drop library for Raphael
|
| |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Folk, I'm kinda new to jQuery, but have recently written a specialised diagram editing tool using jQuery and Raphael, and my Raphael drag&drop library is now very competent and, I believe, quite complete in the kinds of usage it allows. For example, I use a case where a drag is tracked by two separate... more »
|
|
ajax form plugin submit button
|
| |
Hello everyone, I have a problem submitting a form tag with submit buttons. many of the scripts used in that page require the name of these submit buttons to work correctly. I already read about the serialize function and submit buttons so tried the form plugin as suggested on the jQuery page but i can't get this to work.... more »
|
|
jQuery Foundation timelines?
|
| |
It was mentioned at jQCon that jQuery was going to be under a foundation (like Dojo). I've got a client (a Microsoft Shop), that is anxiously waiting for this. Any word on when this is going to happen? I'd also like to move JavaScriptMVC's code into the jQuery foundation. Will this be possible?
|
|
nightly
|
| |
As a number of people have mentioned in a previous thread (http:// groups.google.com/group/jquery -dev/browse_thread/thread/ 94cd4ab2543d3b01/a62a699a01d4f 425?lnk=gst&q=nightly&pli=1), and elsewhere in #jquery on freenode-- the nightly at [link] isn't quite nightly... more »
|
|
jQuery.fragments and simple HTML
|
| |
I've been looking into jQuery.fragments and have a couple of suggestions. It'd be useful, I think, if jQuery.fragments could be used to store basic DOM nodes as well, for example (currently it only stores fragments): jQuery.fragments['<div/>'] = document.createElement('div'); ... cachedDiv.cloneNode(false); seems to be faster than... more »
|
|
|