Ajax file upload in WordPress & php
File upload via Jquery ajax in wordpress HTML View <form enctype="multipart/form-data" id="form_data_upload"> Name: <input id="name_name" type="text" name="name_data"…
Read ArticleFile upload via Jquery ajax in wordpress HTML View <form enctype="multipart/form-data" id="form_data_upload"> Name: <input id="name_name" type="text" name="name_data"…
Read ArticleSet php variable value in localstorage – echo "<script>document.write(localStorage.setItem('auth_Token', '".$auth_Token."'))</script>"; Get localstorage value into into a php variable –…
Read ArticleAdd custom woocommerce “add to cart” button with display variation in dropdown & product quantity on single-product.php page template in…
Read ArticlePlease removing ‘height: 100%’ from my html and body tags. $(window).scroll(function() { var sh = $(window).scrollTop(); console.log(sh); if ( sh…
Read ArticleAdvertisement
<input list=”list_name” name=”browser”> <datalist id=”list_name”> <option value=”List 1″> <option value=”List 2″> <option value=”List 3″> <option value=”List 4″> <option value=”List 5″>…
Read ArticleCookie is created with the setCookie() function. jQuery(document).on(‘click’,’#element-id/class’,function(e){ console.log(book); setCookie(‘cookie_name’,value, no_of_days); getCookie(‘cookie_name’); }); function setCookie(name,value,days) { console.log(value); var expires =…
Read ArticleMysql code: CREATE TABLE `table_name` ( `data` varchar(300) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ) INSERT INTO `table_name` VALUES…
Read ArticleIf You are looking for a simple way to disable right click for any html element then here you will…
Read ArticleAdvertisement
Download Hindi Test in PDF & Doc Format: kkduniya Efficiency Test 1 Download PDF OR Download Doc kkduniya Efficiency Test 2…
Read ArticleCreate Bootstrap carousel to show multiple items per slide: HTML: <!– slider –> <div class=”row”> <div class=”col-md-12″> <div class=”carousel slide…
Read Article