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

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

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

2008-12-02 Thread deronsizemore
x27;t quite make it through. > > 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 th

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

2008-12-02 Thread deronsizemore
ld improve the > positioning. > > Jörn > > On Tue, Dec 2, 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:

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

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

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

2008-12-01 Thread deronsizemore
in/add-new-test.php > that shows how you can set up custom rules > > 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

[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: &g

[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.validator

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

2008-11-03 Thread deronsizemore
w'); > } > > This hides the text before the image fades, and then slides the text > in after the new image shows. > You can also apply CSS to the element to position it on top of the > image. > > Paul > > On Oct 8, 7:53 pm, deronsizemore <[EMAIL PROTECTED]> wr

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

2008-10-08 Thread deronsizemore
the cycle > plugin here: > > http://www.canons-regular.org/ > > > --Karl > > > Karl Swedberg > www.englishrules.com > www.learningjquery.com > > > > > On Oct 8, 2008, at 11:03 AM, deronsizemore wrote: > >> >> >>

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

2008-10-08 Thread deronsizemore
functions to show/hide the > caption > and CSS to position 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 d

[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. I

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

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

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