On 10/25/06, Brice Burgess <[EMAIL PROTECTED]> wrote: > > > Ⓙⓐⓚⓔ wrote: > > > > I've accomplished rebinding simply by using oneclick(), and then in > > the call back setting the full click(). Originally I skipped over > > reading about oneclick, because I thought it was onclick. > > > > As stated, oneclick() did not alleviate the issue. What version of jQ > are/were you using? > --
* $Rev: 415 $ I test on FF & Safari... But the code inside jq looks like it would work even on IE. http://cigar.dynalias.org/junior/ (my puppy's page) does the re-bind for the music links. var embed = function(){ $(this).after(' — <embed autostart="true" valign="bottom" height="16" width="160" src="' + this.href + '">') .bind("click",function() {return false}); return false; $("[EMAIL PROTECTED]").oneclick(embed); _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
