본문 바로가기

jquery5

jquery model dialog box # jquery model dialog box ##### [source : https://jsfiddle.net/softm/3qgu8fz2/ ](https://jsfiddle.net/softm/3qgu8fz2/) ```javascript var $dialog = null; jQuery.showModalDialog = function (options) { var defaultOptns = { url: null, dialogArguments: null, height: 'auto', width: 'auto', position: 'center', resizable: true, scrollable: true, onClose: function () {}, returnValue: null, doPostBackAfte.. 2019. 7. 18.
press [key enter] to event trigger & work template $("#sForm :text").keypress(function(e){ 2015. 8. 21.
reset form element for jquery type="text/javascript"> $("#sForm :text").val(""); $("#sForm select").find("option:first").attr("selected","selected"); $("#sForm [name='datatype']:first").attr("checked",true); $("#sForm [name='sumtype']:first").attr("checked",true); //--> 2015. 8. 18.
jquery sortable mobile html5 # download : http://touchpunch.furf.com/ jsfiddler : https://jsfiddle.net/softm/a0Lkfc8c/1/ TEST sortable 1. jQuery UI Touch Punch mobile Touch Event. site : http://touchpunch.furf.com/ TEST01 TEST02 TEST03 TEST04 2. Jquery UI sortable을 이용한 방법. site : http://jqueryui.com/sortable/ Re-order 1 2 3 4 5 6 7 Submit 2015. 4. 8.
Web Grid & Db Tool - Web Db Tool 1. phpmyadmin site : http://www.phpmyadmin.net/home_page/index.php demo : http://demo.phpmyadmin.net/master-config/ 2. adminer site : http://www.adminer.org/ demo : http://adminer.sourceforge.net/adminer.php?username= 3. chive site : http://www.chive-project.com/Download 4. MyWebSQL site : http://mywebsql.net/ 5. apphp site : http://www.apphp.com/php-datagrid/examples/sample_2_7_de.. 2014. 5. 23.