sydcanem / bootstrap-contextmenu

Context menu plugin for Twitter's Bootstrap framework
http://sydcanem.com/bootstrap-contextmenu/
645 stars 193 forks source link

jqueryObjects or references as target possible ? #53

Closed mafar closed 10 years ago

mafar commented 10 years ago

Plugin does support jquery object as target option.

var target = $('#context-menu');
$('.context').contextmenu({
  target:target , 
 })
mafar commented 10 years ago

fixed.