It looks like you're new here. If you want to get involved, click one of these buttons!
var StudentsAttendanceController = {
	
	init : function(initObj){
		this._super(initObj);
	},
	add_edit : function(){
		fuel.controller.BaseFuelController.prototype.add_edit.call(this);
			$('#students_attendance_class_id').change(function(){
				alert('done');
			});
			$('#students_attendance_section_id').change(function(){
				alert('not done');
			});
	}
		
};
jqx.extendController(StudentsAttendanceController);                
Comments
the html output is
</select>