[jQuery] 'jQuery not defined' errors. Possible jQuery bug? Plaintive cry for help.

2007-03-14 Thread Joel Birch
Hi jQuistadors! I am getting errors to the tune of the 'jQuery is not defined - jquery.1.1.2.js line 89' (but also sometimes lines 152, 153, 156, 690, 1813) on my Blush site when moving from page to page (never on manual reload). I have tried everything I can think of to narrow it down and

Re: [jQuery] 'jQuery not defined' errors. Possible jQuery bug? Plaintive cry for help.

2007-03-14 Thread Joel Birch
On 14/03/2007, at 6:21 PM, Joel Birch wrote: Hi jQuistadors! I am getting errors to the tune of the 'jQuery is not defined - jquery.1.1.2.js line 89' (but also sometimes lines 152, 153, 156, 690, 1813) on my Blush site when moving from page to page (never on manual reload). I have tried

Re: [jQuery] 'jQuery not defined' errors. Possible jQuery bug? Plaintive cry for help.

2007-03-14 Thread Joel Birch
On 14/03/2007, at 6:42 PM, Joel Birch wrote: The 'crazy hover' errors (possibly the others too I think) seem to be generated on $(window).unload() - which explains why they never happen on a manual refresh. Still no further clues though. :( Joel. Well I found a fix - I had to unbind the

Re: [jQuery] 'jQuery not defined' errors. Possible jQuery bug? Plaintive cry for help.

2007-03-14 Thread Kenneth
I'm unable to reproduce on FF2 or IE6 doing all sorts of crazy clicking. On 3/14/07, Joel Birch [EMAIL PROTECTED] wrote: On 14/03/2007, at 6:21 PM, Joel Birch wrote: Hi jQuistadors! I am getting errors to the tune of the 'jQuery is not defined - jquery.1.1.2.js line 89' (but also sometimes

Re: [jQuery] 'jQuery not defined' errors. Possible jQuery bug? Plaintive cry for help.

2007-03-14 Thread Joel Birch
On 14/03/2007, at 7:02 PM, Kenneth wrote: I'm unable to reproduce on FF2 or IE6 doing all sorts of crazy clicking. It's possible you tested it after I found a solution. Thanks very much for taking the time to help though. Cheers Joel. ___ jQuery

Re: [jQuery] NEWS: jQuery-Powered FlickrCash on Ajaxian

2007-03-14 Thread SeViR
Rey Bango escribió: Hey guys, Jesse Skinner's FlickrCash site got some nice press over at Ajaxian: http://ajaxian.com/archives/flickrcash-view-lots-of-flickr-images Be sure to check out the site and show a fellow jQuery user some love. Great work Jesse! Rey... I made a similar

Re: [jQuery] editInPlace link trigger

2007-03-14 Thread strzelecki
Not cracked this yet. Anyone? I tried contacting Dave directly but got no response. strzelecki wrote: I am using Dave Hauenstein's editInPlace plugin at http://davehauenstein.com/blog/archives/28, which is triggered by $(#element).editInPlace({. I was wondering wherether it would be

[jQuery] looking for overlay loading window script

2007-03-14 Thread amircx
hey. i tried blockui and serval scripts, they are great, the problem that i want to able to do somthing like on user click on submit its open window like blockui has with loading... then its checks the json parameters that given back and if status is 0 then close the modal window and open new one

Re: [jQuery] ajax and IE

2007-03-14 Thread Matias Oberg
This is very interesting. I'm having the same issues myself. I've also tried .load() but that doesn't seem to evaluate the javascript at all in any browser. Here is my request: script type=text/javascript

Re: [jQuery] finding y position

2007-03-14 Thread Fabien Meghazi
By far the easiest way to do that is to use the Dimensions plugin. It is amazingly accurate, even taking into account borders, padding, overflow:scroll, etc. Any idea why the dimension plugin does not get into the jquery core ? There are more and more plugins relying on this one and it seems

[jQuery] Swapping css of non-adjacent link tags

2007-03-14 Thread Bruce MacKay
Hello folks, I'm seeking some help in changing the (in this case) background colour of links once they've been clicked. I have an application that contains many (50-100) links on a page. Clicking on any one brings specific content into a neighbouring div. What I want to do is to change the

[jQuery] Navigation on Chelsea FC website

2007-03-14 Thread gerrytucker
Take a look at http://www.chelseafc.com/ for some very classy navigation. It has a horizontal AND vertical carousel, but click zoom out and it's get's VERY interesting. All the page thumbnails seem to be real time. It's done in Flash but I'm sure jQuery has everything available to do

Re: [jQuery] Swapping css of non-adjacent link tags

2007-03-14 Thread Alexandre Plennevaux
I would style the css :hover, :active and :focus states, and maybe use jquery to add to the selected link a specific current id, styled the same way. And then simply style the a:visited and a:link as the default state via CSS. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [jQuery] Swapping css of non-adjacent link tags

2007-03-14 Thread Choan Gálvez
Hi. On 14/03/2007, at 11:32, Bruce MacKay wrote: Hello folks, I'm seeking some help in changing the (in this case) background colour of links once they've been clicked. I have an application that contains many (50-100) links on a page. Clicking on any one brings specific content into a

Re: [jQuery] Swapping css of non-adjacent link tags

2007-03-14 Thread gerrytucker
Couldn't you use toggleClass instead removeClass and addClass? You can modify the presentation of the link by modifying its class instead of aplying CSS rules on the fly. $(#jqtree a).bind(click, function() { $(#jqtree a.someclass).removeClass(someclass); $(this).addClass(someclass); });

Re: [jQuery] ANNOUNCE: The treemap plugin

2007-03-14 Thread Renato Formato
Alexandre Plennevaux ha scritto: Just beware if you put too much elements, it clogs the browser and then you have to ctrl+alt+Del your way out. I just tried with 500 elements. Boom. If there were some safe way to threshold the plugin, i would consider it perfect. I know, I have spent much

Re: [jQuery] finding y position

2007-03-14 Thread Sam Collett
On 14/03/07, Fabien Meghazi [EMAIL PROTECTED] wrote: By far the easiest way to do that is to use the Dimensions plugin. It is amazingly accurate, even taking into account borders, padding, overflow:scroll, etc. Any idea why the dimension plugin does not get into the jquery core ? There

Re: [jQuery] Append bug?

2007-03-14 Thread Dmitrii 'Mamut' Dimandt
I got bitten by this yesterday. Appending selects anywhere fails. However, the contents of a select are appended; Here's the code that illustrates this: function appendFail() { var myDiv = $(div/div).appendTo(#myid); var sel = $(select name=\any_name\/select);

Re: [jQuery] Local XML

2007-03-14 Thread Dmitrii 'Mamut' Dimandt
Anyone? Help! :) Dmitrii 'Mamut' Dimandt wrote: Yup. This works under FF and Opera. Under IE this fails. The returned data is of type object the is not enumerable (hence I cannot see it's properties using, for instance, DP_Dump). :( Benjamin Sterling wrote: I would use the $.ajax function

Re: [jQuery] Calling all CF'ers... et al...

2007-03-14 Thread Priest, James \(NIH/NIEHS\) [C]
Heh - I've been riding motorcycles for ages with no mishaps - 2 weeks ago I'm riding bikes with my daughter and take a header into the street - tore up my shoulder a bit. Bicycles are dangerous :) I'm in the same boat - very little JS/Ajax experience. I need to wrap this project up so don't

Re: [jQuery] hoverIntent = my first plug-in

2007-03-14 Thread Brandon Aaron
On 3/13/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Brandon Aaron schrieb: I thought about this approach as well but then you gotta think that this is a plugin that others will use and possibly other plugins might depend on it as well. Then if the defaults changed, the plugin that depends

[jQuery] Scope a variable to a plugin

2007-03-14 Thread Tom Holder
Bit of a simple question this I'm sure but how do I scope a variable to a plugin I'm creating and not expose it beyond my plugin? I do want the variable to be accessible to all the methods in my plugin though. Thanks Tom ___ jQuery mailing list

Re: [jQuery] looking for overlay loading window script

2007-03-14 Thread Mike Alsup
hey. i tried blockui and serval scripts, they are great, the problem that i want to able to do somthing like on user click on submit its open window like blockui has with loading... then its checks the json parameters that given back and if status is 0 then close the modal window and open new

Re: [jQuery] Scope a variable to a plugin

2007-03-14 Thread Sam Collett
On 14/03/07, Tom Holder [EMAIL PROTECTED] wrote: Bit of a simple question this I'm sure but how do I scope a variable to a plugin I'm creating and not expose it beyond my plugin? I do want the variable to be accessible to all the methods in my plugin though. Thanks Tom You could write your

Re: [jQuery] Scope a variable to a plugin

2007-03-14 Thread Tom Holder
Cheers Sam, That doesn't make a lot of sense to my I have to be honest. 1. Why are you starting with (function($) 2. Why $.fn inside this block? why not jQuery.fn 3. What's (jQuery) on the end of the function? Sorry... OO Javascript is a whole new world of Pain for me! :) Thanks Tom On

Re: [jQuery] looking for overlay loading window script

2007-03-14 Thread Kevin Fricovsky
Mike, I was about to begin writing this plugin of yours until I came across this response. It's brilliant. Thx! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Alsup Sent: Wednesday, March 14, 2007 9:10 AM To: jQuery Discussion. Subject: Re:

[jQuery] Who's moderating the jQuery mailing list signup?

2007-03-14 Thread Andy Matthews
A co-worker is trying to sign up for discuss@ and he was informed that the signup was moderated. Can someone take a look through the list and check for jquery,[EMAIL PROTECTED] Please and thank you. Andy Matthews Senior Coldfusion Developer Office:

Re: [jQuery] jQuery Powered Sites - Keep the Links Coming

2007-03-14 Thread Rey Bango
Hi Joel, I've added the Blush premium truss tomatoes site to the list. Also, where's the link to your Superfish menu??!!? I love it. I also love the rotating content div for blush fact. Code? Rey... Joel Birch wrote: On 14/03/2007, at 2:23 AM, Rey Bango wrote: Thanks Joel, I've added the

[jQuery] BlockUI

2007-03-14 Thread james
Forgive my quite obviuos newness to this world. I'm using BlockUI for a couple different uses on an intranet site I manage. I'm having an issue where I can get animated graphics to show up if I include them in an initial modal but if I call a subsequent modal from that, the image will load but

Re: [jQuery] Who's moderating the jQuery mailing list signup?

2007-03-14 Thread John Resig
Sign-ups are not moderated. Once you register your email address you should be able to post, no problem. --John On 3/14/07, Andy Matthews [EMAIL PROTECTED] wrote: A co-worker is trying to sign up for discuss@ and he was informed that the signup was moderated. Can someone take a look through

Re: [jQuery] Scope a variable to a plugin

2007-03-14 Thread Sam Collett
On 14/03/07, Tom Holder [EMAIL PROTECTED] wrote: Cheers Sam, That doesn't make a lot of sense to my I have to be honest. 1. Why are you starting with (function($) This means that it would execute immediately and any variables contained within the function won't be seen by other scripts. 2.

Re: [jQuery] Scope a variable to a plugin

2007-03-14 Thread Tom Holder
Thanks for that Sam. One further thing you might be able to help with. I have a function that loops through some elements and then inside attaches a click even that results in the HTML being reloaded... hence I need to call the function from within itself. My code looks like (I've put a note in

Re: [jQuery] jQuery newbies?

2007-03-14 Thread Karl Swedberg
Hey Jörn, I think it's totally cool that someone with your level of expertise, someone whose coding prowess I aspire to, also has the self- confidence to post such a question! Anyway, the distinction between newbie and expert is, in my opinion, irrelevant nearly all of the time. Much more

Re: [jQuery] editInPlace link trigger

2007-03-14 Thread Mika Tuupola
On Mar 14, 2007, at 11:51 AM, strzelecki wrote: Not cracked this yet. Anyone? I tried contacting Dave directly but got no response. http://www.appelsiini.net/~tuupola/jquery/jeditable/strzelecki.php Check the source. Although this is done with jEditable plugin not Dave's version. Hope

Re: [jQuery] Who's moderating the jQuery mailing list signup?

2007-03-14 Thread Andy Matthews
That's what I thought...maybe he signed up for the wrong list? Just to be on the safe side, can someone post the correct signup page for the discuss@ list? _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Resig Sent: Wednesday, March 14, 2007 8:50 AM To: jQuery

Re: [jQuery] Scope a variable to a plugin

2007-03-14 Thread Tom Holder
Hi Klaus, Thanks for that, I'll try and absorb that over a cup of tea :) Any idea about my question about calling a jquery plugin function from within itself? Thanks Tom On 14/03/07, Klaus Hartl [EMAIL PROTECTED] wrote: Tom Holder schrieb: Cheers Sam, That doesn't make a lot of sense to

Re: [jQuery] editInPlace link trigger

2007-03-14 Thread Mika Tuupola
On Mar 14, 2007, at 4:10 PM, Mika Tuupola wrote: http://www.appelsiini.net/~tuupola/jquery/jeditable/strzelecki.php Check the source. Although this is done with jEditable plugin not Dave's version. Hope it helps. Tsk tsk. Hey Dave, you have forgotten to remove my name from the CVS tag ;)

[jQuery] How to bind a hover event?

2007-03-14 Thread Daniel Hofstetter
Hi all, Somehow I can't figure out how to bind a hover event to an element. At the moment I am using the following workaround: $(this).bind('mouseover', functionA); $(this).bind('mouseout', functionB); But that's not that elegant imho. So, does someone know a better solution? Thanks, daniel

Re: [jQuery] Swapping css of non-adjacent link tags

2007-03-14 Thread frame25
I agree with Choan that you should use addClass and removeClass instead, to separate style from code. It also allows you to test whether a style has already been applied to an element, crucial in the code I'm about to suggest. Anyway, here's one solid, tested approach (making sure priorLink is in

Re: [jQuery] How to bind a hover event?

2007-03-14 Thread David Dexter
Can't you just use the hover function? $(this).hover(functionA,functionB); - David Dexter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Hofstetter Sent: Wednesday, March 14, 2007 7:37 AM To: discuss@jquery.com Subject: [jQuery] How to bind a

[jQuery] Selecting only one level in DOM and no deeper

2007-03-14 Thread Dan Eastwell
I have a function function closeSubModules(subModules){ for(var i=0; i subModules.length; i++){ theElement = subModules[i]; $(theElement).hide(); } } one of the subModules[i] I've passed this function in an array is #faq li ul and

Re: [jQuery] editInPlace link trigger

2007-03-14 Thread strzelecki
Ah many thanks. I will give that a try. Just a note: The Editable demos on your site are erroring if Firefox 2.0.0.2 XP: Error: console is not defined Source File: http://www.appelsiini.net/~tuupola/jquery/jeditable/lib/jquery.jeditable.js Line: 159 Mika Tuupola wrote: On Mar 14, 2007, at

Re: [jQuery] How to bind a hover event?

2007-03-14 Thread Juha Suni
Daniel Hofstetter wrote: Somehow I can't figure out how to bind a hover event to an element. Something wrong with? $(this).hover( functionA,functionB ); ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] ANNOUNCE: The treemap plugin

2007-03-14 Thread Matt Kruse
Renato Formato schrieb: I wrote a jQuery plugin to show treemaps (http://en.wikipedia.org/wiki/Treemap) easily thanks to jQuery. Link: http://www.jquery.info/spip.php?article40 The documentation is pretty light, so it's hard to understand exactly what the table data structure needs to be

[jQuery] display message below / above div that include FORM

2007-03-14 Thread amircx
hey. i have a div that inside contains FORM elements im trying to suppress that window and put a div that will be below it with message. i tried this: span id='statusmsg'fgfdgfBRsdfdsfdsfdfBR/span $(function(){ $('#FormContainer1').block(); $(#statusmsg).below(#FormContainer1, {adjustRight:

Re: [jQuery] Selecting only one level in DOM and no deeper

2007-03-14 Thread Andy Matthews
Use the descendant selector. Div ul li Vs Div ul li The says only the first instance of that object. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Eastwell Sent: Wednesday, March 14, 2007 10:01 AM To: jQuery Discussion. Subject: [jQuery]

Re: [jQuery] editInPlace link trigger

2007-03-14 Thread strzelecki
hmm. Doesn't seem to want to work the same with Daves version. I have: div class=edit_comment?php echo $comment_content;?/divspan class=triggerEdit/span/td script type=text/javascript // ![CDATA[ $(document).ready(function(){ $(.trigger).click(function() {

[jQuery] serialize form

2007-03-14 Thread Dan Wilson
I am attempting to use the .serialize function to post a form via Ajax. The form is very large and has just about every type of form element possible. I was not clear on the semantics to select all form elements in a particular form and all the examples I found were for [EMAIL PROTECTED] The use

Re: [jQuery] [validation plugin] addError help!

2007-03-14 Thread philguillard
Many Thanks. I took time to answer cause it was not working for me and i didn't want to make you waste your time. Downloading the plugin today and deleting div class=containerolli that i was hardcoding in the form (preventing the new message to be displayed), i get it working. Phil Jörn

[jQuery] Creating a visible link to show and unhide content.

2007-03-14 Thread [-Stash-]
I'm currently trying to create a spoiler hiding addon for a forum using jQuery. I basically want to have all Ps, DIVs and SPANs with a class of .spoiler inside of #Comments .CommentBody to autohide the text and provide a clickable Spoiler: click to show that, when clicked, shows the hidden text

Re: [jQuery] ANNOUNCE: The treemap plugin

2007-03-14 Thread Renato Formato
Howard Jones ha scritto: Renato Formato wrote: Hi all, I wrote a jQuery plugin to show treemaps (http://en.wikipedia.org/wiki/Treemap) easily thanks to jQuery. A treemap is a nice way to visually show data with rectangles and colors. Let me know what do you think about it, how can I

[jQuery] bgiframe update, sneak peak

2007-03-14 Thread Brandon Aaron
Okay ... I've got a sneak peak of the new bgiframe plugin here: http://brandon.jquery.com/plugins/_bgiframe/test/ This discussion started in the recent suckerfish plugin thread ... basically they ran into an issue where the expressions used by the bgiframe plugin slow down animations in IE6. This

Re: [jQuery] serialize form

2007-03-14 Thread Mike Alsup
The use case is an autosave for the form. I looked at the form plugin and it seemed to want to take control of the form submit. In my use case I want to save the form in the background and let the user continue to work with the form. I would recommend using the form plugin. Its primary

Re: [jQuery] How to bind a hover event?

2007-03-14 Thread Karl Swedberg
On Mar 14, 2007, at 11:07 AM, Juha Suni wrote: Daniel Hofstetter wrote: Somehow I can't figure out how to bind a hover event to an element. Something wrong with? $(this).hover( functionA,functionB ); Daniel, Just to connect the dots for you, you'll often want to use anonymous

Re: [jQuery] jQuery newbies?

2007-03-14 Thread Klaus Hartl
Karl Swedberg schrieb: Hey Jörn, I think it's totally cool that someone with your level of expertise, someone whose coding prowess I aspire to, also has the self-confidence to post such a question! Anyway, the distinction between newbie and expert is, in my opinion, irrelevant nearly

Re: [jQuery] Selecting only one level in DOM and no deeper

2007-03-14 Thread Klaus Hartl
Andy Matthews schrieb: Use the descendant selector. Div ul li Vs Div ul li The says only the first instance of that object. It's not the descendant selector, it is the child selector. Also, that last sentence may be a bit misleading in a way that it is just the first element of all

Re: [jQuery] bgiframe update, sneak peak

2007-03-14 Thread Jonathan Sharp
Thank you! That will be very useful! Also thanks for tagging it, that helps greatly in tracking changes and when releases happen. Cheers, -js ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Selecting only one level in DOM and no deeper

2007-03-14 Thread Karl Swedberg
The says only the first instance of that object. Hey Andy, I think I know what you meant there, but the wording might be a little misleading. The will get *all* instances of the li element that are children of the preceding ul element. It just won't get any li elements that are

Re: [jQuery] Creating a visible link to show and unhide content.

2007-03-14 Thread David Duymelinck
[-Stash-] schreef: $(document).ready(function () { $('span.spoiler').hide(); $('span.show').click(function() { $(this).next('span.spoiler').slideToggle('fast'); }); }); i think you look for something like this $(function(){ // create link and hide spoiler

Re: [jQuery] How to bind a hover event?

2007-03-14 Thread Daniel Hofstetter
David Dexter wrote: Can't you just use the hover function? $(this).hover(functionA,functionB); Yes, you are right, that works fine. It seems I was a bit confused... Thanks for the heads up. -- Daniel Hofstetter http://cakebaker.42dh.com ___

Re: [jQuery] serialize form

2007-03-14 Thread Karl Swedberg
On Mar 14, 2007, at 11:40 AM, Mike Alsup wrote: The use case is an autosave for the form. I looked at the form plugin and it seemed to want to take control of the form submit. In my use case I want to save the form in the background and let the user continue to work with the form. I would

Re: [jQuery] serialize form

2007-03-14 Thread Klaus Hartl
Karl Swedberg schrieb: I second that recommendation! The form plugin makes ajax form submission astonishingly easy. I third that! It is so incredibly easy that I just wrote an enthusiastic email to Mike... :-) -- Klaus ___ jQuery mailing list

Re: [jQuery] ANNOUNCE: The treemap plugin

2007-03-14 Thread Renato Formato
Matt Kruse ha scritto: Renato Formato schrieb: I wrote a jQuery plugin to show treemaps (http://en.wikipedia.org/wiki/Treemap) easily thanks to jQuery. Link: http://www.jquery.info/spip.php?article40 The documentation is pretty light, so it's hard to understand exactly what the table data

Re: [jQuery] editInPlace link trigger

2007-03-14 Thread Juha Suni
strzelecki wrote: Ah many thanks. I will give that a try. Just a note: The Editable demos on your site are erroring if Firefox 2.0.0.2 XP: Error: console is not defined Looks like Mika forgot that not all people use FireBug (although all js/html developers pretty much should) :). It's a

Re: [jQuery] Creating a visible link to show and unhide content.

2007-03-14 Thread Sean O
Luke, To get around the DIV/SPAN issue, try adding/removing classes. Try this: $(document).ready(function () { $('.spoiler').addClass('hide'); $('.show').toggle(function() { $(this).html('(hide me)').next('.spoiler').removeClass('hide'); },function(){

Re: [jQuery] Selecting only one level in DOM and no deeper

2007-03-14 Thread Dan Eastwell
Haha! Thank you everyone, it was so simple! I should have known, too, as I know a lot more about CSS than I do about Javascript (which isn't that much!) For the record: Do the internet explorers support the child selector (when it's used in CSS and not in jQuery, of course!) On 3/14/07, Karl

Re: [jQuery] serialize form

2007-03-14 Thread Jack Killpatrick
Whoops, let out a piece: this will reset the timer after success, so the autosave will happen again: function handleResponse(responseText, statusText) { startTimer(); } If you pass a successFn into save(), then run startTimer() in that success function, so that the timer restarts after the

Re: [jQuery] editInPlace link trigger

2007-03-14 Thread strzelecki
No you are correct. Must have been one of those browser cache problems. Loading the site again now doesn't present this error. Strange. And you are right, Firebug didn't throw up the error but when turned off the error console did. Juha Suni wrote: strzelecki wrote: Ah many thanks. I will

Re: [jQuery] serialize form

2007-03-14 Thread Jack Killpatrick
Dan, I'm using the form plugin to do an autosave. Here are some chunks of what I do (it's not namespaced, so you might want to add that, etc): var _timerRunning = false; var _timer = null; function startTimer() { if (! _timerRunning) { _timer = setTimeout ( save(), 12000 );

[jQuery] Re Serialize Form

2007-03-14 Thread Dan Wilson
Ok Mike. Thanks for the help. As I stated in my last email, the use case is an autosave function for a very large form. I have a setTimeout call that runs a saveForm function. The form elements should be serialized and submitted via ajax. The calback function pops up a little window that

Re: [jQuery] serialize form

2007-03-14 Thread Jack Killpatrick
oof..left another little piece out of my original posting (so much for accurately snippetizing this thing, he he): function beginRequest(formData, jqForm) { stopTimer(); } FYI, I also have a little message appearing onscreen during the autosave: on success it disappears. That creates a

Re: [jQuery] Re Serialize Form

2007-03-14 Thread Mike Alsup
1) Will the form plugin work if only called through a function? Yes. 2) Will I be able to maintain the normal ( non-ajax ) function of the form submit button? Yes. 3) What serialization options are available? None. The form serialization is written to behave *exactly* the same way as the

Re: [jQuery] Selecting only one level in DOM and no deeper

2007-03-14 Thread Klaus Hartl
Dan Eastwell schrieb: For the record: Do the internet explorers support the child selector (when it's used in CSS and not in jQuery, of course!) Everything below IE 7 doesn't support the child selector. -- Klaus ___ jQuery mailing list

Re: [jQuery] Ok... one last effort to make this work... help!

2007-03-14 Thread Daemach
By the way, here are a couple more ways to do this - the first one grabs both field values and sends them. You would get form.interest and form.principal in cold fusion. The second one replaces the post's callback with an anonymous function so you can see that they work the same way:

Re: [jQuery] jQuery Powered Sites - Keep the Links Coming

2007-03-14 Thread Joel Birch
On 15/03/2007, at 12:39 AM, Rey Bango wrote: Hi Joel, I've added the Blush premium truss tomatoes site to the list. Also, where's the link to your Superfish menu??!!? I love it. I also love the rotating content div for blush fact. Code? Rey... Thanks Rey! The Superfish demo page link is

Re: [jQuery] Navigation on Chelsea FC website

2007-03-14 Thread Alex Cook
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Subject: [jQuery] Navigation on Chelsea FC website Does anyone have an idea though how to the thumbnails though?   Gerry - There are a few ways this could be done, but I'm assumeing they are externally loaded

Re: [jQuery] Scope a variable to a plugin

2007-03-14 Thread Sam Collett
On 14/03/07, Tom Holder [EMAIL PROTECTED] wrote: Thanks for that Sam. One further thing you might be able to help with. I have a function that loops through some elements and then inside attaches a click even that results in the HTML being reloaded... hence I need to call the function from

Re: [jQuery] Selecting only one level in DOM and no deeper

2007-03-14 Thread Sam Collett
On 14/03/07, Dan Eastwell [EMAIL PROTECTED] wrote: Haha! Thank you everyone, it was so simple! I should have known, too, as I know a lot more about CSS than I do about Javascript (which isn't that much!) For the record: Do the internet explorers support the child selector (when it's used in

Re: [jQuery] jQuery Powered Sites - Keep the Links Coming

2007-03-14 Thread rip747
I actually just got done redesigning www.sheriff.org and used jQuery for all the javascript on the site. -- View this message in context: http://www.nabble.com/jQuery-Powered-Sites---Keep-the-Links-Coming-tf2955158.html#a9479402 Sent from the JQuery mailing list archive at Nabble.com.

Re: [jQuery] Local XML

2007-03-14 Thread Daemach
You might find some clues here - this is taken from Mike Alsup's most excellent taconite plugin (http://www.malsup.com/jquery/taconite/): if (typeof xml == 'string') xml = $.taconite.convert(xml); // convert string to xml document $.taconite.convert = function(s) { var doc;

Re: [jQuery] Local XML

2007-03-14 Thread Mike Alsup
However, if XML is loaded through .get, it is passed to the processing function as text, not as a document. That is not true. If the server returns an XML document, that's what is passed to your success handler. You need to make sure your server is setting the response content type to XML.

[jQuery] Discussion list signup errors

2007-03-14 Thread Andy Matthews
My coworker still can't sign up successfully. So he decided to try another email account. When he clicked the subscribe button he received an error (at the top of the page). You might consider taking a look at the signup process and seeing if there's anything wrong. There might be people trying

Re: [jQuery] Who's moderating the jQuery mailing list signup?

2007-03-14 Thread Kelvin Luck
Andy Matthews wrote: That's what I thought...maybe he signed up for the wrong list? Just to be on the safe side, can someone post the correct signup page for the discuss@ list? If his email address is jquery,[EMAIL PROTECTED] as you posted then I'm guessing maybe the signup form doesn't

Re: [jQuery] editInPlace link trigger

2007-03-14 Thread Mika Tuupola
On Mar 14, 2007, at 5:08 PM, strzelecki wrote: Ah many thanks. I will give that a try. Just a note: The Editable demos on your site are erroring if Firefox 2.0.0.2 XP: Error: console is not defined Source File: http://www.appelsiini.net/~tuupola/jquery/jeditable/lib/

Re: [jQuery] Who's moderating the jQuery mailing list signup?

2007-03-14 Thread Andy Matthews
Ooops...fat fingers. Should be a . Not a comma. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kelvin Luck Sent: Wednesday, March 14, 2007 9:16 AM To: jQuery Discussion. Subject: Re: [jQuery] Who's moderating the jQuery mailing list signup? Andy

Re: [jQuery] Local XML

2007-03-14 Thread Ⓙⓐⓚⓔ
what kind of header are you getting? The $.ajax complete call back gives back the entire request, including the headers, (Function) complete - A function to be called when the request finishes. The function gets passed two arguments: The XMLHttpRequest object and a string describing the type of

Re: [jQuery] serialize form

2007-03-14 Thread Daemach
I wrote an autosave plugin a while back that automates autosaving fields. It doesn't submit the form at one time - instead it updates each field immediately if they are changed. I can find somewhere to post it if you want to play with it. It gets called like the snippet below - I use ajaxCFC

[jQuery] Need help with filter, please.

2007-03-14 Thread Christopher Jordan
Hi folks, I've tried to use the filter function in the past, but have never been successful. Usually, I just figure out another better way to do what I wanted (meaning that filter was probably the wrong choice to begin with), but now I've got a case where I think filter would work fine, but

[jQuery] Edit in place -- update two div

2007-03-14 Thread Agrawal, Ritesh
Hi I am using Mika Tuupola's edit in place script (http://www.appelsiini.net/~tuupola/javascript/jEditable/) . It workes fine..but I have some trouble in extending it. Actually I want to update two divs when user is done with editing. But I am not sure how I can do that with jeditable.. here

[jQuery] Input tags (off topic, sorry)

2007-03-14 Thread Glen Lipka
div style=width: 400px; border: 1px solid red; input type=text style=width: 100%; / textarea style=width: 100%/textarea select style=width: 100%; option style=Something/option /select /div The padding, margins and borders built into the textarea and input tags make them go past the red border.

Re: [jQuery] Need help with filter, please.

2007-03-14 Thread Christopher Jordan
Ooo! If that works (which it probably will), then it'll be just another time that I've thought I could/should use filter, but have found a different or better way of doing what I was after. :o) Thanks, Daemach! I'll try that straight way! Cheers, Chris Daemach wrote: I usually use filter

Re: [jQuery] Need help with filter, please.

2007-03-14 Thread Daemach
Hmm - that does bring up a point tho... aren't ID's supposed to be unique even in checkboxes? May need to use the name attribute instead... Daemach wrote: I usually use filter with a selector, but a function should work. Can you not do the following instead tho? $(radio:[EMAIL

Re: [jQuery] Need help with filter, please.

2007-03-14 Thread Daemach
I usually use filter with a selector, but a function should work. Can you not do the following instead tho? $(radio:[EMAIL PROTECTED] + id + ]) Christopher Jordan wrote: Hi folks, I've tried to use the filter function in the past, but have never been successful. Usually, I just

Re: [jQuery] Creating a visible link to show and unhide content.

2007-03-14 Thread [-Stash-]
Seems I was wrong, and that the hide function actually does decide if something is block or inline, my bad. Thanks for this David, works a treat. I took a look at Sean's solution as well and that worked too, but this works out a little simpler now that it actually does do what I wanted in the

Re: [jQuery] Input tags (off topic, sorry)

2007-03-14 Thread Klaus Hartl
Glen Lipka schrieb: div style=width: 400px; border: 1px solid red; input type=text style=width: 100%; / textarea style=width: 100%/textarea select style=width: 100%; option style=Something/option /select /div The padding, margins and borders built into the textarea and input tags

Re: [jQuery] Need help with filter, please.

2007-03-14 Thread Christopher Jordan
The IDs are differnent. That selector I'm using says find me a radio button that has an attribute id which *ends with* in this case a number. The IDs themselves are like this: input id=UniqueRadio_1.../ input id=OtherUniqueRadio_1.../ The important thing to me is to get the radio buttons that

Re: [jQuery] hoverIntent = my first plug-in

2007-03-14 Thread Jörn Zaefferer
Brandon Aaron schrieb: Maybe I can make more sense today ... hopefully. Lets say I had a plugin that depended on this plugin and I changed the defaults in my plugin. Now when the developer includes my plugin, the defaults have been changed and the expected behavior of the plugin is different.

Re: [jQuery] Edit in place -- update two div

2007-03-14 Thread Mika Tuupola
On Mar 14, 2007, at 9:12 PM, Agrawal, Ritesh wrote: I am using Mika Tuupola's edit in place script (http://www.appelsiini.net/~tuupola/javascript/jEditable/) . It workes fine..but I have some trouble in extending it. Actually I want to update two divs when user is done with editing. But I

Re: [jQuery] [validation plugin] addError help!

2007-03-14 Thread Jörn Zaefferer
philguillard schrieb: Many Thanks. I took time to answer cause it was not working for me and i didn't want to make you waste your time. Downloading the plugin today and deleting div class=containerolli that i was hardcoding in the form (preventing the new message to be displayed), i get it

Re: [jQuery] Need help with filter, please.

2007-03-14 Thread Daemach
I understand, but in your radio selector you're using [EMAIL PROTECTED] which means begins with an underscore In this case I think you want [EMAIL PROTECTED] which means contains an underscore. Another option might be $(this).siblings(:radio:checked) (UNTESTED!), this being the select and

  1   2   >