Here is code for removing the input type number spinners or arrows and disable scrolling value using javascript and css <script> ...
How to clear Jquery validation plugin form
<script> $.fn.clearValidation = function () { var v = $(this).validate(); $('[name]', this).each(function ...
Images not loading solution with jquery..
<script> $(function(){ var total_images = $("img"); $.each(total_images, function(i, one_div) { $(one_div).attr(...
jQuery Change Default error Messages
jQuery . extend ( jQuery . validator . messages , { required : "This field is required." , remote : "Please fix...
Access $http service outside angular js
$http = angular.injector(["ng"]).get("$http");
Angular JS Code execute in Jquery
$ ( 'button' ). on ( 'click' , function (){ var newVal = $ ( this ). data ( 'val' ); $ ( 'select...
Jquery Validation Plugin Example
<html> <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script...
Jquery File validations easy coding
This is very easy to understand and customize file upload extension validation and size validation with jquery code..... In this code swal(...
Reset form for bootstap select plugin used forms
When the user click on the reset button of a form, the form will be reset to default values.. $(':reset').on('click', f...
Sum of array values in jquery
var tax_array = new Array(); var total = 50 $.each(tax_array,function() { total += this; }); $('.grand...
OWL - Carousel
The below is the example for the owl carousel slider Click me to download the owlcarousel plugin for slide show or slider <div ...
Jquery fileupload validation
HTML <input type="file" name="poster" accept="image/*"> $(document).ready(function() { $('i...
Contact us form validation in jquery with jquery validation
<script> $(function () { $('#contact_us').validate({ rules: { email: { ...
Dynamic TABS selection in bootstrap
<script type="text/javascript"> jQuery(function($){ var d = new Date(); var time = d.getHours(); if (time ...
How to hide the popup if user pressed the esc key in javascirpt
<script> $(document).keypress(function(e){ if(e.keyCode==27){ //User pressed the esc key, if the popup is display then the popu...
Jquery select multiple options in php dynamically with an array of elements
You need to pass an array to val(): <script type = "text/javascript" > jQuery ( "#modules" ). val ([ "...
Datepicker in jquery example
<input type="text" Placeholder="Start Date" class="datepicker"/> <script> $( ".datepi...
How can I get query string values in JavaScript?
You don't need jQuery for that purpose. You can use just some pure JavaScript: function getParameterByName ( name ) { name = ...
Javascript to disable right click
var message = "Function Disabled!" ; function clickIE4 () { if ( event . button == 2 ) { ...
how to find has attribute in html with jquey?
Example in jquery You check if there is an attribute on an element in jQuery. The below is the example for checking whether the tag has ...
Popular Posts
- Instead of Multiple A Name Records why should we need to use Load balancers
- Google Map APIS calculation example
- How to configure a localhost website to visible with in the intranet
- Deploying Socket.io with FastPanel + Nginx Reverse Proxy + Cloudflare
- Easy form generator for the CodeIgniter framework
- Android OS Latest Version 5.0 Name Lollipop officially launched
- Block multiple FTP or SFTP connections from different machines with same username fastpanel
- How to Copy One MongoDB Database to Another Using mongosh (Without Backup Files)
- Payu Money payment gateway testing error
- Judge0 Installation Full steps