Re: [jquery-dev] What's wrong in my code?

2009-12-07 Thread oneofthelions
I figured...my link to jquery is defined as scr instead of src... oneofthelions wrote: > > My fadeOut is not working, where my code went wrong > > [code] > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> > http://www.w3.org/1999/xhtml";> > > > Jquery test > > > > > #box > {

[jquery-dev] What's wrong in my code?

2009-12-07 Thread oneofthelions
My fadeOut is not working, where my code went wrong [code] http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml";> Jquery test #box { background: red; width: 300px; height: 300px; } $(function() { $('a').click(function() {

Re: [jquery-dev] make breaks after pulling commits from GitHub

2009-12-07 Thread Karl Swedberg
thanks, John! --Karl On Dec 7, 2009, at 9:08 PM, John Resig wrote: > I've landed commits to fix both of the aforementioned issues. (I > would've done it sooner but was without Internet today - sorry!) > > --John > > > > On Mon, Dec 7, 2009 at 2:08 PM, Will wrote: >> FYI, there is a "p" in exce

Re: [jquery-dev] make breaks after pulling commits from GitHub

2009-12-07 Thread John Resig
I've landed commits to fix both of the aforementioned issues. (I would've done it sooner but was without Internet today - sorry!) --John On Mon, Dec 7, 2009 at 2:08 PM, Will wrote: > FYI, there is a "p" in excess in Rakefile latest commit > > # Basic Rakefile for building jQuery > files = [ "i

Re: [jquery-dev] Re: About change event in IE, and automatic submission form...

2009-12-07 Thread Michael Geary
A few comments... 1) Regarding the "articles.length is null or not an object" error - the only reference I see to articles.length in your code is in a comparison in a for loop. This should never trigger that error, since it's not trying to use articles.length as an object - only as a numeric value

Re: [jquery-dev] make breaks after pulling commits from GitHub

2009-12-07 Thread Will
FYI, there is a "p" in excess in Rakefile latest commit # Basic Rakefile for building jQuery files = [ "intro", "core", "suppport", Thank you! -will On Dec 7, 2009, at 16:50 , John Resig wrote: > Fixed the missing brace: > http://github.com/jquery/jquery/commit/97323d192f368fb8fa4ab8c77fbd7da9

Re: [jquery-dev] make breaks after pulling commits from GitHub

2009-12-07 Thread Julian Aubourg
Still not working, there seems to be a remaining nodeNode in manipulation.js (line 466 -- also in need of an elem.nodeName test too btw). /me nods ;) 2009/12/7 John Resig > Fixed the missing brace: > > http://github.com/jquery/jquery/commit/97323d192f368fb8fa4ab8c77fbd7da99b049800 > > And chang

[jquery-dev] Re: About change event in IE, and automatic submission form...

2009-12-07 Thread elpatator
Seems like the construction of my JSON, or at least it's looping through each item, is wrong. IE sends me a "Error Message: 'articles.length' a la valeur Null ou n'est pas un objet." ... -- You received this message because you are subscribed to the Google Groups "jQuery Development" group. To p

Re: [jquery-dev] make breaks after pulling commits from GitHub

2009-12-07 Thread John Resig
Fixed the missing brace: http://github.com/jquery/jquery/commit/97323d192f368fb8fa4ab8c77fbd7da99b049800 And changed the ordered of event & support (and made sure it won't freak out): http://github.com/jquery/jquery/commit/afaae84a7a56bcbb69cb772d9ea29766ad0a2aa6 I'll be moving ready into core la

[jquery-dev] Re: Code Optimization & Safari Syntax Error

2009-12-07 Thread Scott Sauyet
Forget it. My brain is clearly fried, and no one should listen to anything I say today. -- Scott -- You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-...@googlegroups.com. To unsubscribe from this

[jquery-dev] Re: Code Optimization & Safari Syntax Error

2009-12-07 Thread Scott Sauyet
On Dec 7, 9:15 am, Scott Sauyet wrote: > This group is for discussing the development of jQuery itself.  You'll > probably have better luck in the main jQuery group: Sorry, copied something from a Dev-group post. don't know how that got in here. :-( -- Scott -- You received this message be

Re: [jquery-dev] Code Optimization & Safari Syntax Error

2009-12-07 Thread Scott Sauyet
On Sun, Dec 6, 2009 at 2:07 PM, specik wrote: > Hey all, I would consider myself an intermediate jQuery developer. I'm > building a new site and as part of it, there's a lot of a jQuery code [ ... ] This group is for discussing the development of jQuery itself. You'll probably have better luck i

Re: [jquery-dev] make breaks after pulling commits from GitHub

2009-12-07 Thread arrixz...@gmail.com
That commit also makes event.js dependent on support.js so scripts inclusion order in build scripts must be updated. But even after adding the missing "}" and adjusting build.xml, I still cannot get a working build. I got the following error when running the generated jquery.js Uncaught TypeError:

[jquery-dev] Re: About change event in IE, and automatic submission form...

2009-12-07 Thread elpatator
After trying the use of 'live' method, I obtained something a bit better. Heres my code for now : /* * * @author simiand * */ $(document).ready(function(){ /* * BOF // Fonction pour garder la session active */ var sessionKeepAlive = 1 * 50; function keepSessionAlive(

Re: [jquery-dev] make breaks after pulling commits from GitHub

2009-12-07 Thread Julian Aubourg
Commented about it here : http://github.com/jquery/jquery/commit/7d36ccfa8eb018fcf349e1f74e3a0a614385558f 2009/12/7 Karl Swedberg > I pulled in the latest changes this morning from the jQuery GitHub repo, > but when I tried to run "make" it threw a couple errors: > > ERROR] 1:0:Compilation produ

[jquery-dev] make breaks after pulling commits from GitHub

2009-12-07 Thread Karl Swedberg
I pulled in the latest changes this morning from the jQuery GitHub repo, but when I tried to run "make" it threw a couple errors: ERROR] 1:0:Compilation produced 2 syntax errors. org.mozilla.javascript.EvaluatorException: Compilation produced 2 syntax errors. at com.yahoo.platform.yui.