[jQuery] Keypress on a div

2007-05-24 Thread zio budda
Hi all. I'm newbie about jquery so sorry for the stupid question. I have this code: html head script type=text/javascript src=jquery-1.1.2.js script /script /head body div id=contenitore class=contenitoreC style=border: 3px black solid;float:left; div id=sotto1 class=interno

[jQuery] Re: Question about the context attribute of a jQuery call

2007-05-24 Thread Rob Desbois
Just to add my own input here - I would prefix the IDs with whatever was most appropriate to make them unique to each form: form id=redlineSelect select id=redlineMake some options here /select select id=redlineModel some options here /select /form

[jQuery] Re: Performance tip

2007-05-24 Thread Rob Desbois
No, because then people might think it was just because of jQuery that a looped function call is slow. The avoidance of repeated unnecessary function calling inside loops is something that any programmer in any language should look at and immediately say Yuck! :-D --rob On 5/24/07, Jean

[jQuery] Re: Keypress on a div

2007-05-24 Thread Erik Beeson
At least on FF, the mousedown event has a boolean property called ctrlKey: $(...).bind('mousedown', function(event) { if(event.ctrlKey) { /* ctrl was down */ } else { /* ctrl wasn't down */ } }); Not sure if that's cross browser or not. Be careful about using the ctrl key as

[jQuery] Re: Keypress on a div

2007-05-24 Thread zio budda
bind. Why bind ? M. -- Michel 'ZioBudda' Morelli [EMAIL PROTECTED] Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni web dinamiche (LAMP+Ajax) Telefono: +39-3939890025 -- Fax: +39-0291390660 http://www.ziobudda.net ICQ: 58351764

[jQuery] Re: jquery tabs: creating tabs without triggering onShow action

2007-05-24 Thread Klaus Hartl
Klaus Hartl wrote: Klaus Hartl wrote: [EMAIL PROTECTED] wrote: Hi, I noticed when I create my JQuery tabs, the onShow callback function is automatically invoked. $('#container').tabs(tab_id, { remote: true, fxFade: true,

[jQuery] Re: Keypress on a div

2007-05-24 Thread Erik Beeson
Because the API for it is more consistent. Functionally it's the same as what you had. --Erik On 5/24/07, zio budda [EMAIL PROTECTED] wrote: bind. Why bind ? M. -- Michel 'ZioBudda' Morelli [EMAIL PROTECTED] Consulenza sistemistica in ambito OpenSource. Sviluppo

[jQuery] Feature/Plugin request - Animation queue

2007-05-24 Thread Gordon
I've already posted on this topic before, but I really am gettign quite desperate as the project deadline looms and I still don't have a solution. I need several animations to happen, but I need them to happen in sequence rather than all at once (first animation: hide unselected items. Second

[jQuery] Re: Support to xml namespaces

2007-05-24 Thread cesare
Sorry I don't have an exact answer, but there is a plugin that you can look at to see if it helps. http://jquery.glyphix.com/ jquery.xslTransform I wrote to the author. Maybe during the implementation they solved the problem. Also, have you tried $('dc:subject', xml) yes, does not even

[jQuery] History/Remote - jQuery Plugin

2007-05-24 Thread Mandy Singh
Hello Klaus, Thank you for a wonderful plugin. Apart from the lack of documentation (for beginners who cant figure everything out reading your code :), I am facing the following issues: I am using the plugin from here: http://www.stilbuero.de/jquery/history/ (1) Whenever I click on any link

[jQuery] Interface update question

2007-05-24 Thread Kush Murod
Hi guys, Anyone knows what's happening with Interface library updates They haven't been updated for long time, imageBox to be specific Or do any of you know other similar plugin Cheers, --Kush

[jQuery] Re: BlockUI question

2007-05-24 Thread bdee1
yes it basically boils down to clicking a link to get a pdf. but on this page, the user is presented with a list of word documents that are stored as binary data in a database. the user chooses the word documents they want and then when they click the link, their selected word files are

[jQuery] Urgent: Can't use attr(selected, true) on option in IE6

2007-05-24 Thread [EMAIL PROTECTED]
How can this be solved. IE6 gives me an error, which ofcourse don't help at all. What can I do?

[jQuery] Re: Urgent: Can't use attr(selected, true) on option in IE6

2007-05-24 Thread [EMAIL PROTECTED]
my code looks like this: for(var i=0; i$(#smsUserPrice).children().size(); i++){ curSmsOption = $(#smsUserPrice).find(option:eq(+i+)); if($(curSmsOption).attr(value) ==

[jQuery] Tabs decoration question

2007-05-24 Thread Dmitrii 'Mamut' Dimandt
Right now there is a horizontal line between the tab and its content. However, our designer wants that there would be no border between the active tab and its content. Is this doable? Thank you

[jQuery] jqModal caching ajax requests

2007-05-24 Thread emi polak
Hello, I am using ajax requests to populate a jqModal window. The problem is that the content I am loading in the window gets cached, so any future requests will return the cached content. For example, I have: $('#popupwin').jqm({ajax: 'popup.php?win=add'}).jqmShow(); This will insert content A

[jQuery] Re: load thick box within ajax load

2007-05-24 Thread Benjamin Sterling
Try something like: $(#bioscontent).load(grabbios.php?id=+id+, function(){tb_init('a.thickbox, area.thickbox, input.thickbox');}); On 5/23/07, Tom Shafer [EMAIL PROTECTED] wrote: I am using the jquery load function function loadContent(id) {

[jQuery] Re: Tabs decoration question

2007-05-24 Thread Klaus Hartl
Dmitrii 'Mamut' Dimandt wrote: Right now there is a horizontal line between the tab and its content. However, our designer wants that there would be no border between the active tab and its content. Is this doable? Thank you Yes it is, that's just a matter of the CSS. Just remove the

[jQuery] Re: Google subscription

2007-05-24 Thread Benjamin Sterling
Go to https://www.google.com/accounts/NewAccount and register your email address, then you will be able to join. On 5/24/07, Bil Corry [EMAIL PROTECTED] wrote: Kush Murod wrote on 5/23/2007 8:31 PM: I want to subscribe to this mailing using different account other then gmail. So when I go

[jQuery] Re: jqModal caching ajax requests

2007-05-24 Thread Benjamin Sterling
Emanuel, Do you have a url we can look at? You may want to do $('#popupwin').empty(); for your .jqm call. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: Saving Sort Infos in a Databse

2007-05-24 Thread Benjamin Sterling
cfreak, I know there was a plugin to to that at one point but could not find it, I would suggest something like set each row with the id of the record and after sorting it, and before you insert into db get the new order of id by doing something like: var myarray = Array();

[jQuery] Re: Feature/Plugin request - Animation queue

2007-05-24 Thread Benjamin Sterling
@erik, I usually don't say stuff like this but I kinda feel your response warrants it. I don't see anything in Gordon message that required you to come at him like that. Yes, he may have worded a few things here and there a little better, but coming at him like he was demanding you do his work

[jQuery] Re: Tabs decoration question

2007-05-24 Thread Dmitrii 'Mamut' Dimandt
Klaus Hartl wrote: Dmitrii 'Mamut' Dimandt wrote: Right now there is a horizontal line between the tab and its content. However, our designer wants that there would be no border between the active tab and its content. Is this doable? Thank you Yes it is, that's just a matter of the CSS.

[jQuery] Re: Feature/Plugin request - Animation queue

2007-05-24 Thread Brandon Aaron
I just updated the test to include an empty selector as well. -- Brandon Aaron On 5/24/07, Brandon Aaron [EMAIL PROTECTED] wrote: Here is a pretty quick and dirty implementation of an fxqueue: http://brandonaaron.net/jquery/plugins/fxqueue/ You can see the test page here:

[jQuery] Saving Sort Infos in a Databse

2007-05-24 Thread cfreak
I'm Using Jquery and the interface Plugin from interfaces.eyecon.ro I made Sortable Boxes and it all works fine. The Big Problem i Have is how to sort the tables by values which are in my mysql database and how to write the Ordernumber in my database. sorry my englisch is not the best greets

[jQuery] Re: Thickbox 3 transitions, How To

2007-05-24 Thread Benjamin Sterling
Take a look at his goNext and goPrev functions, that is where, I assume, you can put in the transition affects. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

[jQuery] Re: Tabs decoration question

2007-05-24 Thread Klaus Hartl
Dmitrii 'Mamut' Dimandt wrote: Klaus Hartl wrote: Dmitrii 'Mamut' Dimandt wrote: Right now there is a horizontal line between the tab and its content. However, our designer wants that there would be no border between the active tab and its content. Is this doable? Thank you Yes it is,

[jQuery] Re: Feature/Plugin request - Animation queue

2007-05-24 Thread Rey Bango
Hi Erik, I know its easy to misinterpret emails at times. God knows that I've done it several times myself. In looking at Gordon's email, I really didn't see anything that would lead me to believe he was demanding our help. I think he's just in a pickle and is desperately seeking guidance

[jQuery] Re: Feature/Plugin request - Animation queue

2007-05-24 Thread Gordon
Thanks to everyone who responded, it's really appreciated. I'm looking through the various solutions now. On May 24, 11:47 am, Gordon [EMAIL PROTECTED] wrote: I've already posted on this topic before, but I really am gettign quite desperate as the project deadline looms and I still don't have

[jQuery] Re: Feature/Plugin request - Animation queue

2007-05-24 Thread Gordon
Thanks. I was pretty angry at that response, and yes, I might have worded some of it better, but I really was just askign for help looking for a plugin/solution to the problem, that's hardly askign someone else to do my work for me. As for code, I wish I could post it but it's already been made

[jQuery] Re: Thickbox 3 transitions, How To

2007-05-24 Thread tzmedia
Cool Thanks for the tip where to start Ben! On May 24, 9:49 am, Benjamin Sterling [EMAIL PROTECTED] wrote: Take a look at his goNext and goPrev functions, that is where, I assume, you can put in the transition affects. -- Benjamin Sterlinghttp://www.KenzoMedia.comhttp://www.KenzoHosting.com

[jQuery] Graph plot

2007-05-24 Thread [EMAIL PROTECTED]
Is there any Graph plugins for jQuery, or do I need to develop it on my own? =) I've tried to google it for some time now... Any ideas? I would like to be able to plot simple graphs and diagrams...

[jQuery] Re: Urgent: Can't use attr(selected, true) on option in IE6

2007-05-24 Thread Rob Desbois
Just as an aside, related to a recent thread entitled 'Performance tip' ( http://groups.google.com/group/jquery-en/browse_thread/thread/15a11a44b29c27b2/d8bfffd73b4ebb9f#d8bfffd73b4ebb9f) please, please, please for everyone's sanity don't do $(...).children().size() in the body of a for loop,

[jQuery] Re: jqModal caching ajax requests

2007-05-24 Thread Richard D. Worth
On 5/24/07, emi polak [EMAIL PROTECTED] wrote: Hello, I am using ajax requests to populate a jqModal window. The problem is that the content I am loading in the window gets cached, so any future requests will return the cached content. ... Any idea on how to solve this? Thank you so much.

[jQuery] Re: jqModal caching ajax requests

2007-05-24 Thread Shelane
Do you find this only happening in IE? There was a thread a few days ago about IE caching GET requests. The jqModal is using a GET ajax request. That thread mentions methods to cause IE to get the new data. However, that will still leave you with the jqModal wanting to load the originally

[jQuery] Re: Feature/Plugin request - Animation queue

2007-05-24 Thread Gordon
Brandon, you're a total lifesaver :) On May 24, 2:41 pm, Brandon Aaron [EMAIL PROTECTED] wrote: I just updated the test to include an empty selector as well. -- Brandon Aaron On 5/24/07, Brandon Aaron [EMAIL PROTECTED] wrote: Here is a pretty quick and dirty implementation of an

[jQuery] Re: History/Remote - jQuery Plugin

2007-05-24 Thread Mandy Singh
Ben, The this.id is just referring to the id of the element (anchor tag with class remote) that I am clicking on. I just wanted the hash to be customized based on the id. That works fine. Biggest worry is how to get back to default state work fine - it shows an empty box because of

[jQuery] Re: Feature/Plugin request - Animation queue

2007-05-24 Thread Erik Beeson
I'm sorry you didn't like my response. I'm all for not antagonizing people and not being condescending and not inciting a flame war, and I didn't do any of those things. Given that I 1) didn't call him any names or put him down or anything like that, 2) explained how he could implement a

[jQuery] Re: Google subscription

2007-05-24 Thread Benjamin Sterling
The point is I *DON'T* want to use google account for this purpose Please re-read the sign up page... Your current email address: meaning [EMAIL PROTECTED] e.g. [EMAIL PROTECTED] This will be used to sign-in to your account. -- Benjamin Sterling http://www.KenzoMedia.com

[jQuery] Re: Google subscription

2007-05-24 Thread Kush Murod
Thanks Benjamin, it worked For those of you who already use Gmail, you can forward all incoming mail to your desired email address too (see Settings)

[jQuery] Re: Urgent: Can't use attr(selected, true) on option in IE6

2007-05-24 Thread Karl Swedberg
Hi Jakob, Instead of: $(curSmsOption).attr(selected, true); try: $(curSmsOption).attr(selected, selected); --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On May 24, 2007, at 8:00 AM, [EMAIL PROTECTED] wrote: for(var i=0;

[jQuery] Re: Validation Plugin validates hidden form fields

2007-05-24 Thread Ryan Rose
It works great. Thanks for the help. This is a much cleaner solution than my original. Awesome plugin. Ryan Rose Vice President Digiwize, Inc. One Technology Drive Tolland, CT 06084 e: [EMAIL PROTECTED] p: 860.730.2631 http://www.digiwize.com -Original Message- From:

[jQuery] Re: Urgent: Can't use attr(selected, true) on option in IE6

2007-05-24 Thread Rob Desbois
Oh yes, sorry I forgot the ); after the function passed to $.each(). Corrected (and tested!) version is below: function test() { $(#smsUserPrice option).each(function() { // $(this) is the current option element var value = $(this).val(); if (value == z)

[jQuery] Re: Tabs decoration question

2007-05-24 Thread Klaus Hartl
Sean Catchpole wrote: Clever CSS is the solution. Set the top border of the tabs-container to 1px. Set the bottom-margin of the current tabs to -1px That should do the trick. If it doesn't work or you're confused, post a link of a page where this is and I'll try to give you exactly the css

[jQuery] Re: History/Remote - jQuery Plugin

2007-05-24 Thread Mandy Singh
Anyone on how I can handle this? This is really necessary for this plugin to be useful to me. I am sure people have faced this before, can someone not help? On 5/24/07, Mandy Singh [EMAIL PROTECTED] wrote: Ben, The this.id is just referring to the id of the element (anchor tag with class

[jQuery] Re: Graph plot

2007-05-24 Thread Sam Collett
On May 24, 3:20 pm, Benjamin Sterling [EMAIL PROTECTED] wrote: Jakob, Do a search of the group, someone was talking about graphs and/or pie charts a few months back. Did not see it right away, but I am sure is there. -- Benjamin Sterlinghttp://www.KenzoMedia.comhttp://www.KenzoHosting.com

[jQuery] Re: Feature/Plugin request - Animation queue

2007-05-24 Thread Brandon Aaron
Glad it is working for you. :) I just updated it to fix the scope of the callback and you can now pass params just like you can with animate. Check the new test page to see. http://brandonaaron.net/jquery/plugins/fxqueue/test/test.html -- Brandon Aaron On 5/24/07, Gordon [EMAIL PROTECTED]

[jQuery] Re: Feature/Plugin request - Animation queue

2007-05-24 Thread Chris W. Parker
On Thursday, May 24, 2007 7:01 AM Gordon said: Thanks. I was pretty angry at that response, and yes, I might have worded some of it better, but I really was just askign for help looking for a plugin/solution to the problem, that's hardly askign someone else to do my work for me. Seriously?

[jQuery] Re: Help Test jQuery 1.1.3

2007-05-24 Thread [EMAIL PROTECTED]
Hi, please take a look at my patch for ticket http://dev.jquery.com/ticket/1143 I'm not sure why mergeNum was actually used, I think a simple boolean should be enough. Cu, Volker. On 21 Mai, 14:39, Jean-Francois Hovinne [EMAIL PROTECTED] wrote: Thanks for your help. Actually, I can remove

[jQuery] What is up with the Coach Wei slam of jQuery?

2007-05-24 Thread traunic
http://opensource.sys-con.com/read/358149.htm or the same in his blog: http://www.coachwei.com/blog/_archives/2007/4/4/2858104.html (not exactly new, but I just came across it today) Ok, so he is Chairman and CTO of a company that is betting the bank on Dojo but the specific targeting of jQuery

[jQuery] Re: Feature/Plugin request - Animation queue

2007-05-24 Thread Aaron Heimlich
Pretty cool stuff Brandon! Small typo though: jquery.fxqueue.js line 37: $this = $( args.shift() ); should be var $this = $( args.shift() ); On 5/24/07, Brandon Aaron [EMAIL PROTECTED] wrote: Glad it is working for you. :) I just updated it to fix the scope of the callback and you can

[jQuery] Re: What is up with the Coach Wei slam of jQuery?

2007-05-24 Thread Erik Beeson
He really does not explain why he feels this way. Frankly, I feel the exact opposite, putting a better interface on DOM manipulation and simplifying the JS has made my code easier to read and follow. Just ask the Java developers I work with who are not asking what does this do again? nearly

[jQuery] Re: Feature/Plugin request - Animation queue

2007-05-24 Thread Brandon Aaron
Ahh good catch! Thanks Aaron. Fixed. I used a semi-colon on the line above instead of a comma. :) -- Brandon Aaron On 5/24/07, Aaron Heimlich [EMAIL PROTECTED] wrote: Pretty cool stuff Brandon! Small typo though: jquery.fxqueue.js line 37: $this = $( args.shift() ); should be var $this

[jQuery] Comet

2007-05-24 Thread peter
I would like to try the jquery comet plugin, but where should I download it from? Thanks, Peter

[jQuery] Re: What is up with the Coach Wei slam of jQuery?

2007-05-24 Thread Jonathan Sharp
On 5/24/07, traunic [EMAIL PROTECTED] wrote: On May 24, 1:23 pm, Erik Beeson [EMAIL PROTECTED] wrote: Seems like he's maybe just picking on the competition, though jQuery isn't exactly competition. Dojo is a really heavy framework compared to jQuery and is better suited to a different type

[jQuery] Re: What is up with the Coach Wei slam of jQuery?

2007-05-24 Thread Benjamin Sterling
But what if jquery is a car that can pull a train. hmmm On 5/24/07, Jonathan Sharp [EMAIL PROTECTED] wrote: On 5/24/07, traunic [EMAIL PROTECTED] wrote: On May 24, 1:23 pm, Erik Beeson [EMAIL PROTECTED] wrote: Seems like he's maybe just picking on the competition, though jQuery

[jQuery] Re: default submit is not prevented when using jquery.validate with submitHandler

2007-05-24 Thread Jörn Zaefferer
oliver wrote: That's a bit weird. I'm gonna check the code that should prevent the submit when a submitHandler is present. I agree it is strange. Based on your comment, I thought to try the same exact copy that is used in the example on your site (just in case something had changed

[jQuery] Loading before teh DOM is ready

2007-05-24 Thread Jean Nascimento
I´ve tried add some code before the $(document).ready but its dont work, so i wanna know how the best way to show some Loading div before all docuemnt be ready? -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com

[jQuery] Re: Loading before teh DOM is ready

2007-05-24 Thread Sean Catchpole
try adding the javascript right after the body tag. bodyscript type=text/javascript [jQuery stuff] /script ~Sean

[jQuery] Re: Feature/Plugin request - Animation queue

2007-05-24 Thread Jörn Zaefferer
Brandon Aaron wrote: Here is a pretty quick and dirty implementation of an fxqueue: http://brandonaaron.net/jquery/plugins/fxqueue/ You can see the test page here: http://brandonaaron.net/jquery/plugins/fxqueue/test/test.html And I just checked it into the plugins SVN.

[jQuery] Re: What is up with the Coach Wei slam of jQuery?

2007-05-24 Thread traunic
can either your trains or a car pick me up off the floor now?!?!? ha! that is great thanks, and that sounds like a great project!

[jQuery] Re: Feature/Plugin request - Animation queue

2007-05-24 Thread Brandon Aaron
Sure but I wonder what that would look like? Could you provide a more detailed use-case? -- Brandon Aaron On 5/24/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Brandon Aaron wrote: Here is a pretty quick and dirty implementation of an fxqueue: http://brandonaaron.net/jquery/plugins/fxqueue/

[jQuery] Re: Weirdness in IE

2007-05-24 Thread Sean Catchpole
$(document).ready(function(){ /*$(h1).after(hr class=\thinDivider\ /);*/ $(h1).after(span class=\thinDivider\/span); }); You forgot to end you span tag: $(function(){ $(h1).after(span class=\thinDivider\/span); }); ~Sean

[jQuery] Re: Comet

2007-05-24 Thread Sean Catchpole
I assume you are talking about this plugin: http://empireenterprises.com/_comet.htm Then you can download it here: http://empireenterprises.com/_share/jquery.comet.js ~Sean

[jQuery] off list RE: [jQuery] Re: What is up with the Coach Wei slam of jQuery?

2007-05-24 Thread Chris W. Parker
On Thursday, May 24, 2007 11:29 AM Jonathan Sharp said: Sir, in regards to your comments about jQuery being a car as opposed to a train I desire to set you straight! jQuery is definitely more like a train than a car! [snip] The tools we're developing are at an enterprise level for

[jQuery] Re: off list RE: [jQuery] Re: What is up with the Coach Wei slam of jQuery?

2007-05-24 Thread Andy Matthews
I've always wondered about the backward facing trains. /me waits with baited breath for a reply. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chris W. Parker Sent: Thursday, May 24, 2007 2:25 PM To: jquery-en@googlegroups.com Subject:

[jQuery] Re: off list RE: [jQuery] Re: What is up with the Coach Wei slam of jQuery?

2007-05-24 Thread Chris W. Parker
On Thursday, May 24, 2007 12:25 PM Chris W. Parker said: Whoops. I guess I forgot to change the address.

[jQuery] Re: Help Test jQuery 1.1.3

2007-05-24 Thread Jean-Francois Hovinne
I've applied and tested the patch with MSIE, FF (Win + Linux) and Opera. Works fine for me! Thanks Volker :) I've committed the patched jQuery to WYMeditor SVN [1]. A test page is available at [2]. [1]: svn://svn.wymeditor.org/wymeditor [2]:

[jQuery] Re: Possible to kill pending Ajax requests

2007-05-24 Thread Jake McGraw
The xhr object has an abort function, whenever you call an ajax function, you return the XHR object, so simply map a value from the checkbox name to the XHR object into an object, and call the abort function when the checkbox is clicked. - jake On 5/24/07, Jeffrey Kretz [EMAIL PROTECTED] wrote:

[jQuery] Re: Feature/Plugin request - Animation queue

2007-05-24 Thread Brandon Aaron
Actualy, the hoverIntent plugin is perfect for this. http://cherne.net/brian/resources/jquery.hoverIntent.html -- Brandon Aaron On 5/24/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Brandon Aaron wrote: Sure but I wonder what that would look like? Could you provide a more detailed use-case?

[jQuery] Re: Help Test jQuery 1.1.3

2007-05-24 Thread John Resig
Did you test it against the test suite? And did you test it for speed changes? The reason why this is being done, in the first place, is purely for speed reasons. Added extra checks or loops significantly slows down the speed of jQuery selectors. The mergeNum technique is the fastest means of

[jQuery] Re: Keypress on a div

2007-05-24 Thread Jean Nascimento
But which is better and faster? bind or the click,mouseover, etc On 5/24/07, Erik Beeson [EMAIL PROTECTED] wrote: Because the API for it is more consistent. Functionally it's the same as what you had. --Erik On 5/24/07, zio budda [EMAIL PROTECTED] wrote: bind. Why bind ? M. -- Michel

[jQuery] Re: Urgent: Can't use attr(selected, true) on option in IE6

2007-05-24 Thread RobG
On May 25, 1:29 am, Rob Desbois [EMAIL PROTECTED] wrote: Oh yes, sorry I forgot the ); after the function passed to $.each(). Corrected (and tested!) version is below: It seems to me that the only jQuery function necessary is .each, subsequent use of $ is unnecessary. If the intention is to

[jQuery] Re: off list RE: [jQuery] Re: What is up with the Coach Wei slam of jQuery?

2007-05-24 Thread Michael Geary
On Thursday, May 24, 2007 12:25 PM Chris W. Parker said: Whoops. I guess I forgot to change the address. Too late! We all want to hear the answers to those train questions now. -Mike

[jQuery] Re: Comet

2007-05-24 Thread peter
You are quite right. But this address is not advertised anywhere that I can find. You have to go snooping around, and look at the source code for the page. The problem is that there doesn't seem to be a centralized place for downloading advertized plugins. This isn't the only plugin suffering

[jQuery] ajaxForm won't submit when input has name=

2007-05-24 Thread ZebZiggle
Hi, I have a little piece of code like this: form id='rssForm' action='/ajax/addRss/' method='post' input class='field' type='text' value='http://'/ input type='submit' value='submit'/ /form and $(document).ready(function(){ $('#rssForm').ajaxForm(function() { alert(Thank you for

[jQuery] Re: Performance tip

2007-05-24 Thread Jean Nascimento
Sorry I´m in dependency on Analysis of Algorithm for second time LOL ps: is true. On 5/24/07, Rob Desbois [EMAIL PROTECTED] wrote: No, because then people might think it was just because of jQuery that a looped function call is slow. The avoidance of repeated unnecessary function calling

[jQuery] Re: Help Test jQuery 1.1.3

2007-05-24 Thread Shelane Enos
Is there still the possibility of a final release this week? I've tested against the basics and some of my more complicated internal apps and all is working well. On 5/24/07 1:10 PM, John Resig [EMAIL PROTECTED] wrote: Did you test it against the test suite? And did you test it for speed

[jQuery] Re: off list RE: [jQuery] Re: What is up with the Coach Wei slam of jQuery?

2007-05-24 Thread Jonathan Sharp
On 5/24/07, Chris W. Parker [EMAIL PROTECTED] wrote: On Thursday, May 24, 2007 11:29 AM Jonathan Sharp said: Sir, in regards to your comments about jQuery being a car as opposed to a train I desire to set you straight! jQuery is definitely more like a train than a car! [snip] The tools

[jQuery] Re: Keypress on a div

2007-05-24 Thread Erik Beeson
Seems like this comes up fairly often. A FAQ page about it might be nice... Under the hood, they work the same way. The click/mousover/etc versions are actually just shortcuts to bind('click', ...), etc. I think which you use is just a personal preference. I think the click() way was the

[jQuery] Re: Help Test jQuery 1.1.3

2007-05-24 Thread Jean-Francois Hovinne
Thanks for your quick reply, John, and sorry for annoying you with that issue, but it seems to be a major blocker for WYMeditor to work correctly with jQuery in MSIE. I did test the fix you propose (this.mergeNum = null). The attribute is still there, i.e. mergeNum=null for each element. This

[jQuery] Re: What is up with the Coach Wei slam of jQuery?

2007-05-24 Thread Christopher Jordan
I think this guy (the Chairman and CTO guy), needs only look at the sites using jQuery. Uh... ever heard of Intuit? Quickbooks? Quicken? TurboTax? MSNBC? The BBC? Intel? It sounds to me like he's trying to justify their use of Dojo (which may or may not be a bad thing. I don't know. I've

[jQuery] Re: Help Test jQuery 1.1.3

2007-05-24 Thread John Resig
Not sure. There's still a lot of tricky bugs that have popped up, that we still need to find the root cause of (then patch, fix, and re-test). Not to mention backporting the documentation from the wiki into the codebase again. I'm leaning more towards mid-next week. --John On 5/24/07, Shelane

[jQuery] Re: Select box change event infinite loop in ASP.NET

2007-05-24 Thread Roger Roelofs
Mike, On May 22, 2007, at 1:17 PM, Mike Chabot wrote: I have a simple function to capture the OnChange event of a drop-down select box. In MSIE, it works as expected, but Firefox gets caught in an infinite loop. Has anyone else seen this problem? I have a counter to track the problem. In

[jQuery] Re: Possible to kill pending Ajax requests

2007-05-24 Thread Jörn Zaefferer
Jeffrey Kretz wrote: The page I’m working on has a database-driven table of choices with a checkbox at the beginning of each row. If you click the checkbox on, an Ajax call is made to get additional information. I want to add a “select all” button which will check off all boxes at once

[jQuery] Re: ajaxForm won't submit when input has name=

2007-05-24 Thread ZebZiggle
More info ... I inserted the ajaxForm sample code to show the about to submit / received alerts to see what I'd get. It's seeing the input and marshaling it correctly (rss=http%3A%2F %2Fasdasdasdasd) and the server is picking it up correctly and replying correctly. It's on the response that

[jQuery] Re: Feature/Plugin request - Animation queue

2007-05-24 Thread Jörn Zaefferer
Brandon Aaron wrote: Actualy, the hoverIntent plugin is perfect for this. http://cherne.net/brian/resources/jquery.hoverIntent.html Not quite, it has the same queuing issue. But its still in interesting plugin to build the tooltip upon. Thanks. -- Jörn Zaefferer http://bassistance.de

[jQuery] Re: Help Test jQuery 1.1.3

2007-05-24 Thread Volker Mische
Hi, On 24 Mai, 22:39, John Resig [EMAIL PROTECTED] wrote: $(...).find(*).each(function(){ delete this.mergeNum; }); This won't work in Internet Explorer. Having the value come up as mergeNum=null tells me that there's something very wrong at play here. What exactly are you using to

[jQuery] Re: Help Test jQuery 1.1.3

2007-05-24 Thread Volker Mische
I think mergeNum won't be added everytime, it gets only added if you need to run an uniqueness test (when find() was called). I even think unique() can be removed when merge gets changed a bit. I've some ideas, at the end it should be faster and have a smaller file size. Cu, Volker. On 24

[jQuery] Re: Weirdness in IE

2007-05-24 Thread Jean Nascimento
try u use append? On 5/24/07, Joel Taylor [EMAIL PROTECTED] wrote: nope, that didnt help either (seriously, I'm not normally that sloppy with my code!) - I changed it back to the original, see what it does now. On 5/24/07, Sean Catchpole [EMAIL PROTECTED] wrote:

[jQuery] Re: off list RE: [jQuery] Re: What is up with the Coach Wei slam of jQuery?

2007-05-24 Thread Chris W. Parker
On Thursday, May 24, 2007 1:25 PM Jonathan Sharp said: Yep, they are being powered. The first engine typically has the crew (typically 2-3: engineer, conductor, breakman). All engines are MU'd (multiple unit) which means the engineer controls all of them as one. HUGE electric motors are

[jQuery] ajax form loader displays on load even though loader is set to hidden

2007-05-24 Thread JimD
Hi all using Ajax form. Which works great, but Ive noticed lately when my page loads now the loader image displays event though Im hiding the div on load. Any ideas why this would be happening? $(document).ready(function() { $(busy).hide(); $('div id=busybr /img

[jQuery] Re: ajaxForm won't submit when input has name=

2007-05-24 Thread Mike Alsup
Sandy, Have you tried to simplify you page down to the bare bones? Maybe something else is getting in the way. Do you have a sample page that we can see? Mike On 5/24/07, ZebZiggle [EMAIL PROTECTED] wrote: Ok, it's even more weird. I put a delay on the server side (just to print out the

[jQuery] Re: ajax form loader displays on load even though loader is set to hidden

2007-05-24 Thread JimD
Ok noted one mistake on my part this should be $(#busy).hide(); But even with that it doesnt work. This is in both IE7 and FF2. Stumped. It use to work. On May 24, 2:31 pm, JimD wrote: Hi all using Ajax form. Which works great, but Ive noticed lately when my page loads now the loader

[jQuery] Re: ajax form loader displays on load even though loader is set to hidden

2007-05-24 Thread Mike Alsup
You're hiding the busy div before it's been added to the DOM. Try changing that code around a little: $('div id=busybr /img src=/images/loaders/ miniloader.gif /Requesting content.../div') .ajaxStart(function() {$(this).show();}) .ajaxStop(function() {$(this).hide();})

[jQuery] Re: Validation Plugin validates hidden form fields

2007-05-24 Thread Ryan Rose
I have run into another problem. I am using CakePHP and Cake renders checkboxes as a hidden form element (for storing the value sent to the server) and then the checkbox input. Eg: input type=hidden name=data[User][tos] value=0 id=UserTos_ / input type=checkbox name=data[User][tos]

[jQuery] Re: Creating DIV with JEditable Callback Function

2007-05-24 Thread Jimmy Lee
I had actually already tried using .html(), but it still didn't work. I did some more research, and it looks like the issue has something to do with the event handlers for the newly written divs not being bound. See this article for reference:

[jQuery] Re: Blur event

2007-05-24 Thread Karl Rudd
If you're wanting the text field to retain focus no matter what then you should probably reconsider. It's not a very good thing from a UI design perspective. It is possible but it pretty much locks up the entire browser. Having given you the don't shoot yourself or the user in the foot warning,

[jQuery] Re: ajax form loader displays on load even though loader is set to hidden

2007-05-24 Thread JimD
Thanks Mike. I'll mess around with it. Whats strange is that this has been working in my code. I havent changed the version of jquery or anything weird. On May 24, 3:10 pm, Mike Alsup [EMAIL PROTECTED] wrote: You're hiding the busy div before it's been added to the DOM. Try changing that

[jQuery] Re: Drop shadows and Tooltips

2007-05-24 Thread DaveG
Thanks for the pointer to the new version. Cured all known conflicts with prototype. ~ ~ Dave Brandon Aaron wrote: Perhaps I can help fix any issues that dimensions.js might be having working along side prototype. Could you shed some light on what is breaking? You can get the latest

  1   2   >