Simple Bootstrap Modal
Plugins can be included individually (using Bootstrap’s individual *.js files), or all at once (using bootstrap.js or the minified bootstrap.min.js). HTMl Code and Jquery Code
Plugins can be included individually (using Bootstrap’s individual *.js files), or all at once (using bootstrap.js or the minified bootstrap.min.js). HTMl Code and Jquery Code
This post will teach you how to automatically put cursor in form field using jQuery. So when you go to log into a website and the username field doesn’t automatically have the cursor in it when the page loads, you get a little frustrated. HTML Code jQuery Code Complete page source here.
In this post, we have collected Best jQuery Spell Checker Plugins which allows you to check spelling. If you are planning to implement spell checking functionality in your website then just give them try. HTML and jQuery Code
Ajax form submission is better and fast way to submit form without page loading .It’s make a nice experience to your users. Below we have written a tutorial on how to submit a contact form with jquery ajax . You can also consider this as a PHP, ajax registration form . First of all we […]
Recently I had to write a script to create a zip file containing different files and folders. PHP has a ZipArchive class which can be used easily to create zip files. In this article we will see how to create zip file after upload file in PHP. HTML Code PHP Code
Storing information locally on a user’s computer is a powerful strategy for a developer who is creating something for the Website. In this Example, we will look at how to store information on a computer to read later. localStorage is synchronous in nature, meaning when it loads it can block the main document from rendering localStorage does […]
If you have set your php site to display post excerpts on the front or home page, you will want visitors to click on the read more link and show full text after click on hide link show small text see below code. PHP and HTML Code Jquery Code
It may be useful sometimes to provide your visitors with the option to change the appearance of your website. May be you want to provide theme support for your site. Or you may simply want to provide a bigger font size version of your site for older users who may not be able to read […]
Crop feature helps to resize the image as per the required size. You can also reduce the web page size and load time by showing the exact size image. just copy and paste code so easily use. HTML, CSS and jQuery Code PHP Code
It is very simple getting the server file upload process every few second and increasing the bar color using jquery css property. Just take a look at this code. HTML Code CSS Code jQuery Code PHP Code (upload.php)