sondmk header
พื้นฐานการใช้งาน jQuery เบื้องต้น

jQuery : Plugin Dynamic Spreadsheet

Post by Goborijung at 2020-06-05 15:48:11 | ID: 606

https://www.jqueryscript.net/table/jQuery-Plugin-For-Dynamic-Spreadsheet-like-Data-Grid-jExcel.html

jQuery : Plugin Editable Table Rows

Post by Goborijung at 2020-06-10 13:28:35 | ID: 602

https://www.jqueryscript.net/table/jQuery-Plugin-For-Editable-Table-Rows-Table-Edits.html

jQuery : Plugin HTML Beautiful Presentation

Post by Goborijung at 2020-06-05 13:52:46 | ID: 605

https://www.jqueryscript.net/animation/Beautiful-HTML-Presentation-Plugin-with-jQuery-reveal-js.html

jQuery : Plugin in place Editable in table cell

Post by Goborijung at 2020-06-13 10:06:12 | ID: 617

https://www.jqueryscript.net/table/inplace-editing-table-simpletablecelleditor.html

jQuery : Plugin Minimal Sign UP

Post by Goborijung at 2020-06-05 16:07:30 | ID: 609

https://www.jqueryscript.net/form/Signup-Form-Wizard-jQuery-multiStepForm.html

jQuery : Plugin Multiple File Upload

Post by Goborijung at 2020-06-05 16:02:45 | ID: 608

https://www.jqueryscript.net/form/Beautiful-jQuery-File-Upload-Plugin.html

jQuery : Plugin Responsive Image Lightbox

Post by Goborijung at 2020-06-05 16:17:02 | ID: 610

https://www.jqueryscript.net/lightbox/Responsive-Touch-enabled-jQuery-Image-Lightbox-Plugin.html

jQuery : Plugin Side Modal

Post by Goborijung at 2020-06-05 15:57:55 | ID: 607

https://www.jqueryscript.net/lightbox/side-drawer-modal-bootstrap.html

jQuery : Plugin Tiny Select Box

Post by Goborijung at 2020-06-05 13:42:14 | ID: 603

https://www.jqueryscript.net/form/select-replacement-search.html

jQuery : Post , jQuery Post , PHP Post

Post by Goborijung at 2021-08-25 16:43:54 | ID: 1325

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
  $("button#submit").click(function(){
    $.post("programming_edit_process.php",
    {
      id:$("input#id").val(),
    	ptype:$("select#p_type").val(),
    	name:$("input#name").val(),
    	desc:$("textarea#desc").val(),
      cdate:$("input#created").val()
    },
    	
    function(data, status){
    	document.getElementById('response').innerHTML = data;
    });
  });
});
</script>

<<<123456>>>

Framework

Library


เครื่องมือพัฒนาเว็บ



การออกแบบและพัฒนาเว็บไซต์


Download SourceCode



copyAllright © 2016 soundmk.com