[jQuery] Re: Select box// onchange in niceform doesn't work !!

2009-05-29 Thread RG

I have the same problem with Niceforms 2.0, I have it working in 1.0
but 1.0 does not support multiple select so I tried 2.0 but am finding
that the onchange event does not work.

Tested on Google Chrome: 2.0.172.28
   Mozilla Firefox: 3.0.10

On May 26, 7:40 am, Amit amit.mca...@gmail.com wrote:
 Hi Guys ,
 I am using the niceforms.js to change the look of the fields.
 but came to know that the onchange event for select boxes in such a form 
 doesn't work, as the niceforms.js replaces the select box with divs
 Any one have any solution, how to implement the onchange event in such a 
 situation, or any work around.
 Any kind of help is appreciable ,
 thanks--

 Regards,

 Amit Kr. Sharma

 Profile:  http://www.linkedin.com/in/amit2sharma



  


[jQuery] jCarousel Flickr API /.I VANT THE FULL LIST BUT HOW??(All items not in the visible range are removed from the list to keep the list small.)

2009-03-30 Thread ::rg::

jCarousel Flickr API /.I VANT THE FULL LIST BUT HOW??(All items not in
the visible range are removed from the list to keep the list small.)


SOMEBODIE CAN HELP ME OUT PLESE NWITH A WERSION OF THIS SCRIPT WITHOUT
REMOVING THE NOT VISISBLE PARTS...
 I NEED THE FULL LIST...


All items not in the visible range are removed from the list to keep
the list small   VEL I NEED THE FULL LIST AND I DONT VANA MAKE
REQUEST ON EACH KLICK...

CAN BE DONE?
PLEASE IF U HAWE ANI IDEA .. EMAIL ME ! rg...@live.com

thanx vould help big!

www.0001.tk   the projeckt i need it for...!
thanx again

rg


[jQuery] select first item over multiple lists

2008-02-21 Thread RG

I have a feeling this is easy, but I can't seem to wrap my head around
it.  I want to match the first item of multiple lists.  For example
below, I would like a set with the foo 1 and bar 1 items . Can I
get this using one match?  My  tries keep coming back to something
like $('ul li:first'), but that only matches foo 1 of course.
Thanks for any help!

ul
  lifoo 1/li
  lifoo 2/li
  lifoo 3/li
/ul

ul
  libar 1/li
  libar 2/li
  libar 3/li
/ul