This group is announcement-only. You cannot post messages because you are not a manager.
Description:
The future and development issues of jQuery, a wonderful Javascript library.
|
|
|
jQuery is Moving to a Forum
|
| |
Hello All - After much deliberation the jQuery team has decided to close down the Google Groups that we've been using for project discussion and move to a unified forum instead. The new forum can be found here: [link] More information about our decision to move can be found here: [link]... more »
|
|
Closing jQuery-dev Google Group
|
| |
The jQuery-dev mailing list has had a fantastic run, lasting about 4 years! However all discussion has since moved over to the new jQuery forum: [link] I will be closing the list effective immediately. If you have any questions relating to the development of jQuery core, please head on... more »
|
|
is the bind() method broken for the change event in jquery 1.4.1?
|
| |
I have some code that works in jquery 1.3.2 but does not in 1.4.1. Not sure where this should go, just started using jquery when 1.3.2 came out. Is this the right forum? jquery site still pointing here, but I thought they moved off of google? $(document).ready(function() { alert("document ready!");... more »
|
|
My first clip
|
| |
*stab stab stab* So, does this mean that the group is no longer moderated?
|
|
jQuery is Moving to a Forum
|
| |
Just my 0.2 in order to contribute to the ongoing discussion: I think that there're advantages to both approaches, forum and mailing list. The main advantage of a mailing list, especially for people using Gmail like me, is that emails are searchable in a much simpler and easier way than a forum. Searches are most likely to be faster, because they're local to the... more »
|
|
Namespaces custom live events broken in 1.4
|
| |
It seems that something has changed regarding namespaced live() events. Looks broken to me: Test case: <html> <head> <script type="text/javascript" src="/js/jquery.js"></script> <script type="text/javascript"> $(document).ready(function() { $('#mydiv').bind('click', function(ev) { console.log("click"); });... more »
|
|
Related to autocomplete plugin query
|
| |
Hi, I am using autocomplete plug-in of jquery. I have a data set as below: DATA STRING | ID foo bar | 1 When I search for say, “foo” OR “foo ba” OR “bar” it gives me proper result. But when I extend my search string from ‘bar’ to say, ‘bar fo’ than result disappears. Basically I am trying to make autocompletor similar to Search Box on... more »
|
|
Trouble with ui datepicker and ie security zones
|
| |
I run my site with ui datepicker at localhost in IE with security params - internet zone, high level(ask to enable javascript). I add localhost to trusted sites. When datepicker shows (_updateDatepicker function call), IE ask me to enable javascript - it`s not correct behaviour. Generated datepicker div contains js functions call and... more »
|
|
Bind Function to Ajax Generated DIV
|
| |
Hey Guys; I am having some issues attempting to bind a slideshow function to a to div that lives within ajax loaded content. Some quick info about what i am attempting. - Portfolio Menu, click each title to load - on click, load new portfolio peice(i.e website-name.html) - Within website-name.html run a slideshow that requires a function... more »
|
|
known bug on line 2392 and 2411 of 1.4?
|
| |
There is a bug on line 2392 and 2411: var is missing: for ( var i = 0, l = match.length; i < l; i++ ) { for ( j in live ) { fn = live[j]; elem = match[i].elem; related = null; if ( match[i].selector === fn.selector ) { // Those two events require additional checking if ( fn.live === "mouseenter" || fn.live === "mouseleave" ) {... more »
|
|
|