[jQuery] myyearbook navigation

2009-06-17 Thread scvinodkumar

Hi

i would like to implement the myyearbook like navigation.(http://
www.myyearbook.com/) You can see this at the home page itself.

When you click the up or down arrow key, the content being change in
the right hand side.

Please tell me how they have implemented it and what jquery plugin
they have used for this?

Awaiting for your reply..

Thanks for your support


[jQuery] jquery like navigation

2009-06-17 Thread scvinodkumar

Hi,

i would like to implement myyearbook.com navigation in my site. You
can see this at the home page itself.

Could you please tell me what type of plugin they used and how to
implement it?



[jQuery] validate the field, but not required

2009-01-30 Thread scvinodkumar

hi there,

i found jquery is very useful to validate to html page.  Thanks for
all your effort.

Now i want to validate the form but they are not required. only if the
text box or other field needs to validate onblur or onclick.

For example, if there is first name field, then it should contain only
letters. so this should be validate. and at the same time they submit
the form without filling the first name.

i searched google, but dont find the solution for this. please tell me
how to do this.