Response title
This is preview!




class="dImage" to the <td> tag e.g. <td class="dImage"> but although the tooltip kind of fires it doesn't include the image, it loads the next bit of text.
Anyone have requisite Ninja skills to make this work?
$("#myTabs").tabs("select", newIndex);<script type="text/javascript">
$().ready(function() {
function findValueCallback(event, data, formatted) {
$("<li>").html( !data ? "No match!" : "Selected: " + formatted).appendTo("#result");
}
function formatItem(row) {
return row[0] + " (<strong>id: " + row[1] + "</strong>)";
}
function formatResult(row) {
return row[0].replace(/(<.+?>)/gi, '');
}
$("#state2").autocomplete(topics);
});
</script><script type="text/javascript" defer="defer"> $('#state2').simpleFilter({
data: states,
useQuicksilver: false,
maxListEntries: 10,
position: $.simpleFilterData.POSITION_ABOVE,
waitTime: 1000
})
.bind('input.simpleFilter',
function(jQEvent, text) {
if (typeof(text) != 'underfined') {
console.debug('selection:', text);
}
}
);</script>© 2012 jQuery Foundation
Sponsored by
and others.
