Re: [jQuery] enhanced suckerfish-style menu plugin

2007-03-13 Thread John W
Thanks for the reply Joel. The jdmenu (current beta version) is employing the bgiframe to compensate for this same issue. Basically you bind the bgiclass to an element like a div or in the case of an ordered list to the the UL tag. It then applies an iframe only for IE6. I was able to make it

Re: [jQuery] enhanced suckerfish-style menu plugin

2007-03-13 Thread John W
Ahh good find I didnt pay attention to this. Hopefully some other jquery guru has some suggestions. Thats my only issue with the menu, that an IE6 =). These parts seems to be relevant to us: * It does take borders into consideration but all values * need to be in pixels My demo uses ems

Re: [jQuery] enhanced suckerfish-style menu plugin

2007-03-13 Thread Joel Birch
On 13/03/2007, at 6:00 PM, John W wrote: Thanks for the reply Joel. The jdmenu (current beta version) is employing the bgiframe to compensate for this same issue. Basically you bind the bgiclass to an element like a div or in the case of an ordered list to the the UL tag. It then

Re: [jQuery] enhanced suckerfish-style menu plugin

2007-03-13 Thread Joel Birch
On 13/03/2007, at 6:15 PM, Joel Birch wrote: I implemented the bgiframe plugin and experimented a bit. Forgot to mention, I also commented out the two expressions relating to borders in the bgiframe plugin - I think that helped the performance a little too. Joel.

Re: [jQuery] browser freezes

2007-03-13 Thread John Cherouvim
Windows XP SP2 Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2 John Beppu wrote: On which browser and on which operating system did this occur? On 3/12/07, *John Cherouvim* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I typed the

Re: [jQuery] Reference to the element that triggered the event (Karl Rudd)

2007-03-13 Thread John Cotton
Thanks Karl. However, that doesn't give me what I'm after...:) A little more explanation. This is my pseudo-HTML li class=selectable content content content a href=##1some link/a content content content content content content img src=## / content

[jQuery] hoverIntent = my first plug-in

2007-03-13 Thread Brian Cherne
WHAT? hoverIntent is a function that attempts to determine the user's intent... like a crystal ball, only with mouse movement! It works like (and was derived from) jQuery's built-in hover. However, instead of immediately calling the onMouseOver function, it waits until the user's mouse slows down

Re: [jQuery] Reference to the element that triggered the event (Karl Rudd)

2007-03-13 Thread Brian Cherne
Hi John, I think what you want is event.target $(li.selectable).click(function(e){console.log(e.target)}); http://docs.jquery.com/Events_%28Guide%29 I'm so happy I bookmarked that page because I can't find a link to it anywhere (not even on Google!). Is it old/new? Brian. On 3/13/07, John

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

2007-03-13 Thread Alexandre Plennevaux
Brian, from looking at your demo, i think this is great! What i find nice is that it seems to make the animation smoother. Apparently, it gives the browser a few moments to think before acting, which my FF2 appreciates (and my IE7 too). Now, to put it under stress, i would like to see if it can

Re: [jQuery] Reference to the element that triggered the event (Karl Rudd)

2007-03-13 Thread Karl Rudd
Aaah, :) That's a different kettle of fish. You'll want to look at the event's target member. If we use your pseudo-HTML and this code: $(.selectable).click( function(e) { alert( e.target.nodeName.toLowerCase() ); }); If you click the image it should alert 'img'. Note that if you click one

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

2007-03-13 Thread Kenneth
You read my mind, no pun intended! I had noticed this behavior about a week ago and added it to me todo list... thanks for posting! On 3/13/07, Brian Cherne [EMAIL PROTECTED] wrote: WHAT? hoverIntent is a function that attempts to determine the user's intent... like a crystal ball, only with

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

2007-03-13 Thread Klaus Hartl
Brian Cherne schrieb: WHAT? hoverIntent is a function that attempts to determine the user's intent... like a crystal ball, only with mouse movement! It works like (and was derived from) jQuery's built-in hover. However, instead of immediately calling the onMouseOver function, it waits

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

2007-03-13 Thread Juha Suni
Looks really good, well done! Might solve the problem with those hyperactive menus that often cause more disorientation than anything else. I would be nice to have some kind of sensitivity multiplier setting, so you could, say make the menus work more / less responsively as wanted. -- Suni

Re: [jQuery] Reference to the element that triggered the event

2007-03-13 Thread Aaron Heimlich
I believe e.target is what you're looking for On 3/12/07, John Cotton [EMAIL PROTECTED] wrote: Sorry if this is a really thick question, but I've hunted for over an hour on the website/Google/anywhere to find this and am getting nowhere. I have the following code:

Re: [jQuery] unbind() fails on handler specified in the HTML

2007-03-13 Thread Rob Desbois
Thanks Olaf -- I discovered that fix whilst looking through the mailing list archives. According to the documentation though unbind() should work - and it is there for this purpose! rob I don't anything about unbind, i would try: function test() {

Re: [jQuery] Retrieve content from element using AJAX?

2007-03-13 Thread Aaron Heimlich
On 3/12/07, Yansky [EMAIL PROTECTED] wrote: Thanks for the replies guys. Unfortunately, I don't have access to the server (hence the need to use Greasemonkey). Now you do: http://www.wampserver.com/en -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

Re: [jQuery] enhanced suckerfish-style menu plugin

2007-03-13 Thread Joel Birch
On 13/03/2007, at 6:15 PM, Joel Birch wrote: On 13/03/2007, at 6:00 PM, John W wrote: Thanks for the reply Joel. The jdmenu (current beta version) is employing the bgiframe to compensate for this same issue. Basically you bind the bgiclass to an element like a div or in the case of an

[jQuery] BlockUI over ActiveX plugin

2007-03-13 Thread Seb Duggan
Is it possible to get BlockUI to overlay an ActiveX control in IE? I am using the XStandard XHTML editor plugin for a CMS; form submission is via an AJAX call, while displaying a BlockUI message over the page. In Firefox and Safari, the BlockUI message appears over the plugin; but in IE,

Re: [jQuery] BlockUI over ActiveX plugin

2007-03-13 Thread Mike Alsup
Is it possible to get BlockUI to overlay an ActiveX control in IE? I am using the XStandard XHTML editor plugin for a CMS; form submission is via an AJAX call, while displaying a BlockUI message over the page. In Firefox and Safari, the BlockUI message appears over the plugin; but in IE,

Re: [jQuery] [OT] Nabble question

2007-03-13 Thread agent2026
Thanks, I'll stick with the posts then. Is there any chance of lowering the cap though? I mean, 100 posts is a bit much. 50 would be preferable. Adam tomi wrote: You are receiving the Posts in forum alert from Nabble, because you must have clicked on the alert me of new posts link for

Re: [jQuery] BlockUI over ActiveX plugin

2007-03-13 Thread Seb Duggan
Hi Mike, I'll send it to you off-list, as it's a development site... Seb On 13 Mar 2007, at 10:43, Mike Alsup wrote: Is it possible to get BlockUI to overlay an ActiveX control in IE? I am using the XStandard XHTML editor plugin for a CMS; form submission is via an AJAX call, while

[jQuery] Edit in place feedback needed

2007-03-13 Thread Mika Tuupola
I just put up a new release of jEditable. Main new things are support for selects and possibility to style input element via style or css class. You can check example usage from my blog: http://www.appelsiini.net/~tuupola/382/in-place-editing-with-selects I would like to get some feedback on

[jQuery] Why IE hangs with this code? (Newbie to jQuery)

2007-03-13 Thread Hrvoje Blažeković
Please, can someone tell me why IE hangs when executing this code? $(document).ready( function(){ $(window).resize( function(){ var ys =

Re: [jQuery] Why IE hangs with this code? (Newbie to jQuery)

2007-03-13 Thread Abel Tamayo
bet it's not recognizing the selector 'html'. Have you tried with document, 'body' or window? On 3/13/07, Hrvoje Blažeković [EMAIL PROTECTED] wrote: Please,can someone tell me why IE hangs when executing this code? $(document).ready( function(){ $(window).resize( function(){ var ys =

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

2007-03-13 Thread Priest, James \(NIH/NIEHS\) [C]
Completely off topic but I rode into work today as well (motorcyclist)! A bit chilly this AM (40) but supposed to be in the low 80's! Might have to leave early :) On a more CF related note - are you using any kind of framework with this validation technique? Just curious... I'm working on my

Re: [jQuery] Why IE hangs with this code? (Newbie to jQuery)

2007-03-13 Thread Hrvoje Blažeković
When I trie with other elements that You suggested, then the functinality in FF and Safari is broken, no class is added or remooved :( I placed a $(document).ready function where it functions as it should. On document load the style is added if the html is taller then 700px and it works

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

2007-03-13 Thread Klaus Hartl
Jörn Zaefferer schrieb: Klaus Hartl schrieb: Paul schrieb: What you described is basically what I do, Rick--not because Jorn's plugin didn't work but because many of my form fields are validated against each other, and database interaction is required to make that decision. (e.g., the

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

2007-03-13 Thread Klaus Hartl
Paul schrieb: It would normally be smart, Klaus, but in my case not much would be gained. I'm building an intranet app, and at 100 mps the ajax calls come back extremely quickly. (truthfully I've yet to see my spinny graphic show up...) So why wouldn't there be gained much? You could still

Re: [jQuery] Fastest selector for searching a single table column?

2007-03-13 Thread Karl Swedberg
Ah, I think I understand what you're getting at now. Alas, I don't know of anything that would work faster than the $('td:nth-child(n)') selector expression. I'll try to give it some more thought, though, and if I have any ideas, I'll post them. Sorry I couldn't be of more help. --Karl

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

2007-03-13 Thread Rick Faircloth
Hi, Jim... I'm glad you've got some weather to enjoy your motorcycle. I'm not the kind of cyclist... I'm talking about a road bicycle. Trying to keep in shape as I get older! ;o) Anyone... no, not using any kind of framework...sorry. Are you using CF for all your validation processing? It

Re: [jQuery] enhanced suckerfish-style menu plugin

2007-03-13 Thread Brandon Aaron
Reading this has inspired me to update the bgiframe plugin. I'm going to have an options hash that can be passed in. The options will be: * offsetTop: auto || specific value * offsetLeft: auto || specific value * width: auto || specific value * height: auto || specific value * zIndex: -1 ||

Re: [jQuery] Edit in place feedback needed

2007-03-13 Thread Rey Bango
Mika, The demos on this page didn't work for me in IE7: http://www.appelsiini.net/~tuupola/jquery/jeditable/ I did get the following error in IE7 when trying to use the second demo (With Saving): Line: 20 Char: 5 Error: Object doesn't support this property or method Code: 0 The demos work

Re: [jQuery] enhanced suckerfish-style menu plugin

2007-03-13 Thread Brandon Aaron
I'm thinking about changing the name of offsetTop to top and offsetLeft to left. I think it would be less confusing, less typing and more representing of what they really are. :) -- Brandon Aaron On 3/13/07, Brandon Aaron [EMAIL PROTECTED] wrote: Reading this has inspired me to update the

Re: [jQuery] enhanced suckerfish-style menu plugin

2007-03-13 Thread Joel Birch
Sounds great Brandon. My only thought is that currently your plugin is nice and light which is great for such a useful utility plugin. Wouldn't adding all these features bump up the size to almost 200%? On the other hand I'm sure you have weighed the pros and cons of this so... awesome!

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

2007-03-13 Thread Rick Faircloth
Looks good to me. I think it will be very usable and helpful! Rick From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Tuesday, March 13, 2007 9:06 AM To: 'jQuery Discussion.' Subject: Re: [jQuery] hoverIntent = my first plug-in That's a nice idea actually.

Re: [jQuery] enhanced suckerfish-style menu plugin

2007-03-13 Thread Joel Birch
Just a quick note to say that I finished a passable demo page for the Superfish plugin and I have now added the plugin to the main plugin page at jquery.com. Thanks to everyone who provided feedback - it was indispensable. Please post to this list if you have anymore suggestions etc. Joel

Re: [jQuery] enhanced suckerfish-style menu plugin

2007-03-13 Thread Brandon Aaron
It will not increase file size very much at all, maybe up around 30%. It would be worth it for the flexibility. :) -- Brandon Aaron On 3/13/07, Joel Birch [EMAIL PROTECTED] wrote: Sounds great Brandon. My only thought is that currently your plugin is nice and light which is great for such a

[jQuery] Ajax POST removing spaces from inputs

2007-03-13 Thread Luc Pestille
HI all, I've run into a problem that I haven't seen before - on a very simple $.ajax{} powered form using POST, when the string pairs are passed to my processing page, somewhere along the line any spaces are being stripped out of the values. An alert(dataString); before the $.ajax{} call shows

[jQuery] editInPlace link trigger

2007-03-13 Thread strzelecki
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 possible to trigger this plugin by having a link or button next to the text that was to be edited that triggered

Re: [jQuery] Retrieve content from element using AJAX?

2007-03-13 Thread Yansky
Thanks, but I meant I don't have access to the server the script will be running on. :) I've re-pasted my code with comments to better explain what I'm trying to do: http://pastebin.ca/393352 As it is, the script does work, the only problem is that it doesn't load a link's content in the next

Re: [jQuery] enhanced suckerfish-style menu plugin

2007-03-13 Thread Joel Birch
Sweet :) On 14/03/2007, at 1:09 AM, Brandon Aaron wrote: It will not increase file size very much at all, maybe up around 30%. It would be worth it for the flexibility. :) -- Brandon Aaron ___ jQuery mailing list discuss@jquery.com

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

2007-03-13 Thread Brandon Aaron
Very nice. I believe this will be getting a fair amount of usage! - ability to override default settings (sensitivity, polling interval, etc) This would be great and probably should be done by passing an options hash as the third argument. Usually options as passed as the first argument in

[jQuery] Bug: event binding / unbinding. help!

2007-03-13 Thread Rob Desbois
Further to my last email regarding unbind(foo) not being able to remove events set in the HTML onfoo attribute, is another problem which is harder to work around. Using two functions to handle the click event for a button, each function swapping the handler to the other. (Ignore that this can

Re: [jQuery] Edit in place feedback needed

2007-03-13 Thread Mika Tuupola
On Mar 13, 2007, at 3:46 PM, Rey Bango wrote: The demos on this page didn't work for me in IE7: Ahem. Seems to be with IE6 too. Will investigate. -- Mika Tuupola http://www.appelsiini.net/~tuupola/ ___ jQuery mailing list

Re: [jQuery] Bug: event binding / unbinding. help!

2007-03-13 Thread Rob Desbois
Hmm slightly more info. I spotted the obvious potential stupidity, which was that I wasn't returning false, so of course it ended my click handler, spotted the new one and ran that, etc... Adding 'return false;' to the end makes Firefox run test4.1, test4.1, test4.2 then toggle as expected. IE

[jQuery] NEWS: jQuery-Powered FlickrCash on Ajaxian

2007-03-13 Thread Rey Bango
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... -- BrightLight Development, LLC. 954-775- (o)

[jQuery] Site owner of Four51.com Please Contact Me

2007-03-13 Thread Rey Bango
Will the person or owner of http://www.four51.com/ please contact me offlist? I need some more info on your site submission to the jQuery project. Rey... -- BrightLight Development, LLC. 954-775- (o) 954-600-2726 (c) [EMAIL PROTECTED] http://www.iambright.com

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

2007-03-13 Thread Rey Bango
Thanks Joel, I've added the site. :o) Rey... Joel Birch wrote: On 11/01/2007, at 7:56 AM, Rey Bango wrote: Please keep sending links as we want to have a nice list of jQuery-powered sites for the jQuery web site. Hi Rey, Here's a small site that uses jQuery to provide a nice hover

[jQuery] How to Keep Sessions?

2007-03-13 Thread JQuery - SimDigital
Every time i call by Ajax mode a script, that lost the session data. It will be usefull for me to allow visits vote just one time per session (and other things too). Ps.: I'm using PHP if it help. ___ jQuery mailing list discuss@jquery.com

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

2007-03-13 Thread Andy Matthews
BEAUTIFUL! The toolbar at the top has transparency and looks awesome over images. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rey Bango Sent: Tuesday, March 13, 2007 10:14 AM To: jQuery Discussion. Subject: [jQuery] NEWS: jQuery-Powered FlickrCash on

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-03-13 Thread Mark
hows the development going? 2007/3/2, [-Stash-] [EMAIL PROTECTED]: Just tried this in IE7 (WinXPSP2) and the overlay is solid black. Some of the CSS positioning is also a little out of kilter, but everything works! Looking forward to this one Klaus :) Luke Klaus Hartl wrote: Sean O

Re: [jQuery] Please add a basic debug function to the jQuery core...

2007-03-13 Thread Alex Cook
Here here, this is a great plugin for this purpose... From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Benjamin Sterling Sent: Monday, March 12, 2007 6:07 PM To: jQuery Discussion. Subject: Re: [jQuery] Please add a basic debug function to the

Re: [jQuery] forms validation error divs - help

2007-03-13 Thread Rick Faircloth
Hi, amircx... I think what you're missing is the last part of the code below: $(#Result).empty().append(data); I believe the purpose of that line is to remove the previous error message before a new one is displayed. Here's how it fits into my entire CalculateMortgage function that precedes

Re: [jQuery] How to Keep Sessions?

2007-03-13 Thread Michel Brouckaert
the trick I used was quiet simple... i hardcoded m sessionID to a var in the first page echo var sessionID = . getSessionid() .;; and posted it to the second page (using JQuery) where i retrieved it using getSessionid($_REQUEST[SessionID]); and then startsession... then it opens the session

Re: [jQuery] How to Keep Sessions?

2007-03-13 Thread Nathaniel See
Be sure that you are using the exact same address that was used to start the session to make your ajax calls. ie www vs non-www...I ran into this problem before and that was the cause. JQuery - SimDigital wrote: Every time i call by Ajax mode a script, that lost the session data. It will be

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-03-13 Thread Klaus Hartl
Mark schrieb: hows the development going? I'm sorry, I'm pretty busy at the moment and I'm stuck, but I gathered all the feedback and hope to get things further on the weekend... I have already started to fix a few bugs in IE. -- Klaus ___ jQuery

[jQuery] JQuery and DOM functions

2007-03-13 Thread Guillaume Léonard
Greetings, before explaining my problem, I must advise you that I'm a beginner in Javascript, DOM and everything around it. I currently continue a web app that uses DOM so I'm learning at the same time. My problem is that I got incompatibility problem with JQuery and DOM. Let me explain a

Re: [jQuery] JQuery and DOM functions

2007-03-13 Thread Sam Collett
On 13/03/07, Guillaume Léonard [EMAIL PROTECTED] wrote: Greetings, before explaining my problem, I must advise you that I'm a beginner in Javascript, DOM and everything around it. I currently continue a web app that uses DOM so I'm learning at the same time. My problem is that I got

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

2007-03-13 Thread Rick Faircloth
Well, rats! IE 7 kept telling me it couldn't open the FlickrCash site. Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Tuesday, March 13, 2007 11:29 AM To: 'jQuery Discussion.' Subject: Re: [jQuery] NEWS: jQuery-Powered

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

2007-03-13 Thread Brian Cherne
Awesome! Thanks for all the positive feedback everyone! What a way to wake up in the morning. :) The next release will have configurable settings for sensitivity and polling interval. I'll try wrapping the plug-in in a self-calling function, but the last few times I've done that I got JavaScript

Re: [jQuery] Has anybody run into this?

2007-03-13 Thread Sam Collett
On 12/03/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Rick Faircloth schrieb: Hi, all.. I've been working on Jorn's Validation plug-in and have just about got everything working perfectly for one particular form and I asked my wife to fill out the form and test the validation. She's

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

2007-03-13 Thread Rick Faircloth
Hi, Paul... Enjoy your ride yesterday? Thanks for the example code... it's beginning to make some sense as I study it. However, there one key sticking point... I'm using CF 4.5, so I don't use .cfc's that you asked about when your referenced cfoutput#json.encode(st)#/cfoutput and the json.cfc.

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

2007-03-13 Thread Andy Matthews
Hrmmm... Worked for me in IE7. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Faircloth Sent: Tuesday, March 13, 2007 11:46 AM To: 'jQuery Discussion.' Subject: Re: [jQuery] NEWS: jQuery-Powered FlickrCash on Ajaxian Well, rats! IE 7 kept

Re: [jQuery] Bug: event binding / unbinding. help!

2007-03-13 Thread Rob Desbois
Sorry for all the info, but the bug submission website isn't working and I really need help on this one! It seems that when the click handler is being run usually, it's called by 'onclick()'. The time when it is run twice (in Firefox at least) the first time is called by onclick() which is

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

2007-03-13 Thread Rey Bango
Me too. Rey Andy Matthews wrote: Hrmmm... Worked for me in IE7. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Faircloth Sent: Tuesday, March 13, 2007 11:46 AM To: 'jQuery Discussion.' Subject: Re: [jQuery] NEWS: jQuery-Powered

Re: [jQuery] Edit in place feedback needed

2007-03-13 Thread Mika Tuupola
On Mar 13, 2007, at 3:46 PM, Rey Bango wrote: The demos on this page didn't work for me in IE7: http://www.appelsiini.net/~tuupola/jquery/jeditable/ IE did not having parameter named class. Renamed it to cssclass to keep IE happy. I just put up a new release of jEditable. Main new

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

2007-03-13 Thread Rick Faircloth
Rey, will you send me the link again... maybe something was happening in my mail reader with the link. Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rey Bango Sent: Tuesday, March 13, 2007 1:27 PM To: jQuery Discussion. Subject: Re: [jQuery] NEWS:

Re: [jQuery] Edit in place feedback needed

2007-03-13 Thread Rey Bango
Much better!!! Should people re-download the plugin or was that only a change on the demo page? Mika Tuupola wrote: On Mar 13, 2007, at 3:46 PM, Rey Bango wrote: The demos on this page didn't work for me in IE7: http://www.appelsiini.net/~tuupola/jquery/jeditable/ IE did not having

Re: [jQuery] Reference to the element that triggered the event(Karl Rudd)

2007-03-13 Thread John Cotton
Many thanks (and to Brian and Aaron for their answers too). Perfect. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Karl Rudd Sent: 13 March 2007 09:06 To: jQuery Discussion. Subject: Re: [jQuery] Reference to the element that triggered the event(Karl

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

2007-03-13 Thread Rey Bango
Here ya go. http://ajaxian.com/archives/flickrcash-view-lots-of-flickr-images Rey... Rick Faircloth wrote: Rey, will you send me the link again... maybe something was happening in my mail reader with the link. Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[jQuery] ajax- demo

2007-03-13 Thread bruce
hi i'm trying to find a good ajax mailing list, or at least someone i can talk to who might be able to shed light on how to acomplish what i'm trying to create... i know this is a javascript list, but figured i'd post here to try to find either an ajax list, or perhaps someone who can help

[jQuery] is there a simple function to swap two classes?

2007-03-13 Thread rolfsf
Is there something like a swapClass function that will toggle between two classes? Or do I need to toggle between functions that addClass and removeClass? Thanks -- View this message in context: http://www.nabble.com/is-there-a-simple-function-to-swap-two-classes--tf3397695.html#a9460455 Sent

Re: [jQuery] enhanced suckerfish-style menu plugin

2007-03-13 Thread Nathan Young -X \(natyoung - Artizen at Cisco\)
Hi Joel. In addition to the layer problem with form elements we've had problems overlaying DHTML on top of flash movies, especially in firefox. Is this a scenario you've tested with? Nathan .:||:._.:||:._.:||:._.:||:._.:||:._.:||:._.:||:._.:||:._.:||:._.:||:._.: ||:. Nathan

[jQuery] [validation plugin] addError help!

2007-03-13 Thread philguillard
I can't add and show an error message programmatically, seems to me that addErrors function doesn’t exist in validation plugin 1.0 Beta 1 But I found this in the docs : var validator = $(#myform).validate(); validator.addErrors({firstname: I know that your firstname is Pete, Pete!});

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

2007-03-13 Thread Jonathan Sharp
Hey Brian, Great work! I have an immediate application for this and once it's a plugin will use it for jdMenu (http://jdsharp.us/code/jQuery/plugins/jdMenu/)! I never thought about abstracting that behavior out but it is so clean and simple now. Great work again! After looking over your code

Re: [jQuery] forms validation error divs - help

2007-03-13 Thread amircx
is that handle all form elements? if i got dropdown/checkboxes then what? Rick Faircloth wrote: Hi, amircx... I think what you're missing is the last part of the code below: $(#Result).empty().append(data); I believe the purpose of that line is to remove the previous error message

[jQuery] jquery.flash express install

2007-03-13 Thread spinnach
hi, found a bug in the jquery flash plugin when using the express install feature. ie uses the activex control so for ie MMplayerType should be 'ActiveX' and for other browsers 'Plugin'. currently it was plugin for all browsers so it didn't work properly in ie.. and i think (but i'm not sure)

Re: [jQuery] Checkbox unticked

2007-03-13 Thread Jake McGraw
Assuming you identify check boxes using the name attribute, you could just use the following: var values = {}; $(input:checkbox).each(function(){ values[$(this).attr(name)] = $(this).attr(checked) ? true : false; }); So, if we had: input type=checkbox name=chk1 checked=checked/ input

Re: [jQuery] forms validation error divs - help

2007-03-13 Thread Rick Faircloth
Now that I'm not sure about... My first guess would be to try modifying a section of my code and adapting for those type inputs Original: // select all inputs of type text $(input:text).each(function(){ Params[$(this).attr(name)] = $(this).val(); }); //

[jQuery] Ajax with jQuery POST

2007-03-13 Thread JQuery - SimDigital
I'm trying to submit some data from form fields without reload the page. I try a bit of codes and it doesn't work. Take a look what i'm doing and teach me please. script $(#button).click(function(){ $.post(http://localhost/Ismart/modules/business/search.php;, { name:

Re: [jQuery] Plugin: clickMenu v0.1.2

2007-03-13 Thread Roman Weich
Hello, as my last post is still fresh, I'm not creating a new thread. Thanks to you I could resolve some problems, so I've released a new version (0.1.3) including (only) the fixes. Are there any other Plugin writing guidelines - or requirements to get listed on the plugins page - besides the

Re: [jQuery] Checkbox unticked

2007-03-13 Thread Mike Alsup
I use .post to send information to the server. How can I force the checkbox information to be sent even if it is unchecked? I need a generic solution. You won't find a solution that degrades when JavaScript is disabled. You really should modify the server code to process the data correctly.

[jQuery] ANNOUNCE: The treemap plugin

2007-03-13 Thread Renato Formato
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 enhance it, add new features and so on. Link:

Re: [jQuery] forms validation error divs - help

2007-03-13 Thread amircx
nope, dont work anybody can help? Rick Faircloth wrote: Now that I'm not sure about... My first guess would be to try modifying a section of my code and adapting for those type inputs Original: // select all inputs of type text $(input:text).each(function(){

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

2007-03-13 Thread Rick Faircloth
I finally got in to the FlickrCash site. It is very nice. I could access the link you gave, but when I clicked on the link that led to the FutureoftheWeb site, IE 7 had a problem and couldn't load that site. No clue as to why... Rick -Original Message- From: [EMAIL PROTECTED]

[jQuery] Accordian Initial click

2007-03-13 Thread Jim Wharton
I have finally started to address some of my behavioral code in an attempt to clean it all up and jQuerify it I was using the nice accordian plugin but since I wanted the effect to wait until my ajax response has returned before sliding down, I had to hack it up a bit. I basically just

Re: [jQuery] Ajax with jQuery POST

2007-03-13 Thread Jake McGraw
Couple of things you need to do here: 1. You can not use AJAX to POST to URLs outside your current domain, not even subdomains, so, just to be sure your requesting pages on your current domain, change the target url from: http://localhost/Ismart/modules/business/search.php; to search.php 2.

Re: [jQuery] ANNOUNCE: The treemap plugin

2007-03-13 Thread Howard Jones
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 enhance it, add new features

Re: [jQuery] Hide All Except One (tabs)

2007-03-13 Thread Charles Stuart
Thanks everyone for your help. It works in IE6 IE7 now. As well, it is bookmarkable (but no support for back and forward buttons). Requires the nightly build as Karl pointed out. - Charles On 3/12/07, Karl Swedberg [EMAIL PROTECTED] wrote: Hi Charles, This bug has been fixed. If you

Re: [jQuery] Ajax with jQuery POST

2007-03-13 Thread JQuery - SimDigital
o my! I can't use http://www.otherdomain.com/search.php; to Post data?? The app that i was building need this everytime :-S Have another way to submit data (Get / Post) to another server process and bring me back after with an ajax request? Jake McGraw escreveu: Couple of things you

Re: [jQuery] enhanced suckerfish-style menu plugin

2007-03-13 Thread Daemach
It looks great - the only thing I would add is that the plugin roll up the menu when you mouse over a menu item that doesn't have a dropdown attached. On your site for example moving from consumer info to glasshouse works smoothly, but the menu doesn't disappear for a few seconds if you move

Re: [jQuery] Why IE hangs with this code? (Newbie to jQuery)

2007-03-13 Thread Glen Lipka
There is a dimensions plugin that gets the client height/width easier. http://dev.jquery.com/browser/trunk/plugins/dimensions/dimensions.js?format=txt Glen On 3/13/07, Hrvoje Blažeković [EMAIL PROTECTED] wrote: When I trie with other elements that You suggested, then the functinality in FF

Re: [jQuery] enhanced suckerfish-style menu plugin

2007-03-13 Thread Josh Nathanson
On your site for example moving from consumer info to glasshouse works smoothly, but the menu doesn't disappear for a few seconds if you move from glasshouse to city of gurya (in ff2) Daemach, I think Joel did that on purpose, to allow for mousing errors. There is a 400 ms onmouseout delay

Re: [jQuery] is there a simple function to swap two classes?

2007-03-13 Thread Brandon Aaron
You can use toggleClass to toggle a particular class on/off. So you could chain two calls together to turn two classes on/off. One would be on and one would be off. div class=class1.../div $('div').toggleClass('class1').toggleClass('class2'); Would result in: div class=class2.../div Doing it

Re: [jQuery] enhanced suckerfish-style menu plugin

2007-03-13 Thread Daemach
It's possible - it just felt out of place when the menu transitioned quickly when moving onto another menued item. Either way it looks good. Josh Nathanson-2 wrote: On your site for example moving from consumer info to glasshouse works smoothly, but the menu doesn't disappear for a few

Re: [jQuery] enhanced suckerfish-style menu plugin

2007-03-13 Thread Josh Nathanson
Yeah, that site is tight! In both appearance and functionality. -- Josh - Original Message - From: Daemach [EMAIL PROTECTED] To: discuss@jquery.com Sent: Tuesday, March 13, 2007 12:56 PM Subject: Re: [jQuery] enhanced suckerfish-style menu plugin It's possible - it just felt out

[jQuery] Why jQuery Effects doesn't work after load ajax data?

2007-03-13 Thread JQuery - SimDigital
I send POST params to another script and when it bring back, the effects doesn't work. My code: index.php etc... $(.business).click(function(){ $(.info).slideDown(fast); $(.info).load('http://localhost/modules/esas/info.php); } $(.phone).click(function(){

Re: [jQuery] *****SPAM***** ANNOUNCE: The treemap plugin

2007-03-13 Thread Alexandre Plennevaux
Cool! I saw such interface once for a net.art project showing shareholders and financial information -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Renato Formato Sent: mardi 13 mars 2007 20:09 To: jQuery Discussion. Subject: *SPAM* [jQuery]

Re: [jQuery] Why jQuery Effects doesn't work after load ajax data?

2007-03-13 Thread Jake McGraw
You have to attach triggers to elements AFTER they've been loaded, do this in the callback: $(.info).load('http://localhost/modules/esas/info.php,function(){ $(.phone).click(function(){ $(.info).slideUp(fast); } }); - jake On 3/13/07, JQuery - SimDigital [EMAIL PROTECTED] wrote: I send

Re: [jQuery] Ajax with jQuery POST

2007-03-13 Thread abba bryant
You need to proxy your request. I am not going to explain how to do this ( it's complex ) but here is a link. http://www.fleegix.org/articles/2005/11/07/cross-domain-ajax-requests I reccomend this link particularly highly if you are using PEAR libraries already as it uses PEAR's HTTP_Request

  1   2   >