Re: [jQuery] Google map plugin idea

2006-09-20 Thread Dylan Verheul
I have a fair amount of Google Maps experience. I wrote something like what Yehuda describes in PHP. It's actually not really hard to make in jQuery, but when you seriously get into Google Maps, you'd probably not have too much need for a plugin like that. On 9/19/06, Jörn Zaefferer [EMAIL

Re: [jQuery] Google map plugin idea

2006-09-20 Thread Yehuda Katz
The notions is to:1) Not need a server-side language like PHP and2) Let people who don't want to seriously get into Google Maps have a way of creating a simple map-- Yehuda On 9/20/06, Dylan Verheul [EMAIL PROTECTED] wrote: I have a fair amount of Google Maps experience. I wrote something likewhat

Re: [jQuery] Google map plugin idea

2006-09-20 Thread Jörn Zaefferer
The notions is to: 1) Not need a server-side language like PHP and 2) Let people who don't want to seriously get into Google Maps have a way of creating a simple map Yep, those are good points! I had the idea of a small application that allows members of a small musician community to add

[jQuery] innerStyle and .css

2006-09-20 Thread Mathias Bank
Hallo, I have problems with using jquery and innerstyle-definitions. I create a dynamic page with such code: div id=node40 class=leaf style=font-size: 0.1em;position:absolute;top:417px;left:299px;width:51px;height:33px;border: 1px solid black;background-image:

Re: [jQuery] Wildcards

2006-09-20 Thread Dan Atkinson
I agree that it generates a lot of unnecessary work on the client side any time someone clicks on a TD. It really was just a shot in the dark though. I had an idea what I was doing, but the results were never going to be pretty. Hey, throw enough spaghetti at the wall... ;) dave.methvin wrote:

Re: [jQuery] highlightFade Plugin

2006-09-20 Thread George Adamson
Wow, Blair, you don't hang about do you?! For the benefit of new readers: Blair's highlightFade can now fade not only the backgroundColor but also the borderColor and the [text] color. (Plus the various specific top and left variations etc such as borderLeftColor.) Re: I love that idea and

Re: [jQuery] Wildcards

2006-09-20 Thread Sam Collett
Isn't applying a class to the table cells in question an option? You could then select by that class. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] dimensions in jquery src

2006-09-20 Thread Klaus Hartl
hi, there's a dimensions folder been added recently to jquery's src. is that intended to be included in the build soon? or is it more like a plugin? Would it be easy to build a jquery file with plugins (like the cookie plugin) already added? I could add the folders and create my own custom

[jQuery] Structuring jQuery code in large projects

2006-09-20 Thread Rune Sandberg
I have slowly started to implement jQuery into my company's applications. Previously we have heavily relied on prototype's $ function and Dean Edwards (et al) addEvent. An issue I stumbled upon is when our clients use Norton Internet Security with the popupblocker feature enabled. NIS injects some

[jQuery] Structuring jQuery code in large projects

2006-09-20 Thread Rune Sandberg
@Brian: If I understand you correctly, you are actually putting jQuery code directly in the head on every page and call a custom scripts function global() from the head section every time. Would be great if you have an example I can follow. What I am really after is a way to structure the js to

Re: [jQuery] jQuery spokesmodel

2006-09-20 Thread Andy Matthews
That's nauseating. Except for the hat. Is there NOTHING that Paris Hilton won't pimp herself out for? !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original

Re: [jQuery] Suckerfish conversion

2006-09-20 Thread Olivier Percebois-Garve
var sfEls = $(#nav li);function(){ $(ul, this).fadeIn(fast); },Could it be because you are not targeting the same element ? On 9/20/06, abba bryant [EMAIL PROTECTED] wrote: I don't think it is a css issue. If I remove the animation code ( the .hoverfunctions outside of the document.all check ) the

Re: [jQuery] datePicker is gone when 2nd time loading a form

2006-09-20 Thread Chris Mcleod
Where do you put this? Im having the same problem as you were, with some forms loaded by Thickbox. The first form loads fine, but subsequent forms are missing the Date Picker widgets. Chris From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Grosser

Re: [jQuery] center function - is there a plugin I need?

2006-09-20 Thread Victor Tolbert
just copy and paste from here http://jquery.com/dev/svn/plugins/center/center.js?format=txtOn 9/20/06, Wil Stuckey [EMAIL PROTECTED] wrote: If there is I haven't found it. that is what bugs me about Trac.-wilOn 9/19/06, Blair McKenzie [EMAIL PROTECTED] wrote:Yes, center has been spun out into a

Re: [jQuery] Determine which button was just clicked

2006-09-20 Thread Jonathan Sharp
I think you need to preventDefaults() and stopPropagation() on the event. Then after you set the hidden field call form.submit()-jsOn 9/19/06, Dan Atkinson [EMAIL PROTECTED] wrote: Actually, there's a problem I didn't count on...The form is (seemingly) being submitted twice.When enter is hit,

Re: [jQuery] Wildcards

2006-09-20 Thread Fil
When I started with jquery I advocated for this (powerful and easy to implement). I still think it's a good idea, but the answer at the time (last August, not so far back...) was that it could be plugged-in *very* easily: http://jquery.com/discuss/2006-August/009428/

Re: [jQuery] center function - is there a plugin I need?

2006-09-20 Thread Sam Sherlock
I managed to download the SVN using tortoiseSVN. I have got the center thing working(ish)by which i mean it is not consistant in browsers, some errors reported in IE, differences in placement in all browsers, none centered. This may be due to my set up, possibly some conflictions with CSS and

Re: [jQuery] Structuring jQuery code in large projects

2006-09-20 Thread Jörn Zaefferer
Rune Sandberg schrieb: In this regards I am looking for some tips on how to structure the code when the codebase gets fairly large. Write plugins! You can structure your code into plugins and easily create a modular codebase that you can share at least in your company. You can the either

[jQuery] How to change value of select dropdown?

2006-09-20 Thread dizzledorf
Seems like a simple action, and it works in Firefox, but not IE... I'm trying to change the value of a dropdown box based on an event triggered in another text box. It's a contact form, and I just want to change the state dropdown Select on the keyup of the 5th character of the zip input box.

Re: [jQuery] How to change value of select dropdown?

2006-09-20 Thread Matt Stith
try $(#state).val(FL);On 9/20/06, dizzledorf [EMAIL PROTECTED] wrote: Seems like a simple action, and it works in Firefox, but not IE...I'm trying to change the value of a dropdown box based on an event triggered in another text box.It's a contact form, and I just want to change thestate dropdown

[jQuery] Loading images dynamically with JQuery InnerFade

2006-09-20 Thread Nesta Campbell
Hello All, I am using the JQuery InnerFade plugin [1] but I have a problem. We are using approximately 20 images and InnerFade requires that the markup exist before hand, which means all the images have to be loaded first, if I am not mistaken. What I would like to know is if there is a method

Re: [jQuery] How to change value of select dropdown?

2006-09-20 Thread kawikak
I use this function to set the option of a drop down input. Works in IE6 and FF that I know of. You'll notice it only works well for options with unique values. You could probably easily change it if you needed otherwise. // Usage $([EMAIL PROTECTED]'State']).option( CA ); // Plugin