jQuery reload div's content (dynamically rendered)

前端 未结 3 390
走了就别回头了
走了就别回头了 2020-12-11 08:13

I have a div that is generated html via Expression Engine. I\'m using ajax submit:

$(\'#login-form\').ajaxForm({  
    // success identifies the function to         


        
3条回答
  •  独厮守ぢ
    2020-12-11 08:35

    Pretty much any of the methods listed in jQuery's "manipulation" section are going to do what you want: http://docs.jquery.com/Manipulation

提交回复
热议问题