jquery Programming Glossary: otarget
Enable Shift-Multiselect in jQuery UI Selectable http://stackoverflow.com/questions/9374743/enable-shift-multiselect-in-jquery-ui-selectable how to do this in a clean way... At the moment i got this inside the selectable configuration start function e var oTarget jQuery e.target if oTarget.is 'tr' oTarget oTarget.parents 'tr' So oTarget is the clicked element and e.currentTarget is.. way... At the moment i got this inside the selectable configuration start function e var oTarget jQuery e.target if oTarget.is 'tr' oTarget oTarget.parents 'tr' So oTarget is the clicked element and e.currentTarget is the whole table but now what.. moment i got this inside the selectable configuration start function e var oTarget jQuery e.target if oTarget.is 'tr' oTarget oTarget.parents 'tr' So oTarget is the clicked element and e.currentTarget is the whole table but now what How can i find..
|