[jQuery] jCarousel next button always disabled in Safari

2009-06-03 Thread jtrim
Regardless of what I do, I cannot get the Next button to function properly in safari when there are elements that it can (and should) scroll to. My implementation is paired with the jquery Galleria plugin. Anyone else having this problem? This can be observed at http://www.rmrdevelopment.com/S

[jQuery] A Way to view currently bound event handlers

2009-02-16 Thread jtrim
Does anyone know if there is a way to view the function names of the currently bound event handlers for an element? i.e. if I do $ ('.someelem').bind('click', somefunction);, is there a way to check and see if somefunction is bound to the click event of '.someelem'? Thanks in advance