Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • maybe you have to remove return false; Commented Jun 22, 2011 at 20:15
  • Nope, that doesn't seem to cut it either. Commented Jun 22, 2011 at 20:16
  • api.jquery.com/trigger look at the first example you see... that's exactly like it. Maybe there's something else changing the behavior of that anchor? Could you try it on different browsers? Commented Jun 22, 2011 at 20:28
  • I haven't tried it on any other browsers, but I'm testing in Chrome, so my confidence is pretty high with that... That's the only JS or jQuery targeting that anchor. I bet it's because the jQuery was above the link and since I didn't do it on ready, it was unable to actually grab the link before it loaded. But then again.. it's a keypress.. so I don't know. Commented Jun 22, 2011 at 20:36