EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
December 08, 2025, 07:24:07 AM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
EasyUI for jQuery
>
Form type:'POST'
Pages: [
1
]
« previous
next »
Print
Author
Topic: Form type:'POST' (Read 11869 times)
devnull
Sr. Member
Posts: 431
Form type:'POST'
«
on:
October 10, 2012, 05:48:42 AM »
I have tried setting the form method to POST, however it seems to have no effect:
Code:
$('#'+fid).form('submit',{
url:"xxx.php",
type:'POST'
});
Logged
-- Licensed User --
stworthy
Administrator
Hero Member
Posts: 3581
Re: Form type:'POST'
«
Reply #1 on:
October 10, 2012, 04:02:05 PM »
The type property is not supported now. Please add method=post to your form markup.
Code:
$('#'+fid).attr('method','post');
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...