[jQuery] [mcDropdown] Enhancement Request

2010-01-18 Thread Jerry
field (versus above). Because of that I needed to have a way to create css for the anchor and wrapper div tags inserted by the mcDropdown plugin. I added the following two new defaults: , wrapperId: null // The id of the wrapper for more css control ... added 2010-01-18

[jQuery] Once I've downloaded it...

2010-01-15 Thread Jerry
I'm a newbie and have been informed that I need to become familiar with jQuery. I have downloaded it from the download page. What do I do with it, now?

[jQuery] Re: Using jQuery to total multiple sets of textboxes?

2009-12-01 Thread Jerry Johnson
Do you have a webpage i can see a sample of what it currently does, (HTML)

Re: [jQuery] Jquery specialist for hire

2009-11-30 Thread Jerry Johnson
I'll do it for $5. paypal: laces...@gmail.com email me at: jerryhost@gmail.com

Re: [jQuery] Re: Hide chat content

2009-11-30 Thread Jerry Johnson
Ya, here is my problem. I know how to make the ajax call, and it all works, but, I need to somehow connect the msg id from the mysql database to the ajax call, so I need another div, that has the id.

Re: [jQuery] Re: Hide chat content

2009-11-29 Thread Jerry Johnson
all of the divs that get created and you want to be able to > hide. If you want to delete them, use remove() instead of hide(). > You also have a function die() that is undefined and throwing an error > > Jerry Johnson wrote: > > bump > > > > > -- -Jerry Johnson Free website Monitoring. http://monitor.whmht.co.cc

Re: [jQuery] JQ mouseover keeps firing AJAX GET -- how to make it fire once?

2009-11-29 Thread Jerry Johnson
} > } > }); >}); > > > any help? > -- -Jerry Johnson Free website Monitoring. http://monitor.whmht.co.cc

[jQuery] Re: Hide chat content

2009-11-28 Thread Jerry Johnson
bump

Re: [jQuery] Re: Hide chat content

2009-11-28 Thread Jerry Johnson
I have done so, but it still doesn't work

Re: [jQuery] Re: Hide chat content

2009-11-27 Thread Jerry Johnson
On Fri, Nov 27, 2009 at 1:47 PM, Scott Sauyet wrote: > On Nov 27, 12:03 pm, Jerry Johnson wrote: > > $('a.#hide').click(function() > > { > > $(this).hide(); > > } > > ); > > What does "a.#hide" mean

[jQuery] Re: Hide chat content

2009-11-27 Thread Jerry Johnson
I have verified that it is not the ajax call.

[jQuery] Hide chat content

2009-11-27 Thread Jerry Johnson
Hi, at: http://jerry.hostcule.net/chat/test.html, i have the delete link, and i want it to fade out the parent div, this is my current code: $('a.#hide').click(function() { $(this).hide(); } ); This is the link html: (2:34:28) Jerry: bkgi Delete

[jQuery] How to fade out page and show content

2009-10-18 Thread Jerry Johnson
Kinda like: http://famspam.com/facebox Except, i want it to slowly fade out whole page, and slowly fade in the content, vice versa Any Ideas?

[jQuery] Another newbie "how do I"

2009-04-05 Thread Jerry
the left and right "boxes" will be sized the same. Is this doable? If so, does someone have a working example I can look at, please. I'm primarily a photographer, not a developer so need to ask your patience (and maybe use "small words" :)) Thank you very much! Jerry

[jQuery] NEWBIE - IE7 vs FireFox, Safari, etc...

2009-04-05 Thread Jerry
rest content indented (as is should be). This also happens with the other jQuery function Toggle(). It doesn't matter what CSS definitions are for the DD tag's content - IE messes this up. Hoping someone can help! Thanks, Jerry === Here's the code (taken from the jQu

[jQuery] slideToggle: IE vs. Firefox, etc.

2009-03-30 Thread Jerry
S "box" attributes seems completely ineffective. Same behavior if I use toggle() instead of slideToggle() - it seems to be an IE7 layout weirdness. Suggestions for things to work correctly in IE? Thanks! Jerry

[jQuery] Re: Confirmed the bug and have a fix

2008-12-15 Thread Jerry Cheung
se: > >li.css({overflow: "hidden", 'float': o.vertical ? "none" : > "left"}); > > Hope that helps, > Jerry > > http://www.whatcodecraves.com/ >