How use $.ajax() method in struts2

前端 未结 2 1890
天涯浪人
天涯浪人 2021-01-26 05:08

Hello All i am using struts 2 and jquery plugin 1.8. Now i searche on google for using $.ajax() methos in struts. but i thoing i am not typing right keywords. Can a

2条回答
  •  死守一世寂寞
    2021-01-26 05:39

    jquery is a javascript library and it can be included in struts just like any other framework, in the jsp page add the jquery

     
    

    after that you can use it like

    
    

提交回复
热议问题