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

2007-09-11 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

[jQuery] Re: jquery 1.2 feedback

2007-09-11 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 fee

[jQuery] Re: hover and hoverIntent

2007-09-11 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, Dan

[jQuery] Re: hover and hoverIntent

2007-09-11 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 P

[jQuery] Updated Demos to v1.2

2007-09-11 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. Make

[jQuery] Re: jquery 1.2 feedback

2007-09-11 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. ht

[jQuery] A more forgiving .html()

2007-09-11 Thread Dylan Verheul
While figuring out an answer to a question on this forum, I noticed that .val() returns an array when used on a multiselect. and "just the value" in all other cases. I didn't know this before, but it makes sense. I came across this because .html() refused to insert the result of the .val(), exitin

[jQuery] Re: popup

2007-09-11 Thread james_027
anyone have an idea here? Thanks On Sep 11, 11:21 am, james_027 <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to make a simple that will pop which will be close > by just clicking to any part of the page. I have no idea of how to do > this. I have try something like this > > $(document).clic

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

2007-09-11 Thread Sam Collett
Although, perhaps a better idea would to have a redirect in place as I am sure there are many other sites that refer to that folder? On Sep 12, 1:34 am, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Thanks a lot, Stephan, for the note. I will send this on to the > publisher. > > In the future, you c

[jQuery] Re: Odd back-button behavior on 1.2 documentation pages

2007-09-11 Thread Sam Collett
If ajax was used, you could load into a div and so not add to the history. Although you may have to have the external file with and tags, e.g. ... On Sep 11, 9:24 pm, "John Resig" <[EMAIL PROTECTED]> wrote: > The "loading" part isn't the issue - the issue is in running these > demos in a

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

2007-09-11 Thread linuja
jquery 1.2 bug -- clone(true) doesn't copy the event in ie(ie6 and ie7)

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

2007-09-11 Thread Dug Falby
DugFalby ([EMAIL PROTECTED]) has invited you as a friend on Quechup... ...the social networking platform sweeping the globe Go to: http://quechup.com/join.php/aT0wMDAwMDAwMDEwMTkwMjkzJmM9MTAzMzcz to accept Dug's invite You can use Quechup to meet new people, catch up with old frien

[jQuery] Re: jquery 1.2 feedback

2007-09-11 Thread Eridius
The tabs don't work since they use .eq() function(ofcourse you just need the 1.1 patch js and it works fine) Alexandre Plennevaux wrote: > > just wanted to report that i had absolutely not a single issue switching > from 1.1.4 to 1.2 and i use tons of plugins. > > The speed gain for me is m

[jQuery] Re: Animation bug in 1.2

2007-09-11 Thread Benjamin Sterling
Not sure if this is any more help, but looking at the core around line 2593, it looks like you check for a minus sign and then add that to the start position/style and your comments says: "// If a +/- token was provided, we're doing a relative animation" But yet you are not looking, explicitly, f

[jQuery] Re: Animation bug in 1.2

2007-09-11 Thread Benjamin Sterling
Will do, I also just did some testing and it looks like it happens when a minus sign is in play. I will post my findings to the bug report. On 9/11/07, John Resig <[EMAIL PROTECTED]> wrote: > > > Sounds like a true bug. Could you submit a bug report? > http://dev.jquery.com/ > > --John > > On 9/1

[jQuery] Re: Animation bug in 1.2

2007-09-11 Thread John Resig
Sounds like a true bug. Could you submit a bug report? http://dev.jquery.com/ --John On 9/11/07, Benjamin Sterling <[EMAIL PROTECTED]> wrote: > Url in question: > http://benjaminsterling.com/experiments/jqGalViewV2/ > > At about line 87 and then again at line 91 I have the following: > > $holder

[jQuery] Animation bug in 1.2

2007-09-11 Thread Benjamin Sterling
Url in question: http://benjaminsterling.com/experiments/jqGalViewV2/ At about line 87 and then again at line 91 I have the following: $holder.animate({marginTop:-($mainImgContainer.height()*index)},'1000', opts.tnease); Depending on the link at bottom clicked, the marginTop gets set to what eve

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

2007-09-11 Thread Karl Swedberg
Thanks a lot, Stephan, for the note. I will send this on to the publisher. In the future, you can report errata directly at Packt's web site: http://www.packtpub.com/support/book/jQuery Also, I'm keeping an informal list of errata on the book's companion site at: http://book.learningjquery.

[jQuery] bind validation to an ajax included form

2007-09-11 Thread [EMAIL PROTECTED]
HI, I include a form with an ajax call: E-mail The form is displayed in a thickbox. Now I tried to ue the validation plugin(loaded in the calling page) adding to form tag: onubmit="setValidation(this)" and with this script inline: function setValidation(this){ $this = this; $(this).v

[jQuery] Re: Need help with navigation fading in and out

2007-09-11 Thread Joel Birch
This is exactly what the Superfish plugin does for you and also adds other accessibility features like keyboard access, hoverIntent support, timed delay on mouse out, etc. Currently, you have Superfish included in the source order before you include jQuery. This won't work. The code you currently

[jQuery] Re: jquery 1.2 feedback

2007-09-11 Thread Justin Sepulveda
Thanks Stephan for the uber descriptive explanation. Very helpful. On Sep 11, 4:24 pm, Stephan Beal <[EMAIL PROTECTED]> wrote: > On Sep 12, 12:59 am, "Web Specialist" <[EMAIL PROTECTED]> > wrote: > > > I'm using Jorn's Form Validation in a monster form. Using jQuery > > 1.2minified version return

[jQuery] Re: Superfish CSS a class

2007-09-11 Thread Joel Birch
On 9/12/07, Oliver <[EMAIL PROTECTED]> wrote: > it kinda works, but falls over when I hover over a menu element. Does > this make any sense to anyone? and does anybody have any ideas. Oli Hello, First of all, Superfish currently works with jQuery 1.1.4 which is no longer the most recent version

[jQuery] Re: jquery 1.2 feedback

2007-09-11 Thread Stephan Beal
On Sep 12, 12:59 am, "Web Specialist" <[EMAIL PROTECTED]> wrote: > 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. Comparing with an older version I don't have any > improve

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

2007-09-11 Thread Joel Birch
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 to work after that small change. I'm kind of surprised th

[jQuery] Re: jquery 1.2 feedback

2007-09-11 Thread Rey Bango
LOL! Alexandre Plennevaux wrote: Rey, let's see if u r really the speedmaster _ like, could you say ten time really fast: "I tweaked the ternary conditions across a same origin dynamic object literal expression while templating the script using Purple Include like techniques" ? :D

[jQuery] Re: jquery 1.2 feedback

2007-09-11 Thread Rey Bango
http://ajaxian.com/archives/purple-include-19 Rey... Web Specialist wrote: Hey Rey: what's "Purple Include"? 2007/9/11, Alexandre Plennevaux <[EMAIL PROTECTED] >: Rey, let's see if u r really the speedmaster _ like, could you say ten time really fast:

[jQuery] Re: jquery 1.2 feedback

2007-09-11 Thread Web Specialist
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. Comparing with an older version I don't have any improvement. Cheers 2007/9/11, Tom Sieroń <[EMAIL PROTECTED]>: > > > On 9/12/07,

[jQuery] Re: rounded border plugin?

2007-09-11 Thread Stephan Beal
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. Perhaps this one: http://methvin.com/jquery/jq-corner.ht

[jQuery] Re: jquery 1.2 feedback

2007-09-11 Thread Tom Sieroń
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 : http://www.julienlecomte.net/blog/2007/08/21/gzip-your-minified-javascript-files/ Could

[jQuery] rounded border plugin?

2007-09-11 Thread Matt
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. What I would ideally like is to have only rounded borders, in which the background and/or border color would change if

[jQuery] Re: jquery 1.2 feedback

2007-09-11 Thread Justin Sepulveda
Curious, would the speed increases come from using the minified version verses the packer version? On Sep 11, 3:07 pm, "Web Specialist" <[EMAIL PROTECTED]> wrote: > Hey Rey: what's "Purple Include"? > > 2007/9/11, Alexandre Plennevaux <[EMAIL PROTECTED]>: > > > > > Rey, let's see if u r really th

[jQuery] Re: jquery 1.2 feedback

2007-09-11 Thread Web Specialist
Hey Rey: what's "Purple Include"? 2007/9/11, Alexandre Plennevaux <[EMAIL PROTECTED]>: > > > Rey, let's see if u r really the speedmaster _ like, could you say ten > time > really fast: "I tweaked the ternary conditions across a same origin > dynamic > object literal expression while templating t

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

2007-09-11 Thread Stephan Beal
Hiya! i'm not sure where to post bugs related to the Learning jQuery book, so i'll drop it here: Page 309 says: "The jquery.com Plugin Repository at http://jquery.com/Plugins/ is a great place to start when looking for documentation." That URL is a 404, though - "plugins" should be lower-case.

[jQuery] Re: NEWS: jQuery 1.2 Released

2007-09-11 Thread Stephan Beal
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 of child elements? Shallow copying is useful, e.g., when copying im

[jQuery] Re: NEWS: jQuery 1.2 Released

2007-09-11 Thread Peter Bengtsson
Do I need the XPath Compatibility Plugin to do $('[EMAIL PROTECTED]"file"]') or does the deprecation only apply to $('[EMAIL PROTECTED]')? /clearly not an XPath wiz On 9/11/07, John Resig <[EMAIL PROTECTED]> wrote: > > Hi Everyone - > > jQuery 1.2 has been released! > > More information (and a j

[jQuery] Re: jquery 1.2 feedback

2007-09-11 Thread Alexandre Plennevaux
Rey, let's see if u r really the speedmaster _ like, could you say ten time really fast: "I tweaked the ternary conditions across a same origin dynamic object literal expression while templating the script using Purple Include like techniques" ? :D -Original Message- From: jquery-e

[jQuery] Re: jquery 1.2 feedback

2007-09-11 Thread Rey Bango
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! ;) Rey... John Resig wrot

[jQuery] Re: jquery 1.2 feedback

2007-09-11 Thread John Resig
> just wanted to report that i had absolutely not a single issue switching > from 1.1.4 to 1.2 and i use tons of plugins. > > The speed gain for me is more obvious with this release than with the move > from 1.1.3 to 1.1.4. Also, animations and effects are smoother. Interesting - I've now heard t

[jQuery] jquery 1.2 feedback

2007-09-11 Thread Alexandre Plennevaux
just wanted to report that i had absolutely not a single issue switching from 1.1.4 to 1.2 and i use tons of plugins. The speed gain for me is more obvious with this release than with the move from 1.1.3 to 1.1.4. Also, animations and effects are smoother. Thus, so far so good and congratula

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

2007-09-11 Thread John Resig
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 <[EMAIL PROTECTED]> wrote: > > $("//hooks/errors/error",data); > > If my XML contains an error node, everything is okay. If it does not > contain an error node, I

[jQuery] Re: NEWS: jQuery 1.2 Released

2007-09-11 Thread John Resig
> 1) i've got a philosophical beef with the change in clone()'s > behaviour. Calling clone(false) is not functionally the same as > calling clone().empty(), as clone().empty() can require an arbitrarily > large amount of extra work which will then be discarded by the empty() > call. i rather liked

[jQuery] Re: tabs not working

2007-09-11 Thread Eridius
Yet again another issues has come up and i will do my best to explain has i can't give link. I have a block of div that has information about a hotel and inside that div i have the tabs. I have a function that takes those divs clone the dom element to re order it in a different way. the code to

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

2007-09-11 Thread Giant Jam Sandwich
$("//hooks/errors/error",data); If my XML contains an error node, everything is okay. If it does not contain an error node, I get the following error: "Error: d[i].getElementsByTagName is not a function" Shouldn't it just return null? Thanks. Brian

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

2007-09-11 Thread dobosgy
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, 11:00 pm, "Brandon Aaron" <[EMAIL PROTECTED]> wrote: > I think the author is going to release an update that fixes this soon. > > -- > Brandon Aaron

[jQuery] Removing the Gray Border on the blockUI window

2007-09-11 Thread Brook Davies
The BlockUI window has a thick gray border. How do you remove it? I am using a hidden div as the contents of blockUI (as shown below) and have tried setting the overlayCSS properties - but I can not get the gray border to go away. Anyone? $.extend($.blockUI.defaults.overlayCSS, { backgroundColor

[jQuery] Re: tablesorter plugin not working...

2007-09-11 Thread Andy Matthews
Good point Josh. I'll give that a shot. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh Nathanson Sent: Tuesday, September 11, 2007 3:51 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: tablesorter plugin not working... Andy - When I was first usi

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

2007-09-11 Thread Brandon Aaron
I think the author is going to release an update that fixes this soon. -- Brandon Aaron On 9/11/07, dobosgy <[EMAIL PROTECTED]> wrote: > > > Tablesorter 2.0 plugin doesn't work properly with JQuery 1.2. > > If I bind a click function to the items in the table, it works well, > as far as I try to

[jQuery] Re: 1.2/1.1 slice() vs lt(): what is preferred way to handle both of these cases?

2007-09-11 Thread John Resig
.slice() is in 1.1.4 - we added it in that release, intentionally, so that users of the 1.1.x branch would have something to upgrade to, to get that functionality, before transitioning to 1.2. --jOHn On 9/11/07, Stephan Beal <[EMAIL PROTECTED]> wrote: > > Hi, all! > > i'm going through my plugin

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

2007-09-11 Thread dobosgy
Tablesorter 2.0 plugin doesn't work properly with JQuery 1.2. If I bind a click function to the items in the table, it works well, as far as I try to sort the table. After sorting, the clickable items loose their function. Everything works well with JQuery 1.1.4. Example can be seen here: http:/

[jQuery] Re: Repeat a load

2007-09-11 Thread Klaus Hartl
Renaud wrote: $(document).ready(function() { myload(); }); In such a situation, when already having a perfect function reference you don't need another anonymous function...: $(document).ready(myload); or with the shorthand: $(myload); --Klaus

[jQuery] Re: 1.2/1.1 slice() vs lt(): what is preferred way to handle both of these cases?

2007-09-11 Thread Klaus Hartl
Stephan Beal wrote: Hi, all! i'm going through my plugins and making sure they work in 1.1.{3,4} and 1.2, and i've come across an ugly case... i use lt(), which isn't available in 1.2. Of course, lt() can be replaced by slice(), but that isn't in 1.1.x. My plugin would work in both versions if

[jQuery] Re: tablesorter plugin not working...

2007-09-11 Thread Josh Nathanson
Andy - When I was first using the plugin, I noticed that it didn't seem to do anything when I first clicked on the column header. If your table loads up already sorted correctly, the impression will be that nothing is happening on that first click - when in fact it just looks like nothing is h

[jQuery] Re: .click() issue in FireFox

2007-09-11 Thread George Blouin
I think I got buried in a lot of updates...anyone have any input on this issue? Thanks, George On Sep 10, 4:54 pm, George Blouin <[EMAIL PROTECTED]> wrote: > I have rows of data that look like this > > onmouseover="this.className = 'Highlight';" > onmouseout="this.className = 'MainRow';" > oncl

[jQuery] Re: Repeat a load

2007-09-11 Thread Renaud
> > Here are two methods, supposing you don't care how long it takes for > the .load(): (the syntax needs to be checked) > If you actually do, you can change the myload in the last exemple by: function myload() { $("#newsticker").empty().html($.get("test2.html", function() { count = setTimeout(m

[jQuery] Re: 1.2/1.1 slice() vs lt(): what is preferred way to handle both of these cases?

2007-09-11 Thread Stephan Beal
On Sep 11, 10:38 pm, Josh Bush <[EMAIL PROTECTED]> wrote: > You could add lt in at the top of your plugin if it's missing. > Something like: > > if(!jQuery.fn.lt){ >jQuery.fn.lt=function(n){ > return this.slice(0,n); >} > > } i don't feel right about "adjusting" the global jQuery AP

[jQuery] Re: 1.2/1.1 slice() vs lt(): what is preferred way to handle both of these cases?

2007-09-11 Thread Josh Bush
You could add lt in at the top of your plugin if it's missing. Something like: if(!jQuery.fn.lt){ jQuery.fn.lt=function(n){ return this.slice(0,n); } } Josh On Sep 11, 3:32 pm, Stephan Beal <[EMAIL PROTECTED]> wrote: > Hi, all! > > i'm going through my plugins and making sure they

[jQuery] Superfish plugin fix for jQ1.2

2007-09-11 Thread sozzi
I just updated a website to the all new jQ1.2 (Congrats on that great release!) and Superfish broke. After spending 30 minutes ruling out all other possibilities and a few broken gt(0) etc.. If found the problem Just replace the two instances of XPath selectors: ...li[ul]... with ...li:has(u

[jQuery] 1.2/1.1 slice() vs lt(): what is preferred way to handle both of these cases?

2007-09-11 Thread Stephan Beal
Hi, all! i'm going through my plugins and making sure they work in 1.1.{3,4} and 1.2, and i've come across an ugly case... i use lt(), which isn't available in 1.2. Of course, lt() can be replaced by slice(), but that isn't in 1.1.x. My plugin would work in both versions if it weren't for this t

[jQuery] Re: tablesorter plugin not working...

2007-09-11 Thread Andy Matthews
Nope... I even tried copying the code directly from the TS demo page and it still never ran. At least I didn't get an error in FF with the demo code. Anyone else have an idea? _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh Nathanson Sent: Tuesday, Septemb

[jQuery] Re: tablesorter plugin not working...

2007-09-11 Thread Andy Matthews
Nope...putting those in still returned the same error. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh Nathanson Sent: Tuesday, September 11, 2007 2:53 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: tablesorter plugin not working... Andy - I think

[jQuery] Re: Odd back-button behavior on 1.2 documentation pages

2007-09-11 Thread John Resig
The "loading" part isn't the issue - the issue is in running these demos in a contained area that doesn't interfere with the rest of the page (or the rest of the page interfere with it). --John On 9/11/07, Sam Collett <[EMAIL PROTECTED]> wrote: > > Use Ajax and load into a div? > > On Sep 11, 4:

[jQuery] Re: Where is "removeAttr()" ??

2007-09-11 Thread John Resig
fixed On 9/11/07, Enrique Meléndez Estrada <[EMAIL PROTECTED]> wrote: > > Where is "removeAttr()" in the documentation API? is it gone? > > -- > Enrique Meléndez Estrada (2367) > Servicios Informáticos > Organización y Servicios Internos > Instituto Tecnológico de Aragón > >

[jQuery] Re: validate a form included via Ajax

2007-09-11 Thread [EMAIL PROTECTED]
HI, you have an example? Thnaks Andrea On 11 sep, 13:51, Flesler <[EMAIL PROTECTED]> wrote: > maybe using jquery live ? > > On 11 sep, 15:39, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > wrote: > > > Hi, > > > I include a form via Ajax using thickbox like this: > > > > title="Confirm export data

[jQuery] Re: Visual jQuery

2007-09-11 Thread JeffG
On Sep 11, 12:07 pm, Stosh <[EMAIL PROTECTED]> wrote: > On Sep 11, 11:22 am, Pyrolupus <[EMAIL PROTECTED]> wrote: > > > "All documentation has now been moved out of the jQuery internal code > > and onto the jQuery Documentation Wiki. We're currently working on new > > tools to convert the docume

[jQuery] Re: Repeat a load

2007-09-11 Thread Renaud
On 11 sep, 06:23, ned <[EMAIL PROTECTED]> wrote: > Hi to everybody, > I want to explain you "my little problem". > I have something like this: > > $("#newsticker").load("file.php"); > > This code is very simple and works well, but now I want to repeat the > file's load every 30 seconds until a tim

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

2007-09-11 Thread Pyrolupus
On Sep 11, 3:03 pm, "Brook Davies" <[EMAIL PROTECTED]> wrote: > Easy Question I think. If I use (from Jquery 1.2): > > $("#myElem").wrapAll(""); > > To wrap the div 'myDiv' around 'myElem', how can I later remove that div > without removing the pre-existing myElem and any other contents of that di

[jQuery] Re: Accessing elements returned by clone

2007-09-11 Thread Renaud
On 11 sep, 15:19, Renaud <[EMAIL PROTECTED]> wrote: > > > $('#carselection').clone().find("[EMAIL PROTECTED]").andSelf() > .each(function() { > $(this).attr("id", $(this).attr("id") + '_clone') > }).end().end().appendTo('#allcars'); > > Btw, that requires jquery 1.2 (an

[jQuery] jQuery 1.2 -- new clean() issue

2007-09-11 Thread Kai Bansner
I've been working on a bookmarklet tool which I just upgraded to 1.2 and it works on most every site but flickr.com. I don't know if I can share all the bits one might need to reproduce it but I'm putting it out there incase any of you have a similar experience ... When I append my bookmarklet

[jQuery] Re: tablesorter plugin not working...

2007-09-11 Thread Josh Nathanson
Andy - I think you need to use "th" tags in the header row, rather than "td". Give that a try. -- Josh - Original Message - From: Andy Matthews To: [jQuery] Sent: Tuesday, September 11, 2007 12:27 PM Subject: [jQuery] tablesorter plugin not working... I've tried it with

[jQuery] Re: Multiple XPath selectors, or other, for custom attributes

2007-09-11 Thread Karl Swedberg
Yeah, you can remove the leading double slash pre-1.2 as well. For HTML documents, the leading double slash is equivalent to $('html some-selector'). No need for it, as far as I can tell. On Sep 11, 2007, at 1:22 PM, Wizzud wrote: You can remove the leading double slash? ... $("tr[aID='1

[jQuery] Re: Accessing elements returned by clone

2007-09-11 Thread Renaud
On 11 sep, 09:13, voltron <[EMAIL PROTECTED]> wrote: > How can I access the elements returned when using clone and > manipulate them? I would like to change the Ids of the clone elements > and siblings before appending it to another element. > > Example > > > > > Volvo >S

[jQuery] tablesorter plugin not working...

2007-09-11 Thread Andy Matthews
I've tried it with multiple versions of jQuery including 1.1.3, 1.1.4, and 1.2, even referencing the jQuery file living on the tablesorter website. In IE nothing happens, no errors, but no worky. In Firefox, I get an error in the tablesorter plugin: r[row] has no properties http://localhost/deale

[jQuery] Re: Newbie Question: Javascript Never Gets Called?

2007-09-11 Thread Flesler
I am not sure, but maybe you could try to make those urls relative, maybe that will do. let's say your page is located at 'http://localhost:/.html', then call the scripts like this: also, I don't know if that's how it is in your page, but don't leave whitespaces in the src. On 11 sep

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

2007-09-11 Thread Brook Davies
Easy Question I think. If I use (from Jquery 1.2): $("#myElem").wrapAll(""); To wrap the div 'myDiv' around 'myElem', how can I later remove that div without removing the pre-existing myElem and any other contents of that div? Brook

[jQuery] Re: jQuery 1.2. and ajaxQueue plugin

2007-09-11 Thread Jörn Zaefferer
J.H. schrieb: I noticed that the jQuery 1.2 release broke the ajaxQueue plugin (both the release and snapshot version of it). More specifically, the error seems to be related to the change in the dequeue function. Changing line 72 in the snapshot version from "jQuery.dequeue( ajax, "ajax" + por

[jQuery] Re: ajaxForm and validate question

2007-09-11 Thread Jörn Zaefferer
Bruce MacKay schrieb: Hi Aaron, Thanks for the input. I was using ajaxForm because I wanted to have two submit buttons (preview and submit) and that option allowed me to have that. I have a kindergarten grade level of understanding of js language, so your explanation " ajaxForm() binds an

[jQuery] Re: Joern's autocomplete plugin with jquery 1.2

2007-09-11 Thread Jörn Zaefferer
tlphipps schrieb: doh! You are correct. Thanks for identifying that. Yes, thanks! I'll try to update all my plugins to 1.2 asap. -- Jörn

[jQuery] Re: Visual jQuery

2007-09-11 Thread Stosh
On Sep 11, 11:22 am, Pyrolupus <[EMAIL PROTECTED]> wrote: > "All documentation has now been moved out of the jQuery internal code > and onto the jQuery Documentation Wiki. We're currently working on new > tools to convert the documentation into the old XML format (so that > sites like Visual jQue

[jQuery] Re: Visual jQuery

2007-09-11 Thread Jörn Zaefferer
Alexandre Plennevaux schrieb: In fact, i would be very intersted in having the doc as xml file, in order to build a widget as an .exe file for windows, for offline quick access. Will this be updated? http://jquery.com/api/data/jquery-docs-xml.xml Please check the Documentation Move section:

[jQuery] Re: IE 7(mostly likey all 6 too) issue with added content with javascript dynamically

2007-09-11 Thread Pyrolupus
Since I don't see anything actually creating the tabset elements, I am working on the assumption that TabSet.makeTabs() is utilizing document.write() to do its work (like Thawte's script in my example). --- function createTabset() {

[jQuery] Re: validate a form included via Ajax

2007-09-11 Thread Flesler
maybe using jquery live ? On 11 sep, 15:39, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > I include a form via Ajax using thickbox like this: > > title="Confirm export data"> > > The page called create a dynamic form in the thickbox win. > > Now my problem is validate the form: > > Th

[jQuery] validate a form included via Ajax

2007-09-11 Thread [EMAIL PROTECTED]
Hi, I include a form via Ajax using thickbox like this: The page called create a dynamic form in the thickbox win. Now my problem is validate the form: The normal syntax to bind the form to validation: $(document).ready(function(){ $("#addRbIt

[jQuery] Re: jQuery 1.2. and ajaxQueue plugin

2007-09-11 Thread Glen Lipka
I think it broke the pause plugin too. Glen On 9/11/07, J.H. <[EMAIL PROTECTED]> wrote: > > > I noticed that the jQuery 1.2 release broke the ajaxQueue plugin (both > the release and snapshot version of it). More specifically, the error > seems to be related to the change in the dequeue function.

[jQuery] Re: ajaxForm and validate question

2007-09-11 Thread Bruce MacKay
Hi Aaron, Thanks for the input. I was using ajaxForm because I wanted to have two submit buttons (preview and submit) and that option allowed me to have that. I have a kindergarten grade level of understanding of js language, so your explanation " ajaxForm() binds an event handler that (amon

[jQuery] Re: $.load() javascript problems in IE and Safari

2007-09-11 Thread Jolyon Terwilliger
Check out the revisions made to .load() and the new getScript feature of 1.2: http://docs.jquery.com/Release:jQuery_1.2/Ajax These may help you solve your problems! peace, Jt On Sep 11, 3:05 am, Stamen Georgiev <[EMAIL PROTECTED]> wrote: > I'm having the same problems here. > And it looks the

[jQuery] jQuery 1.2. and ajaxQueue plugin

2007-09-11 Thread J.H.
I noticed that the jQuery 1.2 release broke the ajaxQueue plugin (both the release and snapshot version of it). More specifically, the error seems to be related to the change in the dequeue function. Changing line 72 in the snapshot version from "jQuery.dequeue( ajax, "ajax" + port );" to "jQuery

[jQuery] Re: NEWS: jQuery 1.2 Released

2007-09-11 Thread Stephan Beal
On Sep 11, 6:06 am, "John Resig" <[EMAIL PROTECTED]> wrote: > Full release notes and download > information:http://docs.jquery.com/Release:jQuery_1.2 [grumble] 1) i've got a philosophical beef with the change in clone()'s behaviour. Calling clone(false) is not functionally the same as calling c

[jQuery] Re: Multiple XPath selectors, or other, for custom attributes

2007-09-11 Thread Wizzud
You can remove the leading double slash? ... $("tr[aID='1'][bID='2']").remove(); //v1.2+ only Will B. wrote: > > > Doesn't that still make it XPath style? > > On Sep 11, 10:54 am, Karl Swedberg <[EMAIL PROTECTED]> wrote: >> In version 1.2, you should be able to do the same thing by removing

[jQuery] Re: Multiple XPath selectors, or other, for custom attributes

2007-09-11 Thread Karl Swedberg
Actually, no. CSS uses square brackets without the @ symbol to denote the attribute selector. cf. the CSS 2.1 spec: http://www.w3.org/TR/CSS21/selector.html#attribute-selectors --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Sep 11, 2007, at 12:39 PM,

[jQuery] Re: Where is "removeAttr()" ??

2007-09-11 Thread Benjamin Sterling
It is still in the code, it just must have been over looked on the docs. On 9/11/07, Enrique Meléndez Estrada <[EMAIL PROTECTED]> wrote: > > > Where is "removeAttr()" in the documentation API? is it gone? > > -- > Enrique Meléndez Estrada (2367) > Servicios Informáticos > Organización y Servicios

[jQuery] Re: Multiple XPath selectors, or other, for custom attributes

2007-09-11 Thread Will B.
Doesn't that still make it XPath style? On Sep 11, 10:54 am, Karl Swedberg <[EMAIL PROTECTED]> wrote: > In version 1.2, you should be able to do the same thing by removing > the @ symbol from the selectors. > > --Karl > _ > Karl Swedbergwww.englishrules.comwww.learningjquery.com >

[jQuery] Re: google reader slick animation using jquery

2007-09-11 Thread Deuce868
On Sep 11, 11:58 am, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > I use Google Reader, but I don't know which animation you are referring to. > Can you be more specific? Thanks, > > Glen I think the scrolling content is what is being asked about. The loading of the feed items as you scroll down t

[jQuery] Re: ajaxForm and validate question

2007-09-11 Thread Aaron Heimlich
On 9/11/07, Bruce MacKay <[EMAIL PROTECTED]> wrote: > > submitHandler: function(form) { > $("#cform").ajaxForm(options); > } > This should be submitHandler: function(form) { > $("#cform").ajaxSubmit(options); > } > ajaxForm() binds an event handler that (among other things) calls ajaxSubmit(). a

[jQuery] Re: Listbox values > text box

2007-09-11 Thread Dylan Verheul
On 9/11/07, Joan Piedra <[EMAIL PROTECTED]> wrote: > Dylan, > That's a nice workaround, to just pass the selected value. But I think > Diddly needs to add all the values in #foo2. Hmm, you could be right, but I wouldn't use JavaScript for that. Since you know all values when you build the page, y

[jQuery] IE6 Rendering Problem with SlideDown?

2007-09-11 Thread real
Hi, I've been building a site, and we have modules that can be collapsed/ expanded. This works fine in Firefox, but of course IE6 has some issues with this. I'll explain the problem, and you can check it yourself at http://artist.fabricmg.net (password is music123). Scroll down to the modules (w

[jQuery] Where is "removeAttr()" ??

2007-09-11 Thread Enrique Meléndez Estrada
Where is "removeAttr()" in the documentation API? is it gone? -- Enrique Meléndez Estrada (2367) Servicios Informáticos Organización y Servicios Internos Instituto Tecnológico de Aragón

[jQuery] Re: New Plugin: ZoomBox

2007-09-11 Thread Glen Lipka
Getting better! :) Warms my heart. My wishlist: 1. Identical syntax to Prototypes Lightbox to encourage people to switch over without changing markup. 2. Keyboard shortcuts 2a Previous = Left arrow, pagedown 2b Next = right arrow, pageup, spacebar, tab 2c close = escape, enter/return

[jQuery] Re: tabs not working

2007-09-11 Thread Eridius
That fixed part of the problem. Another issue that came up is the tabs and showing when they should not in IE and not FF(sorry i can't provide a link for this but will do my best to explain). I have a div with a link the expands the div(basically setting the height back and forth from 66px to a

[jQuery] Re: Odd back-button behavior on 1.2 documentation pages

2007-09-11 Thread Sam Collett
Use Ajax and load into a div? On Sep 11, 4:37 pm, "John Resig" <[EMAIL PROTECTED]> wrote: > We load the demos in an iframe, that must push it into the history. > Anyone have any thoughts? > > --John > > On 9/11/07, Scott Sauyet <[EMAIL PROTECTED]> wrote: > > > > > I've noticed something odd on th

[jQuery] Re: Repeat a load

2007-09-11 Thread Glen Lipka
One idea: There is a pause plugin. http://blog.mythin.net/projects/jquery.php for (var x = 1; x <= 66; x++) { $("#newsticker").empty().load("file.php").pause(3); } Hmm, my demo isn't working with 1.2. It's complaining about the dequeue not working in the pause. This methodology mi

  1   2   3   >