jquery-simple-context-menu icon indicating copy to clipboard operation
jquery-simple-context-menu copied to clipboard

jumps to the top of the page

Open bobert13 opened this issue 7 years ago • 0 comments

hi,

everytime i run this, it jumps to the top of the page, which is really annoying. From the code, it looks like this could be fixed by changing: var rowCode = '<li><a href="#" class="'+settings.linkClickerClass+'"><span class="itemTitle"></span></a></li>'; to: var rowCode = '<li><a href="javascript:void(0);" class="'+settings.linkClickerClass+'"><span class="itemTitle"></span></a></li>';

bobert13 avatar Mar 22 '17 10:03 bobert13