[jQuery] [validate] jQuery validate but only when no value parameter set

2008-12-23 Thread deronsizemore
I'm working on a site and using jQuery Validate on the forms. Everything works great when there is no value parameter set on the form input. For my CMS, I can specify variables which remembers a users information on comment forms. You can see them below where I have value={name} on the name

[jQuery] Re: Validate Plugin: Alpha Only

2008-12-23 Thread deronsizemore
If you're new to jQuery (like me) this solution may not be totally obvious to you. I posted the same question and received responses pointing me in the right direction for the code to use, but I wasn't sure what to do with that code once I found it. So, here's my jQuery validation code for

[jQuery] [tooltip] Image preview choppy when switching from right to left side of mouse pointer?

2008-12-02 Thread deronsizemore
I've implemented http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/ plugin at this test page: http://www.randomjabber.com/test/logogala/gallery_tooltip.html. I think I've implemented it correctly, but I'm not completely sure of that? It seems to work like it should when you hover over

[jQuery] Re: [tooltip] Image preview choppy when switching from right to left side of mouse pointer?

2008-12-02 Thread deronsizemore
, 2008 at 3:08 PM, deronsizemore [EMAIL PROTECTED] wrote: I've implemented http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/ plugin at this test page: http://www.randomjabber.com/test/logogala/gallery_tooltip.html. I think I've implemented it correctly, but I'm not completely sure

[jQuery] Re: [tooltip] Image preview choppy when switching from right to left side of mouse pointer?

2008-12-02 Thread deronsizemore
. Could you provide a testpage? Maybe via jsbin.com Jörn On Tue, Dec 2, 2008 at 6:50 PM, deronsizemore [EMAIL PROTECTED] wrote: I'm not sure if I did it right or not, but I added the width too this line: return $( ).attr(src, this.src); Still not change after adding the width in. I think

[jQuery] Re: [validate] Allowing letters only in a text input?

2008-12-01 Thread deronsizemore
Regards, Dave Buchholz I-CRE8 Internet Solutions http://www.i-cre8.co.uk Skype: I-CRE8 On Nov 30, 7:54 pm, deronsizemore [EMAIL PROTECTED] wrote: Hi! Thanks for the quick reply. So, with this code added, will it make all fields letters only or is there a way for me to specify what field(s

[jQuery] Easiest Tooltip and Image Preview Customization

2008-12-01 Thread deronsizemore
http://cssglobe.com/post/1695/easiest-tooltip-and-image-preview-using-jquery I've implemented the tooltip/preview no problem, but I have some images on the right hand side of the page where when the image preview pops up with the full size image, half of the image is hidden outside the margin

[jQuery] Re: [validate] Allowing letters only in a text input?

2008-11-30 Thread deronsizemore
Hi! Thanks for the quick reply. So, with this code added, will it make all fields letters only or is there a way for me to specify what field(s) I want to allow letters only? Thanks, Deron I-CRE8 wrote: On Nov 29, 11:06 pm, deronsizemore [EMAIL PROTECTED] wrote: The code is as follows

[jQuery] [validate] Allowing letters only in a text input?

2008-11-29 Thread deronsizemore
Hi, I'm using the jQuery Validate plugin with success in it's basic form. I'm looking to require ONLY letters in a field and I see that it's possible (I think) using the code in the additional-methods.js file which is included in the download package. The code is as follows:

[jQuery] Re: Need solution to cycle through images and display a caption

2008-11-03 Thread deronsizemore
of the image. Paul On Oct 8, 7:53 pm, deronsizemore [EMAIL PROTECTED] wrote: That you very much Karl for chiming in here! I feel like an idiot now though as that was so simple. I can't believe I didn't even think of that. I guess I was thinking that the fade effect would only do images

[jQuery] Re: Need solution to cycle through images and display a caption

2008-10-08 Thread deronsizemore
the caption on top of the image. Paul On Oct 6, 12:44 am, deronsizemore [EMAIL PROTECTED] wrote: Hi, I'm looking for plugin that will allow cycling through images and display a caption for each image. What I'm looking for is exactly like this example:http://www.woothemes.com/demo/?t=3

[jQuery] Re: Need solution to cycle through images and display a caption

2008-10-08 Thread deronsizemore
On Oct 8, 2008, at 11:03 AM, deronsizemore wrote: Thank you very much. I did see it the other day but I didn't notice anything where it allowed you to add in a caption. I'm going back to take a second look. I'm currently trying to read through the Learning jQuery book, so

[jQuery] Need solution to cycle through images and display a caption

2008-10-05 Thread deronsizemore
Hi, I'm looking for plugin that will allow cycling through images and display a caption for each image. What I'm looking for is exactly like this example: http://www.woothemes.com/demo/?t=3 The image on the top left cycles through different images and displays a unique caption for each image.

[jQuery] New to jqModal... couple questions

2008-04-02 Thread deronsizemore
I'm wanting to use jqModal for my login, forgot password, and register forms on my site. I've tried using thickbox for this same thing and it's really buggy when using forms (or so it seems). I'm wondering if there are any major hurdles by using forms in this manner with jqModal? If so, I may

[jQuery] Re: New to jqModal... couple questions

2008-04-02 Thread deronsizemore
Yes, I found that page, but it seems that it's written more for the experienced jQuery user, not someone like myself who is new to this. I've looked through the page and I see no mention of using forms inside of the jqModal window? Maybe you can point me in the right direction there since it's

[jQuery] Re: New to jqModal... couple questions

2008-04-02 Thread deronsizemore
Hi, Sorry, I should have clarified. When I've tried other modal window options, they have trouble with forms. What I'll be trying to do is place a login form, register form, and forgot password form inside of the jqModal window. Once submit is clicked, the modal window should close, and the