How would one go about removing a hidden variable when the
autocomplete is left invalid?
I tried:
$(".autocomplete_search").result(function(event, data, formatted) {
if (data)
$(this).next().val(data[1]);
else
$(this).next(
Hi
I am trying to do the auto tabbing text field --> text field and
Text field--> check box. My code is not working. Any one please help.
Here is my code.
Check Box
(document).ready(function() {
$('#area_code').autotab({ target: 'number1', format: 'numeric' });
$('#n
I'm trying to use cluetip (Looks great!) to display a full text of
otherwise truncated data, in a table. (Email subjects are truncated
for the normal view, but if you mouse over, I want a tooltip to show
the full subject). I'm using php and smarty templates to generate the
table rows:
{$row[h
3 matches
Mail list logo