You should think about using jQuery's ajax ( http://docs.jquery.com/Ajax/jQuery.ajax#options) while you're at it... if you did, you could attach your .corners() function to ajaxComplete ( http://docs.jquery.com/Ajax/ajaxComplete#callback) so you wouldn't have to include it in every call. Glad to help !!
On Wed, Feb 11, 2009 at 10:46 PM, Davis <ywk...@gmail.com> wrote: > > Hello Nic, > > THAT IS VERY HELPFUL, it work fine once after I put those JS/jquery > after ajax callback. > > THANKS very much of you and Donkeybob those previous help. > > thanks/Davis.