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
- Implement complete SEO management for this project
- Error: ngModel:datefmt Model is not a date object
- How to Fix FastPanel Not Opening on Port 8888 Due to fastcgi_index Nginx Error
- Understanding Web Servers: The Complete Guide to Hosting Types
- What Is Virtualization and Why Prices Differ
- Block multiple FTP or SFTP connections from different machines with same username fastpanel
- Google Map APIS calculation example
- Deploying Socket.io with FastPanel + Nginx Reverse Proxy + Cloudflare
- How to Copy One MongoDB Database to Another Using mongosh (Without Backup Files)
- RAG