I\'m trying to edit the \'onchange\' event of an existent \'select\' element.
For example purposes I have the following code:
Use JQuery change function.
$('#sel_id').change(function() { //your code });