Detect middle button click (scroll button) with jQuery
问题 I have a list with a tags to play some mp3 files onclick. It is working fine when binding on the \'click\' event with jQuery: $oo.data({\'__mp3play\':true,\'wapiHandle\':h+0,\'wapiIndex\':o.ajaxPlayList[h].length}) .bind( \'click\', function() { var wh = $j(this).data(\'wapiHandle\'); if( typeof o.regObjects[wh] == \'object\' && o.regObjects[wh].play(this.href)) { return false; } }); When clicking the left mouse button: It disables default handling when my flash plugin is loaded otherwise it