Js form submission

<form class="layui-form form-horizontal" action="{:url("admin/menu/add")}" method="post">
<input type="text" name="action" autocomplete="off" placeholder="" class="layui-input">
</form>
form = $(".form-horizontal");
target = form.get(0).action;//url input

form.attr ("action") ?


action is overwritten by name='action' 's input. Change the value of the name attribute to input

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-7af1cf-24816.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-7af1cf-24816.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?