I\'m writing on a library I want to include on different pages who might already use the onchange event - is there any way to attach my event to onchange<
Using jQuery's .change() function to assign an onchange handler will not override existing onchange events (or other jQuery-assigned handlers). See a working demonstration here: http://jsfiddle.net/nrabinowitz/EyKdm/