jQuery tablesorter "handle", or other click events -


so have basic table. allow users doubleclick on element in th edit text. have since added in tablesorter plugin, "breaks" editable text. tablesorter isn't "honoring" double click on interior element.

  • can define "sorthandle" tablesorter? instead of clicking on entire th b tag or something?
  • better yet can find way capture doubleclicks on th , handle them separately if necessary (maybe through method or trigger)?

thanks!

there undocumented option named cancelselection can set false allow selecting text , double clicking in table header.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -