[jQuery] Re: replace not working...

2007-05-08 Thread Aaron Heimlich
for more info on exactly how I did that. -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Where can I download JQuery Ajax Form plugin

2007-05-07 Thread Aaron Heimlich
but it looks like the file was moved. Can anyone tell me where I can download this plugin? Thanks, Adam -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: ThickBox 3

2007-05-03 Thread Aaron Heimlich
with other libraries. Of course, I'm hoping Jörn will be done with his autocomplete plugin soon and I can be rid of scriptaculous and not have to work about the compatibility issue. -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Dropdown div functionality

2007-05-02 Thread Aaron Heimlich
on. [1] http://isohunt.com/js/functions.js -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Dropdown div functionality

2007-05-02 Thread Aaron Heimlich
() { trObj.css(display, none); }); } } One thing I noticed is that their animation is a *lot* smoother (I haven't worked with jQuery's animation components much, so I'm not entirely sure who to blame here (me or jQuery 1.1.1)) On 5/2/07, Aaron Heimlich [EMAIL PROTECTED] wrote: On 5/2/07, Rey

[jQuery] Re: behaviors?

2007-04-30 Thread Aaron Heimlich
such hooks, and I could certainly make an argument for this going in the core, but it there were such hooks available, this could be pretty easy and very clean. I just don't know much about the APIs exposed by the major browsers. -- Scott -- Aaron Heimlich Web Developer [EMAIL

[jQuery] Re: Help Modifying the Action Page of an AJaX Form

2007-04-27 Thread Aaron Heimlich
another look at my code to make sure I don't have some other bug. Thanks for setting me straight. -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: ImageBox Issue

2007-04-24 Thread Aaron Heimlich
on the label and hold down the mouse. You should see what I mean. Any ideas as to what the cause might be? Rey... -- BrightLight Development, LLC. 954-775- (o) 954-600-2726 (c) [EMAIL PROTECTED] http://www.iambright.com -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http

[jQuery] Re: Getting an elements classes

2007-04-23 Thread Aaron Heimlich
On 4/23/07, wls [EMAIL PROTECTED] wrote: How does one tell if an element has a class if( $(#myElement).is(.myClass) ) { // do super cool stuff... } or alternatively, get a list of classes? Try this: var classes = $(#myElement).attr(class).split( ); -- Aaron Heimlich Web Developer

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-20 Thread Aaron Heimlich
it's compatible with CF 4.5!) Unfortunately it looks like it was introduced in v5: http://www.actcfug.com/files/cfmlhistory/functions/gethttprequestdata.ht m You need to put down the Ajax and upgrade your CF :) Jim -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-20 Thread Aaron Heimlich
On 4/20/07, Felix Geisendörfer [EMAIL PROTECTED] wrote: Didn't read the entire thread but appending parameters like this to an url just doesn't seem right to me. I would normally agree, but Rick is using ColdFusion 4.5, which apparently isn't capable of inspecting HTTP Headers. -- Aaron

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-20 Thread Aaron Heimlich
On 4/20/07, Rick Faircloth [EMAIL PROTECTED] wrote: $(document).ready()(function { \n Should be: $(document).ready(function() { // stuff goes here... }); -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-20 Thread Aaron Heimlich
that page should be sending. -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-20 Thread Aaron Heimlich
somewhere. I'll tinker some more and then if I can't figure it out, I'll post some code. Thanks for the tip… at least now I have some idea of what to look for! Rick *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Aaron Heimlich *Sent:* Friday, April 20, 2007 6:23

[jQuery] Re: The University of Murcia (Spain) takes jQuery as main JS Library for all new projects

2007-04-19 Thread Aaron Heimlich
(){ true } } }, message = { field2: { myRule: Hey, I always fail! } } I didn't dig too deeply in the code, so I may have it wrong, but I think you can see what I was getting at. -Dan -- Aaron Heimlich Web

[jQuery] Re: val() on select box

2007-04-18 Thread Aaron Heimlich
of the *first* selected option) -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Multiple form submit issue

2007-04-18 Thread Aaron Heimlich
='Show/Hide'/ /div /div /fieldset /form -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Multiple form submit issue

2007-04-18 Thread Aaron Heimlich
Why would you need to use anchors? On 4/18/07, Buzzterrier [EMAIL PROTECTED] wrote: Thanks Aaron that worked! I would still like to get this to work with anchors, because I know I will need to do so in the future. Take care. On Apr 18, 3:59 pm, Aaron Heimlich [EMAIL PROTECTED] wrote: Try

[jQuery] Re: hasClass

2007-04-17 Thread Aaron Heimlich
. Thanks -Geoff -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Plugin authoring

2007-04-17 Thread Aaron Heimlich
the jQuery object if you're adding methods to it, like typical plugins do (and even then, only if you're method doesn't already return some other value). -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Reducing this code.

2007-04-16 Thread Aaron Heimlich
on. 2) The first area of summarisation i would -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Google Toolbar Messages Strike Again!

2007-04-12 Thread Aaron Heimlich
field, I get Google can fill in this form field for you... Aaaah! Has anyone found a way to keep the Google messages from overriding the error messages? Rick -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Google Toolbar Messages Strike Again!

2007-04-12 Thread Aaron Heimlich
browser is this happening in? IE or FF (all of my tests have been in FF)? -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Trying to figure out how to use this custom validation...

2007-04-11 Thread Aaron Heimlich
Zaefferer http://bassistance.de -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Trying to figure out how to use this custom validation...

2007-04-11 Thread Aaron Heimlich
and Javascript won't validate a dollar amount in the same manner. Rick *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Aaron Heimlich *Sent:* Wednesday, April 11, 2007 10:01 AM *To:* jquery-en@googlegroups.com *Subject:* [jQuery] Re: Trying to figure out how to use

[jQuery] Re: How do you write custom callback functions in jQuery?

2007-04-11 Thread Aaron Heimlich
On 4/11/07, Klaus Hartl [EMAIL PROTECTED] wrote: Nice! Where do useful micro plugins go? The cookbook[1] perhaps? [1] http://docs.jquery.com/Cookbook (I do remember there being a lot more here, though, when we had the old wiki) -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http

[jQuery] Re: What does this do - transport.setRequestHeader(connection, close)

2007-04-10 Thread Aaron Heimlich
://dev.jquery.com/browser/trunk/jquery/src/ajax/ajax.js#L644 -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: What does this do - transport.setRequestHeader(connection, close)

2007-04-10 Thread Aaron Heimlich
the headers object to add additional global headers. Otherwise you'd overwrite the x-requested-with header, and that could be really hard to find. You could change headers to defaultHeaders and have headers extend the defaultHeaders. That I think would solve the issue... -Dan -- Aaron

[jQuery] Re: Why pack jquery ?

2007-04-10 Thread Aaron Heimlich
results are a little surprising, but negligible. The difference is that javascript won't spend valuable milliseconds unpacking when your web page is first loaded. It's much faster to uncompress (native code) vs. unpack (javascript). Steve -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http

[jQuery] Re: ANNOUNCE: New jQuery Book Available for Pre-Order!!

2007-04-09 Thread Aaron Heimlich
On 4/9/07, Jonathan Chaffer [EMAIL PROTECTED] wrote: They tend to offer the eBook ... bundled with the print edition at a reduced cost. That's what I would want to pre-order, but I don't see it listed on the book's page. -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http

[jQuery] Re: How would I write this CF in JS?

2007-04-09 Thread Aaron Heimlich
want to run it through a test... CF-coders? Thanks, Rick -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Find Programming Job?

2007-04-09 Thread Aaron Heimlich
will we be free of... of bad looking site. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: jQuery and unit testing...

2007-04-09 Thread Aaron Heimlich
-- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Unique parameter in Ajax

2007-04-07 Thread Aaron Heimlich
requested through AJAX it only outputs the content it created (without the header and stuff). -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: ANNOUNCE: New jQuery Book Available for Pre-Order!!

2007-04-06 Thread Aaron Heimlich
-- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

<    1   2