[jQuery] Auto Tabbing using Jquery, Please help

2009-04-30 Thread dgm
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

[jQuery] cluetip doesn't work with IE for me

2008-07-03 Thread dgm
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

[jQuery] (autocomplete) remove hidden variable on bad input

2009-12-03 Thread dgm
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(