|
Title: form onchange not firing Post by: devnull on March 13, 2013, 05:41:45 AM can't get the form onchange event to fire with any of the easyui-boxes:
http://jsfiddle.net/uAqKG/1 only the normal <input type="text"> appears to fire the onchange event. Title: Re: form onchange not firing Post by: devnull on March 14, 2013, 04:09:36 PM Bump...
Any solution for this ??? Title: Re: form onchange not firing Post by: stworthy on March 14, 2013, 05:57:32 PM Here is the solution to solve this problem.
Code: (function($){Please refer to the updated sample http://jsfiddle.net/uAqKG/4/. |