qtip2 - Click Event not working on first click
问题 I have something weird that is happening and I was hoping someone can shed some light on it for me. I am using the qtip2 plugin on an element on the page. Here is the code for it: $('.tooltipEdit').click(function(){ var id = $(this).attr('id'); $(this).qtip({ show:{ event: 'click', solo: true }, content: { text:'<form id="tooltipForm"><input type="text" value="'+$(this).text()+'" /> <button id="tooltipSave">Save</button></form>' }, position : { my : 'top center', at: 'bottom center', target: