[jQuery] SITE: American Eagle (ae.com)

2007-07-18 Thread Quin Hoxie
Just noticed that American Eagle's website ae.com is using jquery. A quick glance shows they are using the form plugin, interface, and dimensions. Another feather in the jquery teams hat :)

[jQuery] Re: SITE: American Eagle (ae.com)

2007-07-18 Thread Matt Stith
Sweet! Even though they are still using document[something] in alot of places (namely, f_standard_js.js), they seem to be making good use of jQuery! On 7/18/07, Quin Hoxie [EMAIL PROTECTED] wrote: Just noticed that American Eagle's website ae.com is using jquery. A quick glance shows they are

[jQuery] Re: Announce: Confirmer plugin

2007-07-18 Thread Matt Stith
Lol, i still have friends and relatives that double click everything... Ive seen this scenario play out a couple times.. When the X button is over an ad or something.. :( On 7/18/07, Michael Geary [EMAIL PROTECTED] wrote: Now that i think about it, i'm constantly saying to my g/f, don't

[jQuery] Re: Announce: Confirmer plugin

2007-07-18 Thread Michael Geary
There actually is a similar problem that Windows apps can run into if they close dialogs in the wong way. But I knew we weren't doing that, and we couldn't repro the bug at all. Proofread, Geary, proofread. Obviously wrong, especially after that second glass of wine. :-) And Resig says

[jQuery] Re: Announce: Confirmer plugin

2007-07-18 Thread Ganeshji Marwaha
i guess, his windows config was set to double click when a single-click is executed and since the dialog closes on the first click, the page underneath gets the second click which probably opens up a popup.. Just a theory... :-) -GTG On 7/17/07, Michael Geary [EMAIL PROTECTED] wrote:

[jQuery] Re: [ANNOUNCE] Check Out dzone.com for jQuery Articles

2007-07-18 Thread Tane Piper
Another tip for jQuery's avid readers is for Technorati. If you search for jQuery in the tags, you can get an many new daily posts about other peoples experiences with jQuery - including code, plugins, examples, tests, reviews and editorials: http://technorati.com/tags/jquery Now, if you get

[jQuery] jQuery in latest Sitepoint Design View

2007-07-18 Thread Michael Price
Got the Sitepoint Tech Times newsletter last night and in it there's a rather cool tutorial on using jQuery to create a page turning widget: http://www.sitepoint.com/newsletter/viewissue.php?id=5issue=35format=html Ironically (I guess), it's being used to promote their book Simply

[jQuery] jQuery Validation Multiple Forms...

2007-07-18 Thread Stosh
What's the rationale behind the validate plugin only handling one jQuery object? This doesn't seem consistent with how jQuery works at all. The website states: Validating multiple forms on one page: The plugin can handle only one form per call. In case you have multiple forms on a single page

[jQuery] Re: ANNOUNCE: tablesorter 2.0 beta released!

2007-07-18 Thread Sam Collett
On Jul 17, 2:57 pm, Christian Bach [EMAIL PROTECTED] wrote: 2007/7/17, Rick Pasotto [EMAIL PROTECTED]: On Tue, Jul 17, 2007 at 03:04:59PM +0200, Christian Bach wrote: The new 2.0 release can be found here: http://lovepeacenukes.com/tablesorter/2.0/ Interesting that the packed

[jQuery] AJAX download progress

2007-07-18 Thread Gordon
I am trying to figure out a way of displaying how far along an AJAX download is. Assuming I know the size of the file being downloaded (this will require the server to send a content-length header) then if I can check the number of bytes downloaded thus far I should be able to work out the

[jQuery] Re: .css(border-color) returning undefined

2007-07-18 Thread george.gsgd
I think backgroundColor works differently as it always has a property, regardless of whether you set it or not. On Jul 16, 6:51 pm, jazzle [EMAIL PROTECTED] wrote: Are you sure? The backgroundColor is returned okay... george.gsgd wrote: $('#animationbox').css('borderColor') looks at the

[jQuery] Re: ANNOUNCE: tablesorter 2.0 beta released!

2007-07-18 Thread Christian Bach
That's not the case for me (the sizes are mixed up on the page). The normal one is 13.15 kb for me and the packed on is 6.73kb. If you pack using the Base62 encode option you can get it even smaller. Thanks Sam, i repacked it and got down to 5,2 KB. Updated the page to reflect the changes:

[jQuery] Re: .css(border-color) returning undefined

2007-07-18 Thread jazzle
aren't borders black unless set otherwise? (i.e. the same behaviour, set by the browser's defaults) george.gsgd wrote: I think backgroundColor works differently as it always has a property, regardless of whether you set it or not. On Jul 16, 6:51 pm, jazzle [EMAIL PROTECTED] wrote: Are

[jQuery] Re: blockUI plugins consume too much CPU

2007-07-18 Thread Jiming
Hi Mike, I tried both 1 and 0. And which makes no difference. I suppose that the main calculation work is in DOM operation. Thanks, Jiming On Jul 18, 12:01 am, Mike Alsup [EMAIL PROTECTED] wrote: Hmm, my corporate firewall won't let me access that site. Something you can try is to override

[jQuery] Re: ThickBox 3 - Strange Bug in IE

2007-07-18 Thread polyrhythmic
I also have been experiencing this. The problem is somewhere in the CSS for the TB_Window DIV. The margin-top CSS expression written for IE does not work to center the DIV in the viewport, and I am unable to create an expression that solves the problem. The strangest part is that the loading

[jQuery] File and media managers plugins?

2007-07-18 Thread voltron
Hi! Are there any file or media manger plugins for Jquery? Thanks

[jQuery] TechSmith uses jQuery

2007-07-18 Thread Evan
Check it out: http://blog.jingproject.com/ Check the source or scroll down to see their sample video ala Thickbox. Great to see jQuery getting used more and more.

[jQuery] Re: addClass() not executing until cursor enters confirm() box.

2007-07-18 Thread barophobia
On Jul 11, 6:31 am, Richard D. Worth [EMAIL PROTECTED] wrote: Chris, Hi Richard, I thought my message never made it through so I'm surprised to see your response! I reposted the code (I don't think I've changed it at all since my first post) at http://www.pastebin.ca/624311 Thanks for your

[jQuery] What am I missing from this plugin?

2007-07-18 Thread barophobia
I am trying to make a plugin that will be used to generate a password. After many days of deliberation I decided to call it generate_password(). Now that I've got the name out of the way I'm having a bit of trouble getting it to work right. You can see the behavior here:

[jQuery] SITE: miss-diet.com is using jQuery

2007-07-18 Thread generoam
hi all, just wanted to inform that the site www.miss-diet.com is also use jQuery. well it use it with prototype also. use of plugins like Block and Interface. for the sake of honesty i have to say that i work in the company that built this site. Gen.

[jQuery] Re: blockUI plugins consume too much CPU

2007-07-18 Thread Jiming
Hi Mike, I tried both 0 and 1 and there have no difference. Thanks, Jiming On Jul 18, 12:01 am, Mike Alsup [EMAIL PROTECTED] wrote: Hmm, my corporate firewall won't let me access that site. Something you can try is to override the opacity by setting the overlayCSS.opacity value to 0 or 1.

[jQuery] Multiple Interface Resizables

2007-07-18 Thread jn
I've tried everything I can to get the handles to work for multiple resizables, but it just won't work. You can't use a class for the handles, so I tried using each() to loop over the resizables and specify the handles using unique ids. I tried passing DOM elements for the handles. What is the

[jQuery] Re: IE takes link when firing onclick event

2007-07-18 Thread quez
Hey Benjamin, you're the man! works like a charm. Just tried it after getting in from work. remove the css and it works in IE. I will also try adding the css as you mentioned. Thanks a lot mate! cheers. On Jul 17, 9:13 am, Benjamin Sterling [EMAIL PROTECTED] wrote: QuEz, If you take away all

[jQuery] Re: ANNOUNCE: tablesorter 2.0 beta released!

2007-07-18 Thread Kia Niskavaara
I've tried the encode option, but get this strange error: missing ; before statement [Break on this error] :'sortNumericDesc');var e='e'+i;dynamicExp+='var '+e+' = '+s+'(a['+c+'],b['+c+']... Also, I've created these parsers (might be useful for someone). Maby you should make custom parsers

[jQuery] Re: Complex(ish) table formatting code not working in Firefox 2

2007-07-18 Thread Will Kelly
Deamach thanks for looking, In the screen shot you posted it definately appears wrong. please take a look at the page with the firefox win fix. http://www.logicbox.net/jquery/pricetable/index2.html The second table should have a thick blue border around the body. W On Jul 17, 7:17 pm,

[jQuery] Re: blockUI plugins consume too much CPU

2007-07-18 Thread Jiming
Hi Mike, I tried both 0 and 1 and there have no difference. Thanks, Jiming On Jul 18, 12:01 am, Mike Alsup [EMAIL PROTECTED] wrote: Hmm, my corporate firewall won't let me access that site. Something you can try is to override the opacity by setting the overlayCSS.opacity value to 0 or 1.

[jQuery] Re: copy highlighted from a div

2007-07-18 Thread ViK
thank's! i try it now! I need that it works with Firefox and IE. On 16 jul, 23:56, Eric Crull [EMAIL PROTECTED] wrote: Not Jquery but this works: divinput id=oInputElement/div function copyToClipBoard(){var clipBoard = oInputElement.createTextRange(); clipBoard.execCommand(Copy);} and

[jQuery] Re: blockUI plugins consume too much CPU

2007-07-18 Thread Jiming
Hi Mike, I tried both 0 and 1 and there have no difference. Thanks, Jiming

[jQuery] Re: ANNOUNCE: tablesorter 2.0 beta released!

2007-07-18 Thread Kia Niskavaara
Christian Bach wrote: Thanks, when the final version is released it will include more parser and contributed parsers as a optional file. Could you please post a 'float' parser to the list? I think there was one in the old tablesorter release, but unfortionatley I've deleted it. I also

[jQuery] Re: problem with $.ajax()

2007-07-18 Thread Salvatore FUSTO
Hi dan, thaanks for replay. i use ff and fire baug: on my pc, i have this data from the first call: {CONFORMATO:1,COMPLETO:84,99,TAGLIE:[43,45,47,49,51,53,55,57,59,61]}but i remember that on the intranet server i get this object prepended by coldfusion release, etc: cah be this the problem?

[jQuery] Re: AJAX download progress

2007-07-18 Thread Gordon
Okay, I've got some code now that works well in all the major browsers except for IE. I can't post the code just now but I'll put it up as soon as I get proper net access back on the other computer. Oddly it doesn't throw any errors in IE, it simply doesn't produce any results. Gordon wrote:

[jQuery] Re: Using AutoCompleter, how do you pass parameters

2007-07-18 Thread Jeff Fleitz
I am in the same boat (don't have the luxury of playing around). Jörn's version has been pretty stable, with the exception of the issues documented. The one problem I have is similar to yours, in that IE6 generates an error when mousing over.the selection list. Unfortuanely, at least 90% of the

[jQuery] Re: addClass() not executing until cursor enters confirm() box.

2007-07-18 Thread Richard D. Worth
I haven't tested this, but it looks similar to the issue (and solution) in this thread: http://www.nabble.com/I-thought-I-understood-threads...-tf4096371s15494.html You may want to do a small setTimeout to launch the confirm dialog to give the browser a chance to render the row highlight. -

[jQuery] Re: jQuery Validation Multiple Forms...

2007-07-18 Thread Stosh
Dan, Thanks for the response. The particular page I am working with is used to take in registrations for a conference, a given individual will login and register X number of participants for their group. From the primary screen they have the ability to add new registrations or update existing

[jQuery] Re: Customize JQuery

2007-07-18 Thread Brandon Aaron
If you have ability too, you should really enable HTTPCompression. If you use HTTPCompression and jquery.min.js the file size will only be a little over 10k. Not to mention the rest of your page will also decrease in file size. -- Brandon Aaron On 7/18/07, azzozhsn.net [EMAIL PROTECTED] wrote:

[jQuery] hello everyone

2007-07-18 Thread Michael
im pretty new to jquery and im writing a ajax ready comment box for my community site. Im very new to javascript but got into frameworks reading about javascript along the way and i wanted to know if im going about my send function in the right fashion? function send(){ var conf

[jQuery] Re: Resizable textarea

2007-07-18 Thread Su
On 7/17/07, Mark [EMAIL PROTECTED] wrote: Does anyone could combine a textarea with a Drag and Resize plugin to create a Resizable Textarea. (A feature like this is available in TinyMCE). Did you look at the Resizables demo? http://interface.eyecon.ro/demos

[jQuery] Re: Using AutoCompleter, how do you pass parameters

2007-07-18 Thread AtlantaGeek
Another thing, I did also notice that I can mouse on and off the first item with no problem, but when I move to the second item I get the error. On Jul 18, 10:09 am, Jeff Fleitz [EMAIL PROTECTED] wrote: I am in the same boat (don't have the luxury of playing around). Jörn's version has been

[jQuery] Re: Easebox

2007-07-18 Thread Glen Lipka
Hey Jake, I am trying to make progress on this easebox thing. A friend helped me some, but his OOP is really limited. Can you possibly look at the code and tell us what you think? I thought it would be easy, but it's turning into a bigger project. http://www.commadot.com/jquery/easebox/ben2.htm

[jQuery] Swap image onClick with swf, need help...

2007-07-18 Thread [EMAIL PROTECTED]
Heya, I'd like to use jQuery to swap out an image of a mp3 player when the user clicks the image... any ideas? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups jQuery (English) group. To post to this group,

[jQuery] ajax newsticker does not work in IE. Any clue?

2007-07-18 Thread GianCarlo Mingati
Hi list, today at work i had to build a news ticker based on XML (Ajax). I'm sponsoring jquery so much that they told me: ok let's see what jquery can do. And voilà, i ended up with this experiment: http://www.gcmingati.net/wordpress/wp-content/lab/jquery/newsticker/ The problem is that this

[jQuery] Re: problem with $.ajax()

2007-07-18 Thread John Farrar
If you are outputting JSON from CF you need to first make sure you are actually outputting JSON from the CFC / CFM page. There is a special technique to doing this from CFCs. The default return of a CFC is WDDX. To test your CFC call the method from the URL without jQuery. Directly from the

[jQuery] Re: Binding a click event

2007-07-18 Thread cfdvlpr
This code works well for me except that it disables the other links on my page. What can I do to fix this?

[jQuery] Re: ajax newsticker does not work in IE. Any clue?

2007-07-18 Thread Benjamin Sterling
GC, It is working for me in IE6, style is off a bit, but it is working. Although you can make: $(entry/date,xmlDataSet)[i].childNodes[0].nodeValue to: $(entry:eq(+i+)/date,xmlDataSet).text(); $(entry/pb,xmlDataSet)[i].childNodes[0].nodeValue to $(entry:eq(+i+)/pb,xmlDataSet).text();

[jQuery] Re: Customize JQuery

2007-07-18 Thread Benjamin Sterling
John, Here is a post from John Resig regarding making your own copy of jquery: You can download jQuery from SVN and build your own copy. If you were to open the Makefile that's included with jQuery you'd see a list of files that are to be included in jQuery directly - you can then remove the

[jQuery] Re: Resizable textarea

2007-07-18 Thread Jay Salvat
Hi, Take a look to this article : http://www.jquery.info/spip.php?article44 and http://www.jquery.info/IMG/html/44_resizehandler.html Sorry it's in French but i think the code lines are talking by themselves. :) Jay Mark a écrit : Does anyone could combine a textarea with a Drag and Resize

[jQuery] Re: Stopping a $.load call

2007-07-18 Thread batobin
Very interesting idea. So, if I understand you correctly, an AJAX request is only made if a person stops typing for 300 milliseconds? It's not the perfect solution since receiving results is now delayed an extra 300ms. And there's still a chance for choppy results if a person is on a very bad

[jQuery] Re: ANNOUNCE: tablesorter 2.0 beta released!

2007-07-18 Thread Jean
I´m with a problem to sorter a text column, don´t sorte correctly I have to add a parser? If yes, how? On 7/18/07, Christian Bach [EMAIL PROTECTED] wrote: Could you please post a 'float' parser to the list? I think there was one in the old tablesorter release, but unfortionatley I've

[jQuery] click on one div to show another div, click anywhere else hide this div

2007-07-18 Thread cfdvlpr
I've already got the first part of this working: $(function(){ $('div#rightShoppingCartButton').click(function(){ showCart(this);//Shopping cart div has been clicked }); }); function showCart(div){ var rsccb = #rightShoppingCartContainsBox;

[jQuery] Re: jQuery Validation Multiple Forms...

2007-07-18 Thread Dan G. Switzer, II
Stan, Thanks for the response. The particular page I am working with is used to take in registrations for a conference, a given individual will login and register X number of participants for their group. From the primary screen they have the ability to add new registrations or update existing

[jQuery] Re: .css(border-color) returning undefined

2007-07-18 Thread Dave Methvin
The name border-color is mostly a shortcut for *setting* the color of all four borders at once. I have never trusted the shortcut properties, I don't think they work consistently across browsers and it seemed too difficult to make jQuery normalize them. For widths I always get the width of each

[jQuery] Re: Customize JQuery

2007-07-18 Thread Scott Sauyet
azzozhsn.net wrote: I think we can customize JQuery. I mean drop any function, class or method we don't use. Other responses have (correctly) questioned the need for this. But if you want to know how, John Resig posted a message on a similar thread not long ago:

[jQuery] Re: Resizable textarea

2007-07-18 Thread Fil
Does anyone could combine a textarea with a Drag and Resize plugin to create a Resizable Textarea. (A feature like this is available in TinyMCE). Did you look at the Resizables demo? http://interface.eyecon.ro/demos There's also http://www.jquery.info/spip.php?article44 -- Fil

[jQuery] Re: Announce: Confirmer plugin

2007-07-18 Thread Michael Geary
When I was working at Adobe several years ago, we had a bug report that none of us could reproduce or figure out. The bug said that an unrelated window from another application would pop to the front when a dialog in our app was closed. There actually is a similar problem that

[jQuery] Re: ajax newsticker does not work in IE. Any clue?

2007-07-18 Thread Benjamin Sterling
Also, check out http://www.jasons-toolbox.com/JTicker/, this may help. On 7/18/07, Benjamin Sterling [EMAIL PROTECTED] wrote: GC, It is working for me in IE6, style is off a bit, but it is working. Although you can make: $(entry/date,xmlDataSet)[i].childNodes[0].nodeValue to:

[jQuery] Re: Announce: Confirmer plugin

2007-07-18 Thread Ganeshji Marwaha
Thats funny... and it is very satisfying to know that many of us face similar problems on a daily basis :-) -GTG On 7/18/07, Michael Geary [EMAIL PROTECTED] wrote: When I was working at Adobe several years ago, we had a bug report that none of us could reproduce or figure out. The

[jQuery] Better way to select parent form?

2007-07-18 Thread jarrod
I'm trying to write a script that responds to a keyup event in any field of a given form. If the form is valid, the submit button of that form is enabled. The problem is that there are several forms on the page. My script has to enable the right one. I have a way that works, but it's

[jQuery] Re: problem with $.ajax()

2007-07-18 Thread Dan G. Switzer, II
Salvatore, Hi dan, you are right: on my pc, in the response tab of firebug, i have {CONFORMATO:1,COMPLETO:84,99,TAGLIE:[43,45,47,49,51,53,55,57,59,61] }on the intranet server i getMETA NAME=ColdFusionMXEdition CONTENT=ColdFusion DevNet Edition - Not for Production

[jQuery] Re: Better way to select parent form?

2007-07-18 Thread Alexandre Plennevaux
Mmmh: $this = $(#myinput); $thisForm = $(form,$this.parent()) -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jarrod Sent: jeudi 19 juillet 2007 0:14 To: jquery-en@googlegroups.com Subject: [jQuery] Better way to select parent form? I'm

[jQuery] Re: search text, find urls and list

2007-07-18 Thread Karl Swedberg
On Jul 18, 2007, at 9:27 AM, Hugh Hayes wrote: I know it's hard to support us cut-and-paste guys, there isn't a heck of a lot that we can do for the group / jquery. Hugh, it's really a pleasure, especially when the cut-and-paste guy is as appreciative as you are. :-) The plug-ins are

[jQuery] Re: Announce: Confirmer plugin

2007-07-18 Thread Christopher Jordan
Does disabling the element for 500ms sound like a reasonable solution to you? i'm not sure that disable makes much sense for non-buttons, but i think that buttons will make up 90%+ of use cases. Instead of disabling the element for 500ms just ignore any other clicks on the element for 500ms.

[jQuery] Re: Better way to select parent form?

2007-07-18 Thread Erik Beeson
$this = $(#myinput); $thisForm = $(form,$this.parent()) I didn't really read the OP, but I think that's the same as: $thisForm = $('#myinput').parent().find('form'); Or at that point, might as well do: $thisSubmit = $('#myinput').siblings('[EMAIL PROTECTED]submit]'); --Erik

[jQuery] Re: hello everyone

2007-07-18 Thread Benjamin Sterling
Michael, Welcome to the list! Your send function looks fine, except I have a few questions: url: location.href is pointing to the current page, is this supposed to be the case? Since your dataType is json, you should not need to use data = eval(json);, if you are sending back your data,

[jQuery] Re: ANNOUNCE: tablesorter 2.0 beta released!

2007-07-18 Thread Rick Pasotto
On Wed, Jul 18, 2007 at 03:46:58PM +0200, Christian Bach wrote: Could you please post a 'float' parser to the list? I think there was one in the old tablesorter release, but unfortionatley I've deleted There is a set of experimental parser available here:

[jQuery] using tabIndex

2007-07-18 Thread Phil Glatz
I have some fields that may be generated on the fly via DOM, and want to set the tab index. This isn't working for me: $(#elem2).attr(tabindex, $(#elem1).attr(tabindex) + 1); What would the correct syntax be to make the tabindex of elem2 to be that of elem1 + 1?

[jQuery] Re: Announce: filemanager-like-view plugin (BogoFolders)

2007-07-18 Thread voltron
It works on IE6, windows. The text is sometimes garbled though. On Jul 17, 8:36 pm, Stephan Beal [EMAIL PROTECTED] wrote: Hi, all! This morning i put together a plugin which provides a basic filemanager-like view, called BogoFolders:

[jQuery] Re: AJAX download progress

2007-07-18 Thread Jonathan Sharp
Gordon, That's really slick! -js On 7/18/07, Gordon [EMAIL PROTECTED] wrote: Finally got my net access on my dev machine back. :) Here's my code. var myTrigger; var progressElem = $('#progressCounter'); $.ajax ({ type: 'GET', dataType: 'xml', url

[jQuery] Re: Better way to select parent form?

2007-07-18 Thread Klaus Hartl
jarrod wrote: I'm trying to write a script that responds to a keyup event in any field of a given form. If the form is valid, the submit button of that form is enabled. The problem is that there are several forms on the page. My script has to enable the right one. I have a way that works, but

[jQuery] Re: Better way to select parent form?

2007-07-18 Thread Erik Beeson
Maybe you want something like: $thisSubmit = $('#myinput').parents('form').find('[EMAIL PROTECTED]submit]'); --Erik On 7/18/07, jarrod [EMAIL PROTECTED] wrote: Erik Beeson wrote: $this = $(#myinput); $thisForm = $(form,$this.parent()) I didn't really read the OP, but I think that's

[jQuery] Re: Better way to select parent form?

2007-07-18 Thread Klaus Hartl
Klaus Hartl wrote: jarrod wrote: I'm trying to write a script that responds to a keyup event in any field of a given form. If the form is valid, the submit button of that form is enabled. The problem is that there are several forms on the page. My script has to enable the right one. I

[jQuery] Re: problem with $.ajax()

2007-07-18 Thread Dan G. Switzer, II
Hi dan, thaanks for replay. i use ff and fire baug: on my pc, i have this data from the first call: {CONFORMATO:1,COMPLETO:84,99,TAGLIE:[43,45,47,49,51,53,55,57,59,61] }but i remember that on the intranet server i get this object prepended by coldfusion release, etc: cah be this the problem? and

[jQuery] Disabling jquery.autocomplete.js

2007-07-18 Thread chali
Hi, I'm using the autocomplete plugin, the one that is modification of Dylan Verheul's jQuery Autcomplete plug-in. It's working great but I need to disable it using any function, and I don't know how to do it. I've tried with unbind() ?¿ on the field but it's not working :( Any help? thanks!

[jQuery] Re: Announce: filemanager-like-view plugin (BogoFolders)

2007-07-18 Thread Ganeshji Marwaha
it works like a charm in opera 9.20 -GTG On 7/17/07, Stephan Beal [EMAIL PROTECTED] wrote: Hi, all! This morning i put together a plugin which provides a basic filemanager-like view, called BogoFolders: http://wanderinghorse.net/computing/javascript/jquery/bogofolders/ In short, it uses

[jQuery] Listing methods of an object

2007-07-18 Thread Robert James
Is there a way to list all the methods that a particular JavaScript object has? Or is there a tool that can do this?

[jQuery] Re: Listing methods of an object

2007-07-18 Thread Jack Killpatrick
Something like this? http://www.netgrow.com.au/files/javascript_dump.cfm - Jack Robert James wrote: Is there a way to list all the methods that a particular JavaScript object has? Or is there a tool that can do this?

[jQuery] Solving the Back button problem

2007-07-18 Thread S. Robert James
Solving the Back button problem Is there a way to use JavaScript to detect whether a page is being loaded for the first time (from the server), or because someone hit the Back button? Often you want to display a status message only one, but not show it when they hit the Back button.

[jQuery] Re: Listing methods of an object

2007-07-18 Thread S. Robert James
Yes - what JS code allows it to see the list of all methods (and their source code!)? Jack Killpatrick wrote: Something like this? http://www.netgrow.com.au/files/javascript_dump.cfm - Jack Robert James wrote: Is there a way to list all the methods that a particular JavaScript

[jQuery] Re: Customize JQuery

2007-07-18 Thread Brad Perkins
This subject came up recently. Search the archive for Using part of JQuery. The recommended solution might meet your needs? -- Brad On Jul 18, 6:46 am, azzozhsn.net [EMAIL PROTECTED] wrote: Hi, I really like JQuery, and I try to use it, and I think it's big script in some kind 22KB! the rest

[jQuery] License questions

2007-07-18 Thread James
I've tried to read about this but I still am not sure. Can I bundle jquery with a commercial web application that I distribute? I read that if they are both distinct applications yes, but I'm not sure where you draw the line. If the webapp utilizes jquery heavily but can work perfectly fine

[jQuery] Scroll behaving odd in Firefox

2007-07-18 Thread MikeeBee
Hi all, first time I've used jQuery. I'm using it for a basic scroll to anchor function. I started with it on the back to top links then I moved to using it on a small anchor navigation at the top of the page. It works fine in Safari on the mac and IE on the PC but for some reason the top links

[jQuery] Implement opacity on imagemap polygon

2007-07-18 Thread Spencer
I'm new to jQuery and would really like to be able to use it for applying an opacity to an area on an imagemap. Is this possible? I really don't want to swap images unless it becomes necessary. The following code allows me to bind a click event (for testing) to the individual area tags, but I

[jQuery] interface Slider IE problem

2007-07-18 Thread Nachitox
Im using the interface plugin to change the speed of a timeout (that the function call it again) I follow this example to do mine: http://interface.eyecon.ro/demos/slider.html In Firefox2 works perfect, but IE shows me an error: The object does not accept that property or method (im

[jQuery] Re: License questions

2007-07-18 Thread Richard D. Worth
See http://docs.jquery.com/Licensing quote from that page: jQuery is currently available for use in all personal or commercial projects under both MIT and GPL licenses. This means that you can choose the license that best suits your project, and use it accordingly. - Richard On 7/18/07, James

[jQuery] Re: using tabIndex

2007-07-18 Thread Brian Cherne
Hi Phil, #elem1 must already have tabindex set input id=elem1 tabindex=1 / $(e).attr('tabindex') returns a string, so you should multiply it by 1 to convert it to a number, otherwise #elem2 will end up with a tabindex of 11 $(#elem2).attr(tabindex, $(#elem1).attr(tabindex)*1+1); Cheers,

[jQuery] Re: License questions

2007-07-18 Thread cdomigan
MIT license is what you want - just include the copyright notice and your away laughing. Chris

[jQuery] Re: Swap image onClick with swf, need help...

2007-07-18 Thread Richard D. Worth
Handle the click event, and change the src attribute. Something like this: ... script type=text/javascript $(function() { $(#mp3Img).click(function() { $(this).attr(src, mp3-2.jpg) }); }); /script /head body img id=mp3Img src=mp3-1.jpg ... - Richard On 7/18/07, [EMAIL PROTECTED] [EMAIL

[jQuery] Re: Better way to select parent form?

2007-07-18 Thread jarrod
I don't understand this part: var input = $('[EMAIL PROTECTED]', form); Specifically this: $('[EMAIL PROTECTED]', form); I haven't found anywhere in the docs that talks about using this selector thing $() with two arguments. What exactly is going on there? Also may I ask why you're

[jQuery] Re: License questions

2007-07-18 Thread James
So in the MIT license software can refer to jquery only and no the webapplication using it? I apologize for nitpicking this.. Thanks, James 1 Copyright (c) 2007 John Resig, http://jquery.com/ 2 3 Permission is hereby granted, free of charge, to any person obtaining 4 a copy of this software and

[jQuery] IE6 png hack bug

2007-07-18 Thread Kush Murod
Hi guys, Some of us having difficulty figuring out as to why when applying ie6png hack onto a link, it doesn't appear as link anymore Can anyone help us out, here is an example www.uzhana.com - contact us link Cheers, --Kush

[jQuery] Re: New Plugin: HoverAccordion

2007-07-18 Thread [EMAIL PROTECTED]
One suggestion, that no one has seemed to be able to tackle in the jQuery Accordion making community, is the slight bump that happens at the bottom of the accordion. You notice it slightly on your first example but can see it a lot on your second example. You'll see on the apple site there is no

[jQuery] Page initialization document ready

2007-07-18 Thread [EMAIL PROTECTED]
I'm setting default values for a text area on page load. This ivolves loading a remote xml file. Should I be using the document.read() function here. Because the resultdiv doesn't seem to finish load names.xml. So none of the manipulations can happen. function init() { var resultdiv =

[jQuery] Re: Better way to select parent form?

2007-07-18 Thread Richard D. Worth
On 7/18/07, jarrod [EMAIL PROTECTED] wrote: I don't understand this part: var input = $('[EMAIL PROTECTED]', form); Specifically this: $('[EMAIL PROTECTED]', form); I haven't found anywhere in the docs that talks about using this selector thing $() with two arguments. What exactly is

[jQuery] Re: Solving the Back button problem

2007-07-18 Thread Kenneth
On 7/18/07, S. Robert James [EMAIL PROTECTED] wrote: Solving the Back button problem Is there a way to use JavaScript to detect whether a page is being loaded for the first time (from the server), or because someone hit the Back button? Often you want to display a status message only one,

[jQuery] Re: Better way to select parent form?

2007-07-18 Thread jarrod
Richard D. Worth-2 wrote: I haven't found anywhere in the docs that talks about using this selector thing $() with two arguments. What exactly is going on there? See http://docs.jquery.com/Core#.24.28_expr.2C_context_.29 By default, if no context is specified, $() looks for DOM

[jQuery] Re: License questions

2007-07-18 Thread John Resig
Yes, that's correct. You are completely free to bundle jQuery with any commercial application you choose, just leaving that notice intact with the jQuery file itself. That's it! Enjoy :-) --John On 7/18/07, James [EMAIL PROTECTED] wrote: So in the MIT license software can refer to jquery

[jQuery] Re: Better way to select parent form?

2007-07-18 Thread RobG
On Jul 19, 9:13 am, jarrod [EMAIL PROTECTED] wrote: I'm trying to write a script that responds to a keyup event in any field of a given form. If the form is valid, the submit button of that form is enabled. The problem is that there are several forms on the page. My script has to enable the

[jQuery] Re: Stopping a $.load call

2007-07-18 Thread cdomigan
I would have to agree with Strija. Using a setTimeout() is the way I've seen 99% of auto-complete widgets implemented. Chris On Jul 19, 10:14 am, batobin [EMAIL PROTECTED] wrote: Very interesting idea. So, if I understand you correctly, an AJAX request is only made if a person stops typing

[jQuery] Re: Using AutoCompleter, how do you pass parameters

2007-07-18 Thread AtlantaGeek
Ok, found the problem: Jörn has main.css and jquery.autocomplete.css in use on his demo page. I was thinking any autocompleter-related CSS would be in jquery.autocomplete.css, but it appears that's not the case. I had removed main.css, but when I put it back in, the error went away. Mousing

[jQuery] Re: AJAX download progress

2007-07-18 Thread Gordon
To whoever replied, thanks, but the actual reply isn't showing up in here. I don't know why! I think google groups has been a bit wonky today. On Jul 18, 10:32 am, Gordon [EMAIL PROTECTED] wrote: I am trying to figure out a way of displaying how far along an AJAX download is. Assuming I

[jQuery] Re: jQuery Validation Multiple Forms...

2007-07-18 Thread Stosh
One other thing that's bothering me about the validate plugin... first, for the record I want to clarify that I really do like this plugin - I find it especially useful. I am unable to have a form object and call validate() on it more then once. For the most part this makes sense, but I have an

  1   2   >