Response title
This is preview!
$("#help_eff_date").dialog(
{autoOpen: false, width: 350 , position: 'center' });
("#help_eff_date").dialog(
{autoOpen: false, width: 350 , position: [300,200] });
$('#help_eff_date_icon').button(
{ text: false, icons:
{ primary: 'ui-icon-info', secondary: null}
});
<button type="button" id="help_eff_date_icon">
Click for more Information
</button>
© 2013 jQuery Foundation
Sponsored by and others.