All,
I am trying to use jquery bubble up v2.3.1.
But It seem not working on JSFiddle.
Can anyone tell me why?
$(document).ready(function(){
$('input[type="text"]').attr('placeholder', 'Enter number bwteen 1 and 100');
$('tr').CreateBubblePopup({ innerHtml: 'This is a Bubble Popup!' });
});