PDA

View Full Version : {javascript} Events not binding to all items under jquery selector



cdaringe
August 17th, 2012, 07:30 AM
Hi all:

I drafted up a silly site for my soccer team to 'check in' to each one of our games. it's a quick and dirty php/mysql/js.

footie.cdaringe.net (http://www.footie.cdaringe.net)

I modified the image & css for some itoggle (http://labs.engageinteractive.co.uk/itoggle/) sliders (which are really masked checkboxes). in firefox, all works dandily. in chrome [at least on my mac], i find that only random slider controls at the bottom actually function. i am unable to slide names towards the top of the page :(

in the source, you can see lines 73 & 85. once DOM is ready, i bind the events. i've tried debuggin this, but i dont have great js debugging skills yet. any tips on this? i have the .php file to share too, if that's of any use. i ran the output through the html validator--it all checks out! my objective is to have all of the sliders work on first attempt!

-Chris!