[jQuery] Inline events triggering in 1.1.3.1

2007-07-13 Thread Renaud
Hello, I'm not sure I'm missing something in the documentation but I've upgraded jquery to 1.1.3.1 and it seems that the inline events set in the html are not triggered when calling trigger(). Example: $(document).ready(function() { $('#test').trigger(change);

[jQuery] Inline events triggering in 1.1.3.1

2007-07-13 Thread Renaud
Sorry if I double post, I'm not sure the previous one has been successfully sent: Hello, I'm not sure I'm missing something in the documentation but I've upgraded jquery to 1.1.3.1 and it seems that the inline events set in the html are not triggered when calling trigger(). Example: