Re: [jQuery] jqupload tweak + forms plugin

2007-03-25 Thread amircx
form.submit.notify ... umm ive looked on jquery api / your api and jorn api no such a command... can you be more specipic? malsup wrote: One option is to listen to the new form events. The form plugin fires a vetoable event called form.submit.validate prior to submitting the form and a

Re: [jQuery] JS loading problem with FF

2007-03-25 Thread Kristinn Sigmundsson
I'm still having problems with this one, here is a image displaying the errors I'm getting: http://www.sigmundsson.se/errors.gif http://www.sigmundsson.se/errors.gif Any ideas would be greatly appreciated. Oh and I've tried to have the scripts unpacked, didn't make things better. //Kristinn

Re: [jQuery] blockUI and IE 6.0 issues

2007-03-25 Thread Mike Alsup
Kevin, Can you give version 1.04 a try? It should fix the height problem in ie6. http://dev.jquery.com/browser/trunk/plugins/blockUI/jquery.block.js?format=txt Mike On 3/23/07, Kevin Fricovsky [EMAIL PROTECTED] wrote: Anyone else having issues with Mike's blockUI extension in IE 6.0?

Re: [jQuery] jqupload tweak + forms plugin

2007-03-25 Thread Mike Alsup
amircx, As I mentioned, the triggered events are not yet documented. You can listen for the form.submit.notify event like this: $().bind('form.submit.notify', function(event, jqForm, formOptions) { // do something when form is submitted }); Mike On 3/25/07, amircx [EMAIL PROTECTED] wrote:

Re: [jQuery] width() calculations and css

2007-03-25 Thread Yansky
You might be running into this problem: http://michael.futreal.com/jquery/readyvsload mattv wrote: hello all, i've dabbled some in javascript and jquery over the past few months, and while i'm still pretty new at this, i've really enjoyed using the library so far. i'm working on a

Re: [jQuery] JS loading problem with FF

2007-03-25 Thread gvido trepša
When I had problems like yours, they always came down to some -- encoding-- or/and --BOM/no BOM-- problem. Try different variants upon resaving the file, and pay attention to the charset= definition within the script tag, if you use it. On Mar 25, 2007, at 8:40 AM, Kristinn Sigmundsson

[jQuery] Taconite Plug-in Question...

2007-03-25 Thread Rick Faircloth
Hi, gang... Can there be more than one set of taconite/taconite tags on a single page? Rick ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Plugin Requests

2007-03-25 Thread SeViR
I know that $ function is used by other libraries but $.jquery property is only for jQuery so if you have the clause try{...}catch{} , accessing $.jquery generate an error and it executes catch clause, I have the same access error if I am trying to access to the jQuery object or $.jquery

Re: [jQuery] Taconite Plug-in Question...

2007-03-25 Thread Mike Alsup
No. The document's root element must be named 'taconite' and there can only be one. Mike On 3/25/07, Rick Faircloth [EMAIL PROTECTED] wrote: Hi, gang... Can there be more than one set of taconite/taconite tags on a single page? Rick ___

Re: [jQuery] hoverIntent r3 -- animate vs. hoverIntent

2007-03-25 Thread Brian Cherne
I've updated the Firebug console.log messages. They are now showing: - coordinates from the polling interval - message when previous == current - message when mouseOut function is called An example of console.log: c= 444 956 c= 448 958 c= 485 939 c= 458 910 c= 424 951 c= 459 966 c= 440 925

Re: [jQuery] Taconite Plug-in Question...

2007-03-25 Thread Rick Faircloth
Thanks, Mike! Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Alsup Sent: Sunday, March 25, 2007 2:40 PM To: jQuery Discussion Subject: Re: [jQuery] Taconite Plug-in Question... No. The document's root element must be named 'taconite' and

Re: [jQuery] Taconite Plug-in Question...

2007-03-25 Thread Rick Faircloth
Hey, Mike... Do you use CF? Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Alsup Sent: Sunday, March 25, 2007 2:40 PM To: jQuery Discussion Subject: Re: [jQuery] Taconite Plug-in Question... No. The document's root element must be named

Re: [jQuery] Taconite Plug-in Question...

2007-03-25 Thread Daemach
bleh - cfelseif not /cfelseif On 3/25/07, Daemach [EMAIL PROTECTED] wrote: One way around this is by sending a separate form field that you can use to trigger a cfswitch or cfif block that processes the fields differently. In other words, if you added a field called Action, on your

Re: [jQuery] JS loading problem with FF

2007-03-25 Thread Ⓙⓐⓚⓔ
high-ascii packing is tricky! I try ti avoid it because I run strict utf-8. You've got to force the script each time it's used to be interpreted as ascii or iso8859-1 script type=text/javascript src=high-ascii-packed.js charset=iso-8859-1/script I don't use it but... it should

Re: [jQuery] Taconite Plug-in Question...

2007-03-25 Thread Rick Faircloth
So, you're saying that I could have, say: CFIF Calculate is Yes taconite doing something /taconite CFELSE taconite doing something else /taconite /CFIF ??? Rick From: [EMAIL

Re: [jQuery] Taconite Plug-in Question...

2007-03-25 Thread Daemach
If you have a form field called calculate with a value of yes or some other value. If you are not going to send the calculate field every time you should use something like cfif isDefined('form.calculate') On 3/25/07, Rick Faircloth [EMAIL PROTECTED] wrote: So, you're saying that I could

Re: [jQuery] Manually loading Chili

2007-03-25 Thread Andrea Ercolino
Hi Scott. Your request is very interesting: I'm going to add that feature to the next release of Chili. Meanwhile, if you feel confident with javascript, you could expose the function 'makeDish', which is now inside a closure. You could then use it directly on the element to highlight. In a

Re: [jQuery] Is the JQuery slowest?

2007-03-25 Thread Jörn Zaefferer
Juha Suni schrieb: When adding lots of automated stuff, especially when trying to make it all really really easy to use through binding to classes and general html structures, it can get pretty heavy. We've had the need to strip out stuff cause of selector slowness on large forms and pages

Re: [jQuery] google takes over my error div!!!

2007-03-25 Thread Jörn Zaefferer
Klaus Hartl schrieb: Dan G. Switzer, II schrieb: Jörn, Thanks for investigating. It would be easy to make the element used for error messages customizable. What would you recommend as the default? The Google Toolbar problem can occur everywhere, so the label-default seems like a

Re: [jQuery] Gurus - best Javascript references?

2007-03-25 Thread Jörn Zaefferer
Karl Swedberg schrieb: When that jQuery book comes out, I hear it's going to have an awesome Appendix dealing with closures. ;-) No way!! -- Jörn Zaefferer http://bassistance.de ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] Taconite Plug-in Question...

2007-03-25 Thread Rick Faircloth
Sounds good. thanks! Rick From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daemach Sent: Sunday, March 25, 2007 4:47 PM To: jQuery Discussion Subject: Re: [jQuery] Taconite Plug-in Question... If you have a form field called calculate with a value of yes or some other value.

Re: [jQuery] hoverIntent r3 -- animate vs. hoverIntent

2007-03-25 Thread Brian Cherne
I'm going to stop replying to myself now :) I'm getting closer to the answer and I think I can walk it in from here. And thank you Dan -- you were actually much closer to the actual issue than my earlier hypotheses. Animate is not killing hoverIntent, but it is (occasionally) delaying one of the

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-25 Thread Mike Alsup
Beta 2 is now available and once again I'd appreciate any feedback, especially from Safari users. http://malsup.com/jquery/form/file/jquery.form.b2.js Test page: http://www.malsup.com/jquery/form/file/ This version introduces some changes inspired by dojo's implementation. To support json and

Re: [jQuery] Taconite Plug-in Question...

2007-03-25 Thread Mike Alsup
Nope. I work mostly in Java (JSP) and PHP. And didn't I hear that CF was being discontinued? Ha, just kidding - just trying to get Rey's blood pressure up. :-) Hey, Mike... Do you use CF? Rick ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] Taconite Plug-in Question...

2007-03-25 Thread Daemach
Not just Rey's ;) On 3/25/07, Mike Alsup [EMAIL PROTECTED] wrote: Nope. I work mostly in Java (JSP) and PHP. And didn't I hear that CF was being discontinued? Ha, just kidding - just trying to get Rey's blood pressure up. :-) Hey, Mike... Do you use CF? Rick

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-25 Thread Roger Roelofs
Mike, On Mar 25, 2007, at 9:02 PM, Mike Alsup wrote: Beta 2 is now available and once again I'd appreciate any feedback, especially from Safari users. http://malsup.com/jquery/form/file/jquery.form.b2.js Test page: http://www.malsup.com/jquery/form/file/ Safari 2.0.4 has problems when a

[jQuery] Learning jQuery, the Book

2007-03-25 Thread Karl Swedberg
Karl Swedberg schrieb: When that jQuery book comes out, I hear it's going to have an awesome Appendix dealing with closures. ;-) No way!! -- Jörn Zaefferer Yep, it's true, Jörn! Jonathan Chaffer wrote it. I read it. Then I said, Wow, that's an awesome Appendix dealing with closures! And

Re: [jQuery] Learning jQuery, the Book

2007-03-25 Thread rolfsf
do you need my address to send an advance copy? I'll have my people get that to you right away! ;-) Awesome news Karl - looking forward to it! Karl Swedberg-2 wrote: Karl Swedberg schrieb: When that jQuery book comes out, I hear it's going to have an awesome Appendix dealing with

[jQuery] Quality control for plugins

2007-03-25 Thread howard chen
hello, we have a lot of plugins at: http://docs.jquery.com/Plugins, however, many of them didn't follow the plugin guidlines, e.g. 1. use of $ instead of jQuery 2. missing ; any plan to control them? e.g. removing direct links from the plugin page? howa