[jQuery] Re: $(e.target) & $('#id'), IE got problem

2007-07-26 Thread can xiang
I works. Thanks, George!

[jQuery] $(e.target) & $('#id'), IE got problem

2007-07-26 Thread can xiang
I'm building one ajax paginator. Cosider the following conditions: Common snippert: $(document).ready( function(){ var opts = { url : '/vstock/query', target : '#id-vstock-query-result', success : paginator_hook }; var form_id = '#id-vstock-query-form'; $(form_id).ajax

[jQuery] AJAX success callback fail, with jquery.form.js

2007-07-24 Thread can xiang
Hi, Dear group user I'm tring to build a ajax paginator, here is my code: $(document).ready( function(){ var opts = { target : '#id-search-result', url : '/query/', success : paginator_hook, }; var form_id = '#id-search-form'; function paginator_hook(){ $('div.paginator a.ajaxp