your code should work with a valid selector ("item" isn't). also this will only trigger a jQuery event, it will not be like the key was typed. so if "#item" was a textbox, the event will fire (if a handler is attached), but the key value will not show in the textbox.
↧