[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 **It is for

[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?