Re: [jQuery] Tabs plugin: Truly bookmarkable finally

2006-09-28 Thread Klaus Hartl
abba bryant schrieb: > For some reason if I load the page and click some tab the hash changes. If I > then copy the address from the address bar, and reload the initial page the > hash stops changing on tab click. The tab content loads fine. Also if I > bookmark tab 3 and then go to tab 1, then l

Re: [jQuery] jQuery Projects

2006-09-28 Thread Klaus Hartl
> And the using it like this: > And I still vote for doing in a standards compliant way... -- Klaus ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] jQuery Projects

2006-09-28 Thread Klaus Hartl
Jörn Zaefferer schrieb: > Glen Lipka schrieb: >> Would this work onKeyPress? I think I get where you are going. >> Struggling. :( > Sure, just apply the validator on keypress: > $("form input").keypress(function() { > $(this).validate(); > }); > > I you have ideas to make the plugin easie

Re: [jQuery] Debug Plugin

2006-09-28 Thread Dan Atkinson
I'm not sure if this works or not. I see three grey boxes, but Firebug isn't outputting a thing. I have the correct settings on to get messages and output, but nothing, nada. John Resig wrote: > > Hi Everyone - > > I'm currently down-and-out with a nasty cold, but I took a break and > hacked u

Re: [jQuery] Debug Plugin

2006-09-28 Thread Marc Jansen
I can see nothing, too. even more my console on FF 1.5.0.7 says "console is not defined (L. 6)"... and that just after loading. nice idea, though. Marc Matt Stith schrieb: > None of the boxes are clickable for me in either of the demos! Im on > FF2RC1/Win > > On 9/27/06, *John Resig* <[EMAIL

Re: [jQuery] ajax bug or I am really confused?

2006-09-28 Thread Klaus Hartl
Ⓙⓐⓚⓔ schrieb: > line 1691 of latest jquery * $Rev: 249 $ > > > // Make sure the browser sends the right content length > if ( xml.overrideMimeType ) >>> xml.setRequestHeader("Connection", "close"); > > > should probably read: > >

Re: [jQuery] Debug Plugin

2006-09-28 Thread Dan Atkinson
Hmm... Actually it does work but requires the page to refresh before it does anything! It looks cool John! Dan Atkinson wrote: > > I'm not sure if this works or not. I see three grey boxes, but Firebug > isn't outputting a thing. I have the correct settings on to get messages > and output, bu

Re: [jQuery] SpinButton Plugin updated

2006-09-28 Thread George Adamson
Great. How is the widget pack going? Are you attempting to unify the various authors' coding techniques or is the priority simply to get them together in one place/plugin? George wycats wrote: > > It's also a "widget" that might be featured in the jQuery widget pack I'm > putting together. >

Re: [jQuery] Spread jQuery Request

2006-09-28 Thread Fil
> Yes. I see now. Unfortunately, as Klaus said, jQuery no longer has this edge > as other developers have cottoned on to this. Why "unfortunately"? A great concept was invented here, and that's *very* fortunate. Thank you John, be proud :) -- Fil ___

Re: [jQuery] Spread jQuery Request

2006-09-28 Thread Dan Atkinson
I mean that jQuery no longer has this edge on 'competitors'. Fil wrote: > >> Yes. I see now. Unfortunately, as Klaus said, jQuery no longer has this >> edge >> as other developers have cottoned on to this. > > Why "unfortunately"? A great concept was invented here, and that's *very* > fortunat

Re: [jQuery] SpinButton Plugin updated

2006-09-28 Thread Mark Gibson
George Adamson wrote: > The SpinButton / SpinBox Plugin has been updated with heaps of improvements > by a splendid chap from this forum named Mark Lincoln. It's Mark _Gibson_ :) > - Mark - Thanks for the code update. Great stuff. It pretty much worked > as-is. All I've added are checks to stop

Re: [jQuery] jQuery Projects

2006-09-28 Thread Jörn Zaefferer
Hey Klaus > > > And the using it like this: > > > > > And I still vote for doing in a standards compliant way... As an alternative, you can still do it standards-compliant (or write an XHTML module): The plugin checks the class if there is no validate attribute. -- Jörn -- Der GMX SmartS

[jQuery] Signals and slots

2006-09-28 Thread Mark Gibson
Hi, Wow, I've just discovered a fantastic "Signals and Slots" implementation by Franck Marcia: http://fmarcia.info/jquery/chain.js Why isn't this mentioned on the plugins page? I've had a little fiddle around with it and it works beautifully, even on IE!!! Is anyone else using this? Good work F

Re: [jQuery] Signals and slots

2006-09-28 Thread Mike Alsup
> Good work Franck. Indeed. And it looks like he's added quite a bit to it since the original. Cool. Mike ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] New Plugin: mousewheel

2006-09-28 Thread Brandon Aaron
> - The addition of mousewheelup/mousewheeldown methods. Are these really necessary? I think adding these might increase the code considerably without much more benefit. The mousewheelup/down is represented by the event.detail and/or event.wheelDelta. Although the event.detail and event.wheelDelta

Re: [jQuery] New Plugin: mousewheel

2006-09-28 Thread Brandon Aaron
> > - The addition of mousewheelup/mousewheeldown methods. > > Are these really necessary? I think adding these might increase the > code considerably without much more benefit. The mousewheelup/down is > represented by the event.detail and/or event.wheelDelta. Although the > event.detail and event

Re: [jQuery] Request: Window plugin

2006-09-28 Thread Andy Matthews
Seems pretty nice. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Rey Bango Sent: Wednesday, September 27, 2006 10:21 AM To: jQuery Discussion. Subject: [jQuery] Request: Window plugin I found this Prototype window plugin and was wondering if there's so

Re: [jQuery] SpinButton Plugin updated

2006-09-28 Thread George Adamson
Apologies Mark (Gibson) I've had mails from two Marks on this topic and I got your surnames muddled. Sorry. (the other Mark was working on SpinButton improvements too) I've corrected your name on this post and in the JQuery Plugins page. Thanks again, great stuff, George Mark Gibson-8 wrote:

Re: [jQuery] New Plugin: mousewheel

2006-09-28 Thread Andy Matthews
Seems to work fine for me in IE6/PC. But I'm not sure what the difference between one and two is. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Brandon Aaron Sent: Wednesday, September 27, 2006 11:04 PM To: jQuery Discussion. Subject: [jQuery] New Plugin:

Re: [jQuery] New Plugin: mousewheel

2006-09-28 Thread Brandon Aaron
> Safari in its current released version is hopeless. I take that back. I'll do some testing and see what I can figure out to make this work in Safari. Also, sorry for not putting the [jQuery] tag on this thread and continuing to reply to my own thread. :) Brandon __

Re: [jQuery] Signals and slots

2006-09-28 Thread Franck Marcia
> > Good work Franck. > > Indeed. And it looks like he's added quite a bit to it since the > original. Cool. > Hey, I've reported to the list regularly: http://jquery.com/discuss/2006-May/#4964 ;-) Franck. ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] Signals and slots

2006-09-28 Thread Mike Alsup
> I've reported to the list regularly: http://jquery.com/discuss/2006-May/#4964 Me too: http://jquery.com/discuss/2006-July/#7201 ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Form plugin's serialize(): performance issues

2006-09-28 Thread Renato Formato
Brian ha scritto: > Perhaps there should be a "FastSerialize" method, that doesn't guarantee > semantic order, and uses every shortcut to cut down on dom-walking time? > This way, the developer can choose whether to use the faster method, or > the slower-but-correctly-ordered method. > > - Brian

Re: [jQuery] New Plugin: mousewheel

2006-09-28 Thread Giuliano Marcangelo
Quote Andy "Seems to work fine for me in IE6/PC. But I'm not sure what the difference between one and two is."Test1...the box will scroll out of view (off the top of the page)whereas Test2 will remain staticthe page does not scroll ___ jQuery mailing

Re: [jQuery] jQuery Projects

2006-09-28 Thread Brian
Here's an idea: It's HTML 4.01, will probably pass for strict, and it semantically separates the validation from the field. The idea is that for every label with class "validate", there's a validation mask somewhere within the classes that should be applied to the associated field. This can c

Re: [jQuery] jQuery Projects

2006-09-28 Thread Brian
I don't think that, technically, things like parens and colons are permitted in a class. > As an alternative, you can still do it standards-compliant (or write an > XHTML module): > > > The plugin checks the class if there is no validate attribute. > > -- Jörn __

[jQuery] image preloading

2006-09-28 Thread Aljosa Mohorovic
is there a preferred way to preload images when site uses jquery? how do you usually preload images? Aljosa Mohorovic ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] jQuery Projects

2006-09-28 Thread Sam Collett
On 28/09/06, Brian <[EMAIL PROTECTED]> wrote: > I don't think that, technically, things like parens and colons are > permitted in a class. > I've never had problems with parenthesis and colons in the classname. They are just ignore by the css parser. Quick test: .bold { font-weight: bold

Re: [jQuery] Form plugin's serialize(): performance issues

2006-09-28 Thread Mike Alsup
> I agree with Brian about the need of a FastSerialize method. Renato, I've been benchmarking these serialize methods on a form with one select element that has 2000 options. Using the Firebug timer to capture elapsed time for the serialize call I see negligible difference in your impl and the o

Re: [jQuery] New Plugin: mousewheel

2006-09-28 Thread Andy Matthews
I see...   I didn't use the mousewheel enough to make it go off the bottom.   Just a note, now it's not working in IE at all. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Giuliano MarcangeloSent: Thursday, September 28, 2006 8:52 AMTo:

Re: [jQuery] image preloading

2006-09-28 Thread Sam Collett
Perhaps you could use something like this: $.preloadImages = function() { for(var i = 0; i wrote: > is there a preferred way to preload images when site uses jquery? how > do you usually preload images? > > Aljosa Mohorovic > > ___ > jQuery maili

Re: [jQuery] Spread jQuery Request

2006-09-28 Thread Rafael Santos
I could invite brazilians speaking portuguese on the mp3... idk loli just know 3 brazilians who know jQuery, me and my 2 friends... and that's serious...2006/9/28, Dan Atkinson < [EMAIL PROTECTED]>:I mean that jQuery no longer has this edge on 'competitors'. Fil wrote:>>> Yes. I see now. Unfortunat

Re: [jQuery] image preloading

2006-09-28 Thread Dan Atkinson
It would be nice to have this running in the background on a thickbox-esque page, so that, while the user is admiring picture A, picture B is happily loading away in the background. Sam Collett wrote: > > Perhaps you could use something like this: > > $.preloadImages = function() > { > f

Re: [jQuery] jQuery Projects

2006-09-28 Thread Klaus Hartl
Brian schrieb: > Here's an idea: > > > > > It's HTML 4.01, will probably pass for strict, and it semantically > separates the validation from the field. The idea is that for every label > with class "validate", there's a validation mask somewhere within the > classes that should be applied t

Re: [jQuery] image preloading

2006-09-28 Thread Klaus Hartl
Sam Collett schrieb: > Perhaps you could use something like this: > > $.preloadImages = function() > { > for(var i = 0; i { > img = new Image(); > img.src = arguments[i]; > } > } > > Then you call it as soon as possible (it doesn't have to be in > $

Re: [jQuery] jQuery Projects

2006-09-28 Thread Dan Atkinson
Yeah. We really need that forum... ! :D Matt Stith wrote: > > You can post links to whatever projects you like here, but you dont have > to. > Really the main reason for the mailing list is to ask for suggestions to > make code better ;) > > On 9/26/06, Glen Lipka <[EMAIL PROTECTED]> wrote: >>

Re: [jQuery] New Plugin: mousewheel

2006-09-28 Thread Brandon Aaron
> Just a note, now it's not working in IE at all. Yeah I know I was updating it. You should try it now as it works again! Actually it now works in Safari and Opera as well! I've updated it so that the handler function passed to $().mousewheel() should be prepared to take the event as the first p

[jQuery] off topic - sorry but I needed =P

2006-09-28 Thread Rafael Santos
i know i should only talk about jquery but im playing here and did it. I think it's funny for me =Ohow easy it is to make a web2.0 logo huahuahusorry guys... ah, if you want to, take it for u okay... =) http://hypestudio.net/fael/logo_web2.gif ___ jQuery

[jQuery] New Plugin - JTicker (newsticker)

2006-09-28 Thread Jason Levine
Hi, I've completed work on a new JQuery plugin. This one is called JTicker. It is a highly configurable newsticker plugin for JQuery. I was going to expand the JHeartbeat plugin a bit more before working on this, but I couldn't wait. (Besides, I wanted to use JTicker to replace an old Javas

Re: [jQuery] Spread jQuery Request

2006-09-28 Thread Brandon Aaron
> I mean that jQuery no longer has this edge on 'competitors'. I still think jQuery has the edge with its superior selectors and that it doesn't foul up the global namespace. The other libraries can implement chaining but it is nothing compared to jQuery chaining. For example, no one does events l

[jQuery] Getting Selectbox selected value. Works in IE not FF.

2006-09-28 Thread Rey Bango
Guys, I'm tesing some code out to return the selected value of a dropdown. I found a snippet that was posted in a prior message but it seems to only work in IE and not in FF. FF returns null for the value. The code snippet is: $('#mySelect [EMAIL PROTECTED]').val(); You can see it here: http

Re: [jQuery] off topic - sorry but I needed =P

2006-09-28 Thread Dan Atkinson
Yes. There are several sites that can create 'web 2.0' and 'beta' logos. Do a cursive Digg search to find a trillion and 65 stories on them. Rafael Santos wrote: > > i know i should only talk about jquery but im playing here and did it. I > think it's funny for me =O > how easy it is to make a

Re: [jQuery] Getting Selectbox selected value. Works in IE not FF.

2006-09-28 Thread Matt Grimm
This is all that's needed: $('#mySelect').val() If you wanted the text value of the selected option rather than it's value attribute, you could do: $('#mySelect :selected').text() m. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rey Bango Sent: Thur

Re: [jQuery] New Plugin - JTicker (newsticker)

2006-09-28 Thread Sam Collett
On 28/09/06, Jason Levine <[EMAIL PROTECTED]> wrote: > Hi, > > I've completed work on a new JQuery plugin. This one is called JTicker. It > is a highly configurable newsticker plugin for JQuery. I was going to expand > the JHeartbeat plugin a bit more before working on this, but I couldn't wai

Re: [jQuery] Getting Selectbox selected value. Works in IE not FF.

2006-09-28 Thread Rey Bango
Matt, Whats the difference between this: $('#mySelect :selected').text(); and this: $('#mySelect [EMAIL PROTECTED]').text(); The latter was code that I grabbed from an earlier posting. Rey... Matt Grimm wrote: > This is all that's needed: > > $('#mySelect').val() > > If you wanted the te

Re: [jQuery] Getting Selectbox selected value. Works in IE not FF.

2006-09-28 Thread dizzledorf
Rey, How about: var foo = $('#mySelect').attr("value"); Seems to work here in FF & IE. --DIZZLE Rey Bango-2 wrote: > > Guys, > > I'm tesing some code out to return the selected value of a dropdown. I > found a snippet that was posted in a prior message but it seems to only > work in IE

Re: [jQuery] Getting Selectbox selected value. Works in IE not FF.

2006-09-28 Thread Rey Bango
That did the trick! Thanks Matt. Rey Matt Grimm wrote: > This is all that's needed: > > $('#mySelect').val() > > If you wanted the text value of the selected option rather than it's > value attribute, you could do: > > $('#mySelect :selected').text() > > m. > > -Original Message- >

Re: [jQuery] Debug Plugin

2006-09-28 Thread John Resig
On 9/28/06, Marc Jansen <[EMAIL PROTECTED]> wrote: > I can see nothing, too. > > even more my console on FF 1.5.0.7 says "console is not defined (L. > 6)"... and that just after loading. > > nice idea, though. That means that you have to have the Firebug extension install for Firefox. You can get

Re: [jQuery] New Plugin - JTicker (newsticker)

2006-09-28 Thread Mike Alsup
> http://www.jasons-toolbox.com/JTicker/ Love the RSS support. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Debug Plugin

2006-09-28 Thread John Resig
> Actually it does work but requires the page to refresh before it does > anything! > > It looks cool John! Weird, I'll have to see if I can localize that. Let me know if you're able to reproduce it. --John ___ jQuery mailing list discuss@jquery.com ht

Re: [jQuery] Debug Plugin

2006-09-28 Thread Wil Stuckey
wow this is great, thanks john.--Wil ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] New Plugin - JTicker (newsticker)

2006-09-28 Thread dizzledorf
I like that as well. One suggestion: to implement a "freeze on hover", as in Sam's plugin. This will give the reader a chance to absorb a headline that may be soon to fade away. --DIZZLE malsup wrote: > >> http://www.jasons-toolbox.com/JTicker/ > > Love the RSS support. > > ___

Re: [jQuery] Getting Selectbox selected value. Works in IE not FF.

2006-09-28 Thread Rey Bango
Hey Dizzle, Thanks for the help man. The code that Matt provided worked perfectly and is a little easier: $('#mySelect').val() Thanks for the effort though. I really appreciate it. Rey dizzledorf wrote: > Rey, > > > How about: > var foo = $('#mySelect').attr("value"); > > Seems to work her

Re: [jQuery] Debug Plugin

2006-09-28 Thread Dan Atkinson
John, It happens every single time I open a fresh instance of the page. Only when I refresh does the debugger kick in. John Resig wrote: > >> Actually it does work but requires the page to refresh before it does >> anything! >> >> It looks cool John! > > Weird, I'll have to see if I can locali

Re: [jQuery] Getting Selectbox selected value. Works in IE not FF.

2006-09-28 Thread Mike Alsup
Rey, $("#mySelect [EMAIL PROTECTED]") That syntax should definitely work. And it used to. If I go back in time and run version 169 it works fine in FF. Somewhere along the line this broke. Mike ___ jQuery mailing list discuss@jquery.com http://jque

Re: [jQuery] Getting Selectbox selected value. Works in IE not FF.

2006-09-28 Thread Matt Grimm
Rey, To my knowledge, the latter is an XPath selector that says "get all options with an attribute of selected" (like ), while the former is a dynamic pseudo-selector that will get the actual "physically" selected option value at run-time. m. -Original Message- From: [EMAIL PROTECTED] [

Re: [jQuery] New Plugin: mousewheel

2006-09-28 Thread John Resig
> Now that is works in the major browsers I'll think about adding the > mousewheelup and mousewheeldown but I'm still thinking it will just > add unecessary complication to the code. I don't think it'll complicate it at all - it's like saying that .mouseup() and .mousedown() are complicated and sh

[jQuery] http://jquery.com/src page vandalized

2006-09-28 Thread kenton.simpson
the http://jquery.com/src page has been vandalized. I'd fix it but dont know how to restore the old version. -- View this message in context: http://www.nabble.com/http%3A--jquery.com-src-page-vandalized-tf2351675.html#a6549010 Sent from the JQuery mailing list archive at Nabble.com. _

Re: [jQuery] jQuery Projects

2006-09-28 Thread Brian
After checking the W3C spec, it doesn't say much about what is and isn't legal in a class in HTML. It simply says that it's a CDATA. But, the examples in the spec doc do allow hyphens. I'd be cautious about what characters I use in a class, because CSS is stricter about what may be in a selector

Re: [jQuery] Getting Selectbox selected value. Works in IE not FF.

2006-09-28 Thread Rey Bango
Hey Mike, Yeah, I grabbed it from a reply that you made to Andy but its not working at the moment. I'm using Matt's code for the time being and thats working. Perhaps this should be submitted as a bug? Rey... Mike Alsup wrote: > Rey, > > $("#mySelect [EMAIL PROTECTED]") > > That syntax shou

Re: [jQuery] Debug Plugin

2006-09-28 Thread Klaus Hartl
John Resig schrieb: > On 9/28/06, Marc Jansen <[EMAIL PROTECTED]> wrote: >> I can see nothing, too. >> >> even more my console on FF 1.5.0.7 says "console is not defined (L. >> 6)"... and that just after loading. >> >> nice idea, though. > > That means that you have to have the Firebug extension

Re: [jQuery] http://jquery.com/src page vandalized

2006-09-28 Thread Yehuda Katz
Website Repairo!On 9/28/06, kenton.simpson <[EMAIL PROTECTED]> wrote: the http://jquery.com/src page has been vandalized. I'd fix it but dont knowhow to restore the old version.--View this message in context: http://www.nabble.com/http%3A--jquery.com-src-page-vandalized-tf2351675.html#a6549010Sent

Re: [jQuery] Form plugin's serialize(): performance issues

2006-09-28 Thread Matt Grimm
Mike, Where are you finding the Firebug timer? I'm not seeing much of a performance boost using the for loop, but without a true timer, it's not a fair test... m. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Alsup Sent: Thursday, September 28, 2

Re: [jQuery] jButton released!

2006-09-28 Thread Webunity | Gilles van den Hoven
abba bryant wrote: > mind fixing the demo link so we don't all have to look at a 403 page? > As i posted in another thread, the jButton code is now located at: http://gilles.jquery.com/jButton/ Sorry for the 403's! -- Gilles ___ jQuery mailing list

Re: [jQuery] Debug Plugin

2006-09-28 Thread John Resig
> Hey John, I added the following lines to my JS, just in case I forget a > log statement somewhere: > > // console.log fallback > if (!window.console) window.console = {}; > if (!window.console.log) window.console.log = function(s) {}; > > Maybe it's useful here too, just to avoid an error... I p

Re: [jQuery] jQuery Projects

2006-09-28 Thread Glen Lipka
Whack whack!  Please!;)On 9/28/06, Brian <[EMAIL PROTECTED]> wrote: Here's an idea:It's HTML 4.01, will probably pass for strict, and it semantically separates the validation from the field.  The idea is that for every labelwith class "validate", there's a validation mask somewhere within theclasse

Re: [jQuery] http://jquery.com/src page vandalized

2006-09-28 Thread Dan Atkinson
Dare I ask what it said? kenton.simpson wrote: > > the http://jquery.com/src page has been vandalized. I'd fix it but dont > know how to restore the old version. > -- View this message in context: http://www.nabble.com/http%3A--jquery.com-src-page-vandalized-tf2351675.html#a6549468 Sent from

Re: [jQuery] Form plugin's serialize(): performance issues

2006-09-28 Thread Mike Alsup
> Where are you finding the Firebug timer? I'm not seeing much of a > performance boost using the for loop, but without a true timer, it's not > a fair test... Look at the measurement section here: http://www.joehewitt.com/software/firebug/docs.php My test func looks like this: $(function() {

Re: [jQuery] http://jquery.com/src page vandalized

2006-09-28 Thread John Resig
> the http://jquery.com/src page has been vandalized. I'd fix it but dont know > how to restore the old version. Ok, I reverted it. Only an admin can revert pages right now. --John ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] http://jquery.com/src page vandalized

2006-09-28 Thread kenton.simpson
It just pointed to http://www.iceadm.com/ -- View this message in context: http://www.nabble.com/http%3A--jquery.com-src-page-vandalized-tf2351675.html#a6549560 Sent from the JQuery mailing list archive at Nabble.com. ___ jQuery mailing list discuss@

Re: [jQuery] Getting Selectbox selected value. Works in IE not FF.

2006-09-28 Thread Klaus Hartl
Matt Grimm schrieb: > Rey, > > To my knowledge, the latter is an XPath selector that says "get all > options with an attribute of selected" (like selected="selected">), while the former is a dynamic pseudo-selector > that will get the actual "physically" selected option value at run-time. > >

Re: [jQuery] jButton released!

2006-09-28 Thread John Resig
Gilles - One quick fix: When you click the href button, an error is generated as you leave the page. This is because the JavaScript functions are already starting to be unloaded from memory when you leave the page. A quick fix is to change: _this.cfgButton.onAction(_this.cfgButton.bState); to:

Re: [jQuery] jButton released!

2006-09-28 Thread Webunity | Gilles van den Hoven
John Resig wrote: > Gilles - > > One quick fix: > When you click the href button, an error is generated as you leave the > page. This is because the JavaScript functions are already starting to > be unloaded from memory when you leave the page. A quick fix is to > change: > > _this.cfgButton.onActi

[jQuery] Hpricot (RE: Spread jQuery Request)

2006-09-28 Thread Michael Geary
> > Yes. I see now. Unfortunately, as Klaus said, jQuery no longer has > > this edge as other developers have cottoned on to this. > > Why "unfortunately"? A great concept was invented here, and > that's *very* fortunate. Thank you John, be proud :) Speaking of sincere flattery, has anyone seen

Re: [jQuery] Form plugin's serialize(): performance issues

2006-09-28 Thread Michael Geary
> From: Mike Alsup > > Mike Geary, I haven't yet implemented your outline. > I like it stylistically, but I not expecting performance > improvements. Would you agree or would you > expect it to be faster than Renato's impl? I think it depends on the nature of the form. For a form with a SELECT c

Re: [jQuery] Hpricot (RE: Spread jQuery Request)

2006-09-28 Thread Corey Jewett
On Sep 28, 2006, at 9:44 AM, Michael Geary wrote: >>> Yes. I see now. Unfortunately, as Klaus said, jQuery no longer has >>> this edge as other developers have cottoned on to this. >> >> Why "unfortunately"? A great concept was invented here, and >> that's *very* fortunate. Thank you John, be pro

Re: [jQuery] New Plugin - JTicker (newsticker)

2006-09-28 Thread Jason Levine
Thanks. I was originally going to require the data to be in specially formatted DIV tags, but then I decided that the RSS method was better. I still might add an AJAX method (make an AJAX call each "turn" and display the result) and a "collection of DIVs" method, but I want to get the RSS meth

Re: [jQuery] New Plugin - JTicker (newsticker)

2006-09-28 Thread Jason Levine
Good idea. I've done that. I also added a JTicker configuration helper to the description page. -Jason Levine http://www.jasons-toolbox.com/ - Original Message From: dizzledorf <[EMAIL PROTECTED]> To: discuss@jquery.com Sent: Thursday, September 28, 2006 11:33:53 AM Subject: Re: [jQue

Re: [jQuery] jButton released!

2006-09-28 Thread John Resig
> How about the point mentioned by Dave about the _this (that i really > should not use that because of some closure stuff)? I took the liberty of re-working your code to use closures, instead of _this. Also, it now works with multiple images (You can do: $("img').iButton() and it'll work over all

Re: [jQuery] Hpricot (RE: Spread jQuery Request)

2006-09-28 Thread Yehuda Katz
It doesn't use "jQuery style expressions." From what I can tell, it uses jQuery itself. There have been a few occasions where I was using hPricot and it seemed to call a jQuery method that wasn't implemented in hPricot. Weird. -- YehudaOn 9/28/06, Michael Geary <[EMAIL PROTECTED]> wrote: > > Yes. I

Re: [jQuery] jQuery Projects

2006-09-28 Thread Jörn Zaefferer
Brian schrieb: > After checking the W3C spec, it doesn't say much about what is and isn't > legal in a class in HTML. It simply says that it's a CDATA. But, the > examples in the spec doc do allow hyphens. I'd be cautious about what > characters I use in a class, because CSS is stricter about wh

[jQuery] Microformats Bookmarklet

2006-09-28 Thread Wil Stuckey
I just saw this neat little bookmarklet that highlights all hCard and hCal Microformats on a page. The awesome part is it uses jQuery!http://leftlogic.com/info/articles/microformats_bookmarklet --Wil ___ jQuery mailing list discuss@jquery.com http://jquer

Re: [jQuery] jQuery Projects

2006-09-28 Thread Jörn Zaefferer
Brian schrieb: > Here's an idea: > > > > *snip* > What do you think? I'm almost feeling crazy enough to take a whack at it. > It all starts with $("label"), how hard could it be? :) > That is an interesting approach. It wouldn't take much effort to build that into the existing plugin. If y

Re: [jQuery] jQuery Projects

2006-09-28 Thread Brian
> Brian schrieb: >> After checking the W3C spec, it doesn't say much about what is and isn't >> legal in a class in HTML. It simply says that it's a CDATA. But, the >> examples in the spec doc do allow hyphens. I'd be cautious about what >> characters I use in a class, because CSS is stricter ab

Re: [jQuery] jQuery Projects

2006-09-28 Thread Tim Gossett
On 9/28/06, Brian <[EMAIL PROTECTED]> wrote: > Here's an idea: > > > What about when you want to change some aspect of the mask? Say, the phone number mask now needs to handle international numbers as well. Why not separate the mask from the class name like this: And put the mask in the jQue

Re: [jQuery] jQuery Projects

2006-09-28 Thread Ⓙⓐⓚⓔ
Having used the: method several times,,, It is definitely the way to slip the new feature by the standards! We can all see the simple jq code for implementing this. And keypress always scares me (as a user not a programmer) I hate to be told about my mistakes too early onchange is plenty time

Re: [jQuery] jQuery Projects

2006-09-28 Thread Brian
I think that people are going to want more flexibility in terms of what they want to validate. It would be great to include very common shortcuts, like "us-phone-number", "credit-card-number", or "email-address". But, we can't predict what everyone's data will look like. There must be a way to p

Re: [jQuery] jQuery Projects

2006-09-28 Thread Ⓙⓐⓚⓔ
for the jQ soultuon : 1 class to mention which plugin will handle the validations 1 or more other classes as defined in that plugin we bind early on all fields that have the 'plugin' class, then we can easily handle flipping from US-phone-number to UK-phone-number.. etc! how the formats are defin

Re: [jQuery] image preloading

2006-09-28 Thread Ⓙⓐⓚⓔ
you get more mileage from the tcp/ip connection when you make all requests at the same time. On 9/28/06, Dan Atkinson <[EMAIL PROTECTED]> wrote: > > It would be nice to have this running in the background on a thickbox-esque > page, so that, while the user is admiring picture A, picture B is happi

Re: [jQuery] Hpricot (RE: Spread jQuery Request)

2006-09-28 Thread Michael Geary
> > From: Michael Geary> > Speaking of sincere flattery, has anyone seen Hpricot? > > It's an HTML parser and munger for Ruby that uses > > jQuery-style expressions:> >> > http://code.whytheluckystiff.net/hpricot/   > From: Yehuda Katz> It doesn't use "jQuery style expressions." From what

Re: [jQuery] Hpricot (RE: Spread jQuery Request)

2006-09-28 Thread John Resig
> Say what? That's not how Hpricot works at all. > > Hpricot is a Ruby library, written in Ruby and C. I run it on a server that > has no JavaScript interpreter. I'm fairly certain that it is not running > jQuery behind my back. > > You can read the Hpricot source code here: > > http://code.whythel

Re: [jQuery] New Plugin: mousewheel

2006-09-28 Thread Brandon Aaron
Okay ... I've updated the plugin once again. I overrode the mousewheel method to take an optional two functions instead of one. The first function is the up handler and the second function is the down handler. The preventDefault is still the last param. I also added mousewheelup and mousewheeldown

Re: [jQuery] Widget Challenge

2006-09-28 Thread Dan Atkinson
As an aside, I wrote out this in a webpage with a few choice icons. It doensn't really work in IE, but I thought I'd stick your code up there: http://dan-atkinson.com/fisheye/ Cheers, Dan Paul Bakaus wrote: > > Hi! > > I have put up a little function that does something like the fisheye >

Re: [jQuery] jQuery Projects

2006-09-28 Thread Jörn Zaefferer
Ⓙⓐⓚⓔ schrieb: > for the jQ soultuon : > 1 class to mention which plugin will handle the validations > 1 or more other classes as defined in that plugin > we bind early on all fields that have the 'plugin' class, then we can > easily handle flipping from US-phone-number to UK-phone-number.. etc! >

Re: [jQuery] Widget Challenge

2006-09-28 Thread Paul Bakaus
Hi Dan,some improvement idea for the page you have set up: Stick the outer container to the bottom of the page via position: absolute or fixed, this way you don't have the "bumping problem" for the height of the outer container. Other than that, I had almost the same idea you talked about, one addi

[jQuery] New Plugin: bgiframe

2006-09-28 Thread Brandon Aaron
I went ahead and added my bgiframe plugin into SVN here: http://svn.brandonaaron.net/svn/jquery_plugins/bgiframe.js A big thanks goes out to Mark Gibson for pointing me in the right direction with using the expression in the CSS! -- Brandon Aaron ___ j

[jQuery] Scroll to Internal page links with ScrollTo

2006-09-28 Thread neotoxic
I am looking to script something that will automatically link my internal page links using the http://interface.eyecon.ro/ ScrollTo behaviour. If the script doesn't load the normal browser behaviour should be preserved. I am using this so far, but is simply isn't working.. I can't seem to figure

Re: [jQuery] Widget Challenge

2006-09-28 Thread Yehuda Katz
It would be nice if surrounding icons to the one being hovered over also got magnified (by exponentially smaller amounts).Example:If we had an icon set of A B C D E F GAnd D was being hovered over, the magnifications might be as follows: A 100%B 120%C 144%D 172%E 144%F 120%G 100%What Apple does to

Re: [jQuery] jQuery Projects

2006-09-28 Thread Ⓙⓐⓚⓔ
You rock! (that's a good thing!) On 9/28/06, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Ⓙⓐⓚⓔ schrieb: > > for the jQ soultuon : > > 1 class to mention which plugin will handle the validations > > 1 or more other classes as defined in that plugin > > we bind early on all fields that have the 'plu

[jQuery] Scroll to Internal page links with ScrollTo

2006-09-28 Thread neotoxic
I am looking to script something that will automatically link my internal page links using the http://interface.eyecon.ro/ ScrollTo behaviour. If the script doesn't load the normal browser behaviour should be preserved. I am using this so far, but is simply isn't working.. I can't seem to figure

  1   2   >