User1724605321 posted
Hi kmbs82,
Reference :https://urin.github.io/jquery.balloon.js/
Option <var>contents</var> is the plain text, HTML text, jQuery object or function. Set the <var>html</var> option to true if <var>contents</var> is a jQuery object or a string containing
markup. Pass function which returns contents to update contents dynamically. Then you could try something like :
<input id="input1" type="text" value="43" /></td>
<input id="input2" type="text" value="13"/></td>
JS:
$(function() {
$('#select').balloon({contents:$("#select1").val()});
});
I would suggest you can post your questions to balloon plugin Github Issue for further support .
Best Regardsm
Nan Yu