<script src=”https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js”></script> <script> jQuery(document).ready(function(){ jQuery(‘#btnSubmit’).on(‘click’, function() { jQuery(this).addClass(‘toggle’).removeClass(‘codepen’); }); }); </script> According To Question: #jQuery add remove class onclick codepen #Add Class jQuery […]
Change Div Order In Mobile View By jQuery
Web View […]
How do I redirect to another webpage by jQuery?
There are many ways you can do page redirect to another webpage by jQuery. Here I give you two example: 1. Page redirect to another […]
How can I remove a particular value from an array in JavaScript with Example?
<!DOCTYPE html><html> <head> <title>How can I remove a particular value from an array in JavaScript with Example? -PHP Kishan</title> <script src=”https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js” crossorigin=”anonymous”></script> <script> jQuery(document).ready(function(){ […]
How to redirect another webpage using JavaScript?
<!DOCTYPE html><html> <head> <title>How to redirect another webpage using JavaScript? -PHP Kishan</title> <script> function new_Location(newurl) { /* The wwindow.location […]
HTML to PDF Example
<!DOCTYPE html> <html lang=”en-US”> <head> <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″/> <title>HTML to PDF Example – PHP Kishan</title> <script src=”https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js”></script> <script src=”https://cdnjs.cloudflare.com/ajax/libs/jspdf/1.5.3/jspdf.debug.js”></script> <script src=”https://html2canvas.hertzen.com/dist/html2canvas.js”></script> <style> .center{text-align: […]
How to set default image on image loaded broken?
<!DOCTYPE html><html class=”” lang=”en-US”><head><meta charset=”UTF-8″ /> <script src=”https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js”></script><script src=”https://unpkg.com/imagesloaded@4/imagesloaded.pkgd.min.js”></script><!– or –><!– <script src=”https://unpkg.com/imagesloaded@4/imagesloaded.pkgd.js”></script> –><style type=”text/css”>.image-thumb {display: inline-block;margin: 10px;}</style></head><body><div id=”product_div”><div class=”image-thumb”><img src=”image/product_01.jpg” class=”thumbnail-img” width=”100″ height=”100″></div><div class=”image-thumb”><img […]
How to add external link in target and class
<head> <script src=”https://code.jquery.com/jquery-1.9.1.min.js”></script> <script type=’text/javascript’> $( document ).ready(function() { $(‘a’).filter(function() { return this.hostname && this.hostname !== location.hostname; }).attr(‘target’, ‘_blank’); $(‘a’).filter(function() […]
How to set div height dynamically?
Dynamically Assign Height | PHP Kishan How to set div height dynamically? PHP is a server-side scripting language designed for web development but also used […]
Set Equal Height Div Rows
Set Equal Height Div Rows Equal Height Equal Height Equal Height Equal Height Equal Height Equal Height Equal Height Equal Height Equal Height Equal Height […]