[jQuery] Re: jquery 1.2 feedback

2007-09-12 Thread Klaus Hartl
Eridius wrote: The tabs don't work since they use .eq() function(ofcourse you just need the 1.1 patch js and it works fine) The reason they don't work is because there is UI Tabs (aka Tabs 3) now that works fine with jQuery 1.2 - I'm not planning to update the Tabs 2 branch any longer.

[jQuery] Updated Demos to v1.2

2007-09-12 Thread Glen Lipka
I did some spring cleaning on the demos I have accumulated. I erased the ones that I couldn't remember what they were demonstrating and updated the rest to 1.2. No bugs. In fact, some issues were resolved. http://www.commadot.com/jquery/ I also (finally) got around to gzipping my JS files.

[jQuery] Re: hover and hoverIntent

2007-09-12 Thread macgregor
I was having the same issue using the hover function for some suckerfish drop-down nav tonight. Once I switched to using the .mouseover and .mouseout events like Dad has above, it worked properly -- with the status bar showing the links from the nested uls. On Aug 27, 3:46 pm, Dan Evans [EMAIL

[jQuery] Re: hover and hoverIntent

2007-09-12 Thread macgregor
I was having the same issue using the hover function while working on some suckerfish drop-down nav tonight. Once I switched to using the .mouseover and .mouseout events like Dan showed above, it worked properly -- with the status bar showing the links from the nested uls. On Aug 27, 3:46 pm,

[jQuery] Re: jquery 1.2 feedback

2007-09-12 Thread Alexandre Plennevaux
Hey that's indeed possible in my case: i used the pack in 1.1.4 and the min in the 1.2 -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Justin Sepulveda Sent: mardi 11 septembre 2007 23:09 To: jQuery (English) Subject: [jQuery] Re: jquery 1.2

[jQuery] Re: Invitation from Dug Falby ([EMAIL PROTECTED])

2007-09-12 Thread Tane Piper
Wow, I had heard about the Quechup reading your contacts list and spamming, looks like we've got it here too! On 12/09/2007, Dug Falby [EMAIL PROTECTED] wrote: DugFalby ([EMAIL PROTECTED]) has invited you as a friend on Quechup... ...the social networking platform sweeping the globe

[jQuery] Superfish updated to work with jQuery 1.2

2007-09-12 Thread Joel Birch
Hi all, Just a quick note to say that I have updated the Superfish menu plugin to work with jQuery 1.2. The only change required was changing li[ul] to li:has(ul) in two places, which was also reported by Sozzi (thanks Sozzi). The current Superfish version is now 1.3.1. There is also a link to

[jQuery] unable to attach events when blockui is active

2007-09-12 Thread Jack Killpatrick
Hi All, I'd like to use the blockUI plugin to block a div while performing an ajax call. In the call, the div that's being blocked gets reloaded. Then, before I call unblock, I reattach event handlers (click handlers, etc) to the controls in the newly loaded div. Well, I try to, at least.

[jQuery] Re: changing the order of alist

2007-09-12 Thread GianCarlo Mingati
Hi Renaud, http://www.gcmingati.net/wordpress/wp-content/lab/jquery/cycle/na3cycle.html it works. Basically just styling the markup in an appropriate way, and using the jquery.cycle plugin i want to realize a jqueryfied version of slideshowpro (the flash component). This is just a test to see if

[jQuery] Re: jquery 1.2 feedback

2007-09-12 Thread Bernd Matzner
I'm using Jorn's Form Validation in a monster form. Using jQuery 1.2minified version returns all validation in =~ 16 sec. Using uncompressed version returns in 6 sec. Hi, somewhat unrelated to the thread: 6 or even 16 secs seem like an eternity. What would be the disadvantages of using

[jQuery] Re: Visual jQuery

2007-09-12 Thread Dan Atkinson
I'm glad there's still people who appreciate the XML support as well. Does sound like a while to happen though... Thanks all the same Jörn.

[jQuery] Re: NEWS: jQuery 1.2 Released

2007-09-12 Thread Christof Donat
Hi, The end result is probably a net enlargement of included JS, IMO. You can always include the convenience functions in your own code. Then you have no net enlargement of code. You even can leave out those you don't intend to use reducint the size of the whole js code. Of course you can

[jQuery] Zope3/JQuery Sprint

2007-09-12 Thread Roger Ineichen
Hi all I'm a core developer of Zope3 and we organize a Zope3 Sprint in the Boston Area. One task whould be to integrate JQuery using JSON RPC. And intergrate JSON RPC support for JQuery which JQuery doesn't support right now. We also thinking about to build a Zope3 application server

[jQuery] Re: jquery 1.2 feedback

2007-09-12 Thread Aaron Porter
Tom Sieron' wrote: On 9/12/07, Justin Sepulveda [EMAIL PROTECTED] wrote: Curious, would the speed increases come from using the minified version verses the packer version? I've recently stumbled upon such an opinion :

[jQuery] Re: NEWS: jQuery 1.2 Released

2007-09-12 Thread Pyrolupus
Peter, On Sep 11, 5:57 pm, Peter Bengtsson [EMAIL PROTECTED] wrote: Do I need the XPath Compatibility Plugin to do $('[EMAIL PROTECTED]file]') or does the deprecation only apply to $('[EMAIL PROTECTED]')? 1) It's only deprecated, not removed, so it will continue to work even without the

[jQuery] blockUI scope / $.unblockUI not closing

2007-09-12 Thread Brook Davies
Hello, How can I reference the blockUI window if $.unblockUI will not close it? I am using blockUI and can't get it to close from an event handler within an object using $.unblockUI. The object that contains the call to $.unblockUI. is not the same object that called $.blockUI().

[jQuery] Re: NEWS: jQuery 1.2 Released

2007-09-12 Thread Joan Piedra
Hi Peter, now you can use simple css selectors for this. $('input[type=file]') $('input[type]') Also, you could use a simple jQuery selector for this, it is supposed to be easier and faster. http://docs.jquery.com/Selectors $(':file') On 9/11/07, Peter Bengtsson [EMAIL PROTECTED] wrote: Do I

[jQuery] Re: Learning JQuery book typo: plugins repo URL is 404

2007-09-12 Thread Joan Piedra
Hello, I believe it's easier to add an insensitive url support/redirection to the plugin repository than fix a typo bug in a book. Maybe John and Karl can take a look at this. PS. Thanks to Karl and Jonathan for such a great book, it's incredibly awesome and really well written (in both ways:

[jQuery] Re: rounded border plugin?

2007-09-12 Thread Matt
On Sep 11, 3:29 pm, Stephan Beal [EMAIL PROTECTED] wrote: On Sep 11, 11:14 pm, Matt [EMAIL PROTECTED] wrote: Hi All, I'm new to JQuery, and relatively new to JS. I noticed there are a few plugins for doing rounded corners, but the ones I've seen seem to work on background colors only.

[jQuery] Re: Using wrap() and then removing the wrapped element without removing the children

2007-09-12 Thread Joan Piedra
Hmm.. Can't you clone the nodes and then just remove the _old_ parent div? On 9/11/07, Pyrolupus [EMAIL PROTECTED] wrote: On Sep 11, 3:03 pm, Brook Davies [EMAIL PROTECTED] wrote: Easy Question I think. If I use (from Jquery 1.2): $(#myElem).wrapAll(div id='myDiv'/div); To wrap the

[jQuery] Re: Jquery Cheat Sheet

2007-09-12 Thread adrien
Thanks, Here is the brand new version for the Jquery 1.2 release (because there is more than on the roadmap!) PNG http://www.box.net/shared/invpn0ge2k (1024x768px, 469.2 KB) PDF http://www.box.net/shared/mx1ckj3l2h (A4, 585.0 KB KB) PSD http://www.box.net/shared/4luxkdm639 (A4 120dpi, 6.5 MB -

[jQuery] Re: Superfish plugin fix for jQ1.2

2007-09-12 Thread Pyrolupus
On Sep 11, 7:17 pm, Joel Birch [EMAIL PROTECTED] wrote: On 9/12/07, sozzi [EMAIL PROTECTED] wrote: No biggie but I might as well save someone a few grey hair. Hey thanks for working this out for me. I am planning on debugging Superfish for jQuery 1.2 very soon so it's nice to know it seems

[jQuery] Re: Visual jQuery

2007-09-12 Thread Pyrolupus
Yeah...but... We're currently working on new tools to convert the documentation into the old XML format (so that sites like Visual jQuery can be updated for 1.2). It's just what the man said. I guess it'd be nice for said output to be generated and then linked on jquery.com, though. Pyro On

[jQuery] jQuery repeater

2007-09-12 Thread Akume
i'm new to Jquery and i'm trying to create a plugin that does something similar to the way a .NET repeater works. you supply an array and a column template and it builds the table accordingly. i know that you can create an HTML string, attach events to it, and then append that string to a div

[jQuery] Re: Learning JQuery book typo: plugins repo URL is 404

2007-09-12 Thread Pyrolupus
Karl, I think that part of what Stephen was suggesting is that the webmaster for jquery.com symlink (or rewrite or whatever) Plugins to plugins/ so that the URL inside the printed book will work for its readers. Pyro On Sep 11, 8:34 pm, Karl Swedberg [EMAIL PROTECTED] wrote: Thanks a lot,

[jQuery] charset question

2007-09-12 Thread Guoliang Cao
Sorry for resurrecting this post. But I only get a chance to look at this problem recently again. I'm hosting my library and game data files on a apache server. Is it possible to customize ajax request to set request header to accept GB2312 so that the server will only be serving data files

[jQuery] Re: google reader slick animation using jquery

2007-09-12 Thread Kia Niskavaara
When scrolling, new content is added all the time. But looking at Google Reader again, I realize that there is no animation involved at all. I was wrong. But I still think that this could be done in a slicker way. When adding a lot of content to a page, wouldn't it be nice if the new

[jQuery] Re: NEWS: jQuery 1.2 Released

2007-09-12 Thread Sergio Michels
Congratulations! On 9/11/07, Stephan Beal [EMAIL PROTECTED] wrote: On Sep 11, 11:18 pm, John Resig [EMAIL PROTECTED] wrote: Only using shallow copy? You're definitely in a very, very, small minority, then. What are the use cases for shallow copying a large DOM structure, that has a ton

[jQuery] Ajax link in docs for 1.2 crashes IE6

2007-09-12 Thread Eric Crull
Going through the Jquery 1.2 release notes using IE6 I couldn't even access the page on Ajax. Everytime I clicked the Ajax Link, the browser folded like a house of cards. A second problem exists under clone(true) found in the Manipulation link. The documentation indicates that each cloned

[jQuery] position in selector

2007-09-12 Thread [EMAIL PROTECTED]
I have the following code $('a').click(function() { console.log('anchor'+ pos+' in page); }); I'd like to be able to get the matched position number (pos) of each element found, so if my page has 5 anchor tags, if i click on the first a element in the page, its pos would be 1 (or 0), etc.

[jQuery] newbie: how can I get the # of options in a SELECT element?

2007-09-12 Thread Ojas
Using jQuery, how can I get the following value? document.myForm.mySelectElement.options.length

[jQuery] Page Reload On Link Click

2007-09-12 Thread Dave
I've been following several tutorials, trying to learn JQuery and I've been having some difficulty with what should be a trivial task. When I click a link to activate something like a div toggleing in and out of site, I get jumped to the top of the page. Also, my functions don't seem to be

[jQuery] BlockUI - IE does not interpret JS script

2007-09-12 Thread boomroker
Hi guys, been using Jquery a bit for my dashboard website at my work just to add eye candy and such... This is the first time I have run into an IE bug... What happens is that once a table get loaded with my code it shows the correct colours in Firefox on both windows and linux but does not

[jQuery] Check it out:download free,stock information,knowledge base,hot videos,hot games and hot tickets...

2007-09-12 Thread joe
Check it out:download free,stock information,knowledge base,hot videos,hot games and hot tickets... http://groups.google.com/group/all-good-things/web/very-useful-websites

[jQuery] BlockUI - IE does not interpret JS script

2007-09-12 Thread boomroker
Hi guys, been using Jquery a bit for my dashboard website at my work just to add eye candy and such... This is the first time I have run into an IE bug... What happens is that once a table get loaded with my code it shows the correct colours in Firefox on both windows and linux but does not

[jQuery] Re: position in selector

2007-09-12 Thread Klaus Hartl
[EMAIL PROTECTED] wrote: I have the following code $('a').click(function() { console.log('anchor'+ pos+' in page); }); I'd like to be able to get the matched position number (pos) of each element found, so if my page has 5 anchor tags, if i click on the first a element in the page, its pos

[jQuery] Re: newbie: how can I get the # of options in a SELECT element?

2007-09-12 Thread Sam Collett
That gets all options in all selects, this would be better: $('#mySelectElement option').length On Sep 12, 1:14 pm, David Duymelinck [EMAIL PROTECTED] wrote: $('select option').length should do it. -- david Ojas schreef: Using jQuery, how can I get the following value?

[jQuery] Re: newbie: how can I get the # of options in a SELECT element?

2007-09-12 Thread David Duymelinck
Yes of course i was presuming there was only one select, which makes my example correct, but in a real life site you have to use an id . -- David Sam Collett schreef: That gets all options in all selects, this would be better: $('#mySelectElement option').length On Sep 12, 1:14 pm, David

[jQuery] Re: Animation bug in 1.2 (@Brian and @John)

2007-09-12 Thread Wizzud
The code ... // If a +/- token was provided, we're doing a relative animation if ( parts[1] ) end = ((parts[1] == - ? -1 : 1) * end) + start; ... is based on the assumption that any value with a leading +/- indicator is a relative animation. Unfortunately this

[jQuery] [Announce] WYMeditor 0.4 released

2007-09-12 Thread Jean-Francois Hovinne
Hi All, I'm glad to announce the release of WYMeditor 0.4, a jQuery-based XHTML editor. This release includes new XHTML and CSS parsers, and fixes some outstanding bugs. Thanks to all the contributors who made it possible! Website: http://www.wymeditor.org/ Download:

[jQuery] Re: Page Reload On Link Click

2007-09-12 Thread Wizzud
I don't know if it's just a typo on this post, but you're missing a starting double-quote in the first statement of your click handler function... $(a.comment_toggle).click(function(){$(div.comment).toggle(); return false;}); should be

[jQuery] Re: [Announce] WYMeditor 0.4 released

2007-09-12 Thread Alexandre Plennevaux
Wow, it 's starting to take nicely shape, i think i'll give it a try soon. Congratulation jf ! What, as a potential user working in real life scenarios, i would like to see how flexible it is: for example, a very basic version (like underline, italic, bold) and a full featured version. Also, is

[jQuery] Re: popup div

2007-09-12 Thread Wizzud
You could try something like this... $('#myTrigger').click(function(){ $('#myDiv').show(); $(document).one('click', function(){ $('#myDiv').hide(); return false; }); return false; }); james_027-2 wrote: Hi, I am trying to make a simple div that will pop which will be close by

[jQuery] Re: jquery 1.2 bug -- clone(true) doesn't copy the event in ie(ie6 and ie7)

2007-09-12 Thread Eridius
I am having the same issue with clone(true) not copying tabs 2 events. 张博 wrote: jquery 1.2 bug -- clone(true) doesn't copy the event in ie(ie6 and ie7) -- View this message in context:

[jQuery] Re: [Announce] WYMeditor 0.4 released

2007-09-12 Thread Jean-Francois Hovinne
On Sep 12, 3:44 pm, Alexandre Plennevaux [EMAIL PROTECTED] wrote: Wow, it 's starting to take nicely shape, i think i'll give it a try soon. Congratulation jf ! Thanks! What, as a potential user working in real life scenarios, i would like to see how flexible it is: for example, a very

[jQuery] jQuery.dequeue is not a function

2007-09-12 Thread Gordon
In a web application I am working on there is a menu that slides down when you mouseover something and slides back up when you mouseout again. If you did this too quickly the result would be that the animation would bounce up and down quite comically with no way to stop it other than waiting for

[jQuery] Re: Animation bug in 1.2 (@Brian and @John)

2007-09-12 Thread John Resig
Hey, thanks for your thoughts. I thought this issue over last night and have come up with the following solution: Absolute Animations: 50px -50px Relative Animations: +=50px -=50px I'm going to be pushing this live in an update this weekend, so that it's fixed quickly. (In the future, stuff

[jQuery] Re: NEWS: jQuery 1.2 Released

2007-09-12 Thread John Resig
Christof - You should bring those points up for discussion again on the jquery-dev list (they're more relevant now, now that 1.2 is out). The dev list is the best way to talk with the core developer :-) --John On 9/12/07, Christof Donat [EMAIL PROTECTED] wrote: Hi, The end result is

[jQuery] Re: [Announce] WYMeditor 0.4 released

2007-09-12 Thread Alexandre Plennevaux
One more request: possibility to upload images, within a file browser (boum boum bang, a full project in itself) ! To keep this feature light, i would be perfectly happy with the possibility of using an external file manager to feed the textarea with an image, such as http://thefilebrowser.com/

[jQuery] Re: Animation bug in 1.2

2007-09-12 Thread Andy Matthews
I've had the same exact experience. I'm animating the top property of a div, up into the negative numbers. In 1.1.4 it works just fine, but with 1.2 it almost doubles the distance. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Benjamin Sterling Sent: Tuesday,

[jQuery] Re: Animation bug in 1.2

2007-09-12 Thread John Resig
I thought this issue over last night and have come up with the following solution: Absolute Animations: 50px -50px Relative Animations: +=50px -=50px I'm going to be pushing this live in an update this weekend, so that it's fixed quickly. (In the future, stuff like this should be brought up on

[jQuery] Re: Error: d[i].getElementsByTagName is not a function

2007-09-12 Thread Giant Jam Sandwich
jQuery version 1.1.4. XPath plugin? Boy, I better catch up on any new additions to version 1.2. On Sep 11, 4:18 pm, John Resig [EMAIL PROTECTED] wrote: What version of jQuery - and if you're using jQuery 1.2, do you have the XPath plugin included? --John On 9/11/07, Giant Jam Sandwich

[jQuery] Re: Animation bug in 1.2 (@Brian and @John)

2007-09-12 Thread Andy Matthews
John...ust to clarify. When you say absolute and relative this is what I think those mean...? Absolute = move to X. Relative = move X to new position. Is this correct? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Resig Sent:

[jQuery] Re: Error: d[i].getElementsByTagName is not a function

2007-09-12 Thread Giant Jam Sandwich
This however does work: $(/hooks/errors/error,data); Although they mean two different things, this will be sufficient for what I am doing. It might still be good to look into though. Thanks John. On Sep 11, 4:18 pm, John Resig [EMAIL PROTECTED] wrote: What version of jQuery - and if you're

[jQuery] Re: Tablesorter plugin doesn't work properly with 1.2

2007-09-12 Thread Christian Bach
Hi. I have been on vacation the last two weeks. I will be back next week so expect a patch then. /christian 2007/9/11, dobosgy [EMAIL PROTECTED]: I think so, that's why I sent this to the discussion list. Maybe he haven't noticed this issue yet by himself. :) -- Thanks, Gy On Sep 11,

[jQuery] Re: Animation bug in 1.2

2007-09-12 Thread Benjamin Sterling
Ok, any future bug issues will be brought up there. On 9/12/07, John Resig [EMAIL PROTECTED] wrote: I thought this issue over last night and have come up with the following solution: Absolute Animations: 50px -50px Relative Animations: +=50px -=50px I'm going to be pushing this live

[jQuery] Re: Animation bug in 1.2 (@Brian and @John)

2007-09-12 Thread John Resig
John...ust to clarify. When you say absolute and relative this is what I think those mean...? Absolute = move to X. Relative = move X to new position. Is this correct? Yep! --John

[jQuery] Re: [Announce] WYMeditor 0.4 released

2007-09-12 Thread Jean-Francois Hovinne
The file browser is an often requested feature, and we're actually planning an API to do this sort of things. Anyway, there's an image gallery implementation example, using jCarousel and CodeIgniter, available at: http://trac.wymeditor.org/trac/wiki/Contrib/ImageGalleryExample I'll take a look

[jQuery] jQuery and Acceptability

2007-09-12 Thread Benjamin Sterling
Came across this article today and thought it would be useful to those die hard accessibility guys: http://alastairc.ac/2007/08/usability-enhancements-with-javascript/ It is not the greatest article, but is uses jQuery and has some good ideas. -- Benjamin Sterling http://www.KenzoMedia.com

[jQuery] Re: bind validation to an ajax included form

2007-09-12 Thread [EMAIL PROTECTED]
Anyone can help me? Andrea On 11 sep, 19:24, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: HI, I include a form with an ajax call: form id=exportRb class=cmxform method=post label for=expMailAddrE-mail/labelinput class=text type=text name=expMailAddr value= / input type=submit

[jQuery] Re: Error: d[i].getElementsByTagName is not a function

2007-09-12 Thread Karl Swedberg
Hi Brian, Is hooks the root element of your XML file? If so, then I think it makes sense that /hooks works while //hooks doesn't. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Sep 12, 2007, at 9:39 AM, Giant Jam Sandwich wrote: This however does

[jQuery] .ready(), Rhino and HttpUnit

2007-09-12 Thread Rob Desbois
Hi all, I'm creating a Web app which uses jQuery, and am unit testing it with HttpUnit which uses Rhino (the Mozilla JavaScript implementation). I'm having trouble with $(document).ready(...) causing the tests to crash with this message: alert(hi); });' failed: TypeError: undefined is not

[jQuery] Re: Animation bug in 1.2 (@Brian and @John)

2007-09-12 Thread Gordon
This issue just bit me spectacularally in the backside due to the fact that I'm trying to scroll one div inside another by adjusting the inner's div top relative to the container div. when scrolling right this value becomes negative and the result is a relative animation instead of an absolute

[jQuery] Re: jQuery.dequeue is not a function

2007-09-12 Thread Stephan Beal
On Sep 12, 3:10 pm, Gordon [EMAIL PROTECTED] wrote: However, I just got the error message jQuery.dequeue is not a functionhttp://localhost/js/jquery/interface/interface_drag.js Line 8 interface_drag.js is basically a barebones version of the jQuery interface library with just the bare

[jQuery] Re: jquery 1.2 feedback

2007-09-12 Thread Scott Sauyet
Rey Bango wrote: Well, if John won't take credit for the speed increases, then, I WILL Yeah, I tweaked the ternary conditions across a same origin dynamic object literal expression while templating the script using Purple Include like techniques. That's what sped it up! Enjoy! ;) But

[jQuery] Re: jQuery.dequeue is not a function

2007-09-12 Thread Gordon
Seems to be something caused by an incompatibility with interface. Once the interface lib and all calls ot it are commented out it works. On Sep 12, 3:27 pm, Stephan Beal [EMAIL PROTECTED] wrote: On Sep 12, 3:10 pm, Gordon [EMAIL PROTECTED] wrote: However, I just got the error message

[jQuery] Re: position in selector

2007-09-12 Thread Sam Collett
var $a = $('a').click(function() { console.log('anchor' + $a.index(this) +' in page'); }); On Sep 12, 7:58 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have the following code $('a').click(function() { console.log('anchor'+ pos+' in page); }); I'd like to be able to get the matched

[jQuery] Re: Using wrap() and then removing the wrapped element without removing the children

2007-09-12 Thread Pyrolupus
On Sep 11, 7:06 pm, Joan Piedra [EMAIL PROTECTED] wrote: Hmm.. Can't you clone the nodes and then just remove the _old_ parent div? Sure, but if I'm not mistaken, using clone() is more expensive: it creates copies of everything just to subsequently remove the originals. By using children(),

[jQuery] Re: jQuery 1.2 - Serialize a form as JSON

2007-09-12 Thread Pyrolupus
In testing Chistoph's code, I encountered a separate but possibly related issue: serialize() and serializeArray() are returning things I did not expect for multiple selects. For the following form: form id=mydForm select id=myd name=myd multiple option

[jQuery] Re: .ready(), Rhino and HttpUnit

2007-09-12 Thread Rob Desbois
Ok I've enlightened myself a little: I tried it with jQuery 1.2 and discovered that the line number changed - it's not a line number in httpUnit as I thought (understandably I think!) but in jQuery. In jQuery 1.2 it's line 1613 (but is reported as 1612), which is the else statement in this part

[jQuery] Re: jquery 1.2 feedback

2007-09-12 Thread MikeR
Just to add real quick.. I also have not had ANY issues come up with 1.2 yet. Used the compatibility plugin all is working phenomenally. Couldn't be happier. Thanks jQuery team! On Sep 11, 5:26 pm, Alexandre Plennevaux [EMAIL PROTECTED] wrote: just wanted to report that i had absolutely not a

[jQuery] Re: jQuery 1.2 - Serialize a form as JSON

2007-09-12 Thread Wizzud
Ticket #1600 already raised. Pyrolupus wrote: In testing Chistoph's code, I encountered a separate but possibly related issue: serialize() and serializeArray() are returning things I did not expect for multiple selects. For the following form: form id=mydForm select id=myd

[jQuery] [NEWS] I've never seen jQuery described quite like this before....

2007-09-12 Thread Rey Bango
Ben Nadel is a bit of a character and he just described jQuery in a very unique way: http://www.bennadel.com/blog/949-jQuery-1-2-An-Unexpected-Surprise.htm Rey...

[jQuery] Re: jquery 1.2 feedback

2007-09-12 Thread Jörn Zaefferer
Bernd Matzner schrieb: I'm using Jorn's Form Validation in a monster form. Using jQuery 1.2minified version returns all validation in =~ 16 sec. Using uncompressed version returns in 6 sec. Hi, somewhat unrelated to the thread: 6 or even 16 secs seem like an eternity. What would be

[jQuery] Re: bind validation to an ajax included form

2007-09-12 Thread Jörn Zaefferer
[EMAIL PROTECTED] schrieb: Anyone can help me? Keep in mind that the validate()-plugin-call just adds a submit-handler. Your attempts added the submit handler on submit, which doesn't work. Try adding some code below the form that selects the form and calls the validate plugin. -- Jörn

[jQuery] Re: jquery 1.2 feedback

2007-09-12 Thread Priest, James (NIH/NIEHS) [C]
-Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] http://ajaxian.com/archives/purple-include-19 Rey... Web Specialist wrote: Hey Rey: what's Purple Include? Ha! And here I thought you made it up :) That looks really cool! Jim

[jQuery] Re: jquery 1.2 feedback

2007-09-12 Thread Rey Bango
;) Priest, James (NIH/NIEHS) [C] wrote: -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] http://ajaxian.com/archives/purple-include-19 Rey... Web Specialist wrote: Hey Rey: what's Purple Include? Ha! And here I thought you made it up :) That looks really cool!

[jQuery] Re: jquery 1.2 feedback

2007-09-12 Thread Brandon Aaron
BTW ... the same functionality can now be achieved with jQuery 1.2 and the update .load() method. http://docs.jquery.com/Ajax/load#urldatacallback -- Brandon Aaron On 9/12/07, Priest, James (NIH/NIEHS) [C] [EMAIL PROTECTED] wrote: -Original Message- From: Rey Bango [mailto:[EMAIL

[jQuery] Re: Superfish plugin fix for jQ1.2

2007-09-12 Thread Joel Birch
On 9/12/07, Pyrolupus [EMAIL PROTECTED] wrote: Wanted to highlight one of the other items in case you missed it: On Sep 11, 4:35 pm, sozzi [EMAIL PROTECTED] wrote: After spending 30 minutes ruling out all other possibilities and a few broken gt(0) etc.. Sounds like there's the two

[jQuery] SUSPECT: RE: [jQuery] [NEWS] I've never seen jQuery described quite like this before....

2007-09-12 Thread Weaver, Scott
This is just to good to keep to ourselves, so I submitted it to Digg :D http://digg.com/programming/jQuery_1_2_Female_Masturbation_and_the_Vibra tor_Dilemma -scott -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rey Bango Sent: Wednesday,

[jQuery] Re: Dynamically loading more content

2007-09-12 Thread Vikas
Bump. Thanks.

[jQuery] jQuery 1.2 seems to break the Treeview plugin

2007-09-12 Thread Alex
I've got a page that is a massive treeview, and when loading jQuery 1.2 mingzipped, the Treeview plugin seems to stop working. No errors reported in Firebug, and I can't see deprecated functionality in the plugin. Original page with 1.1.4.1:

[jQuery] Re: SUSPECT: RE: [jQuery] [NEWS] I've never seen jQuery described quite like this before....

2007-09-12 Thread Glen Lipka
URL didnt work. :( Glen On 9/12/07, Weaver, Scott [EMAIL PROTECTED] wrote: This is just to good to keep to ourselves, so I submitted it to Digg :D http://digg.com/programming/jQuery_1_2_Female_Masturbation_and_the_Vibra tor_Dilemma -scott -Original Message- From:

[jQuery] SUSPECT: RE: [jQuery] Re: SUSPECT: RE: [jQuery] [NEWS] I've never seen jQuery described quite like this before....

2007-09-12 Thread Weaver, Scott
It's a long URL. The truncated portion is on the line below the actual link. -scott From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Glen Lipka Sent: Wednesday, September 12, 2007 12:10 PM To: jquery-en@googlegroups.com Subject:

[jQuery] Re: jQuery 1.2 seems to break the Treeview plugin

2007-09-12 Thread Wizzud
Your path to jquery-1.2.pack.js is returning a 404. Alex-337 wrote: I've got a page that is a massive treeview, and when loading jQuery 1.2 mingzipped, the Treeview plugin seems to stop working. No errors reported in Firebug, and I can't see deprecated functionality in the plugin.

[jQuery] NSFW: [jQuery] [NEWS] I've never seen jQuery described quite like this before....

2007-09-12 Thread Michael Geary
Be advised that Ben's post may not be entirely safe for work (or home either, depending on who is looking over your shoulder)... Ben Nadel is a bit of a character and he just described jQuery in a very unique way: http://www.bennadel.com/blog/949-jQuery-1-2-An-Unexpected-Surprise.htm

[jQuery] Re: validate a form included via Ajax

2007-09-12 Thread Flesler
Sorry not actually, I never used live jquery but I know it-s good for those cases. I had a situation like yours some time ago, and I solved it with event delegation, binding to the click or submit event of the (popup) container. But I wasn't using Thickbox so I' not sure. I checked the plugin and

[jQuery] XSL Templating

2007-09-12 Thread [EMAIL PROTECTED]
Is there an option to apply XSL stylesheets to XML recieved via jQuery.ajax()? I have some templated xml which I'm loading but the stylesheets don't seem to be applied via an AJAX load. I always thought this was supposed to be done by the server, but I guess it's the browser...

[jQuery] Star rating plugin for 1.2?

2007-09-12 Thread Derek Gathright
I've been scouring the internet looking for a star rating plugin for the latest version of jQuery, but have been unsuccessful. I really like these, but they appear to be incompatible with any recent versions. http://sandbox.wilstuckey.com/jquery-ratings/

[jQuery] Re: Star rating plugin for 1.2?

2007-09-12 Thread Karl Swedberg
The .lt() and .eq() -- and .gt() -- methods were removed from 1.2. If you'd like to try to patch will stuckey's version, you could try the following: line 97: .slice(0,index).addClass('hover').end(); line 105:

[jQuery] Re: XSL Templating

2007-09-12 Thread Sean Catchpole
No, this is not built into jQuery. There is however a plugin that can do this for you. http://jquery.com/plugins/project/XSLT ~Sean On 9/12/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is there an option to apply XSL stylesheets to XML recieved via jQuery.ajax()? I have some templated xml

[jQuery] jquery version of YUI Buttons?

2007-09-12 Thread owen
I've searched without success, so I thought I'd ask here: Does anyone know of a jquery version of YUI's Button component? (http:// developer.yahoo.com/yui/button/) I'm not opposed in principle to using YUI, but it seems like it would be easier to not have to mix libraries. Thanks, Owen

[jQuery] Re: [Announce] WYMeditor 0.4 released

2007-09-12 Thread Joan Piedra
Hi Jean-Francois, I like how this project is getting better and better, I'd love to see a better support for the latest safari and Opera. For Alexandre's idea, I'd suggest to wait until this sunday and take a look at the UI uploader plugin, maybe this could be a useful, to upload images and files

[jQuery] NEWBIE Question: children() skips first element?

2007-09-12 Thread Brook Davies
Hello, I am trying to simply grab the children of a div. The markup is: div id=content div id=panelPreview class=fieldset_theme div id=panelPreview_inner class=hPanel fieldset

[jQuery] Re: Using wrap() and then removing the wrapped element without removing the children

2007-09-12 Thread Joan Piedra
:O I'm not sure about it. But I thought it was faster to clone and then remove, than move it all. Thanks for taking your time to explain this. On 9/12/07, Pyrolupus [EMAIL PROTECTED] wrote: On Sep 11, 7:06 pm, Joan Piedra [EMAIL PROTECTED] wrote: Hmm.. Can't you clone the nodes and then

[jQuery] Re: New plugin - Lazy Load

2007-09-12 Thread Mika Tuupola
On Sep 7, 2007, at 3:58 PM, Erik Beeson wrote: Great stuff, as always. I'm looking over the source and had a couple of thoughts. It looks like you bind an event handler for each matching element, so 100 images will result in 100 event handlers firing on every scroll. That seems like it

[jQuery] Faster then innerHTML

2007-09-12 Thread Felix Geisendörfer
Here is an interesting blog post that I came across: http://blog.stevenlevithan.com/archives/faster-than-innerhtml The synopsis basically is that one can gain dramatic speed improvements on setting innerHTML when removing items that are going to be overwritten using DOM methods before

[jQuery] Re: jquery version of YUI Buttons?

2007-09-12 Thread Joan Piedra
Hmm.. this looks like Nice JForms or jLook to me. http://www.lexcat.ro/nicejforms/nicejforms.html http://envero.org/jlook/ On 9/12/07, owen [EMAIL PROTECTED] wrote: I've searched without success, so I thought I'd ask here: Does anyone know of a jquery version of YUI's Button component?

[jQuery] Re: Error: d[i].getElementsByTagName is not a function

2007-09-12 Thread Giant Jam Sandwich
Hi Karl, hooks is the root element. I just assumed that the double forward slash, which is supposed to find an element from any position within the DOM, would naturally start at the root node. Is that a wrong assumption? Thanks. Brian On Sep 12, 9:03 am, Karl Swedberg [EMAIL PROTECTED]

[jQuery] Re: Faster then innerHTML

2007-09-12 Thread Sean Catchpole
Excellent, I'll look into this. ~Sean On 9/12/07, Felix Geisendörfer [EMAIL PROTECTED] wrote: Here is an interesting blog post that I came across: http://blog.stevenlevithan.com/archives/faster-than-innerhtml The synopsis basically is that one can gain dramatic speed improvements on

  1   2   >