[jQuery] .trigger() behaviour - repost

2007-01-30 Thread Chris Domigan
Hi there I posted about this a while ago but never got a response I could understand (probably my fault!). My question relates to why using .trigger(), which as of 1.1 is supposed to trigger the browser's default behaviour, gives a different result to performing the triggered event manually.

Re: [jQuery] .trigger() behaviour - repost

2007-01-30 Thread John Resig
Hi Chris - I added this in because users were looking for a way to prevent a triggered click from occurring. Once I added it, however, I realized that it was completely out-of-line with the HTML spec. So, on this point, it'll probably be going away. That'll solve your problem, but the problem of

Re: [jQuery] .trigger() behaviour - repost

2007-01-30 Thread Klaus Hartl
John Resig wrote: Hi Chris - I added this in because users were looking for a way to prevent a triggered click from occurring. Once I added it, however, I realized that it was completely out-of-line with the HTML spec. So, on this point, it'll probably be going away. That'll solve your