Browsing Category
jquery & Javascrip
Create YouTube Video Search Engine with jQuery
This code snippet I found on codepen and found it interesting so sharing it with my readers, It’s a simple jQuery script help you to search videos on YouTube you can search any video on YouTube publicly available. It’s a very simple and…
jQuery Fullcalendar Integration with Bootstrap, PHP & MySQL
Recently I have used this plugin in an application and faced some issues to integrate it with bootstrap so I don’t want my readers to waste time in integration in this tutorial you will get a fullcalendar working with bootstrap, PHP & …
19+ JavaScript Shorthand Coding Techniques
1. The Ternary Operator
This is a great code saver when you want to write an if..else statement in just one line.
Longhand:
const x = 20;
let answer;
if (x > 10) {
answer =…
Quick Phone Numbers Input Mask jQuery Plugin – jquery-input-mask-phone-number.js
Quick Phone Numbers Input Mask jQuery Plugin – jquery-input-mask-phone-number.js
Do you wanna apply masking on HTML Input field for phone numbers so that you get well formatted phone numbers while user filling online form. Then In this…
How to Split Text into Lines – SplitLines jQuery Plugin
SplitLines is a lightweight jQuery plugin which allow you to split normal text into lines. It splits new lines of wrapped text into their own HTML elements, allowing you to animate or operate on each line individually. Works with nested…
Very Simple JQuery Time Selector Plugin
Are you looking for time selector plugin for your project then in this post I am going to share a very simple jquery time selector plugin which you can integrate in your web based project to enable feature like time picker. It is work like…
Simple jQuery UI enabled Color Picker – evol-colorpicker.js
Simple jQuery UI enabled Color Picker – evol-colorpicker.js
If you are looking for simple color picker for your website to dynamically set or insert color code in database. I found awesome color picker plugin (evol-colorpicker.js).…
Lightweight and touch-friendly image gallery-slider based on jQuery – RV-gallery.js
Are you looking for Lightweight and touch-friendly image gallery-slider? If Yes then In this post I am going to share simple Lightweight and touch-friendly image gallery-slider jquery plugin name RV-gallery. It is simple, lightweight yet…
jQuery plugin to transform a div text into splitflap display airport-like – jquery.splitflap.js
jQuery plugin to transform a div text into splitflap display airport-like – jquery.splitflap.js
If you want to add simple splitflap display on your website like you have seen on airport then in this post I am going to share plugin called…
How to Disable Autofill / Autocomplete in Chrome – jquery.disableAutoFill Plugin
How to Disable Autofill / Autocomplete in Chrome – jquery.disableAutoFill PlugindisableAutoFill is a lightweight jQuery plugin and easiest solution for disabling Google Chrome auto-fill, auto-complete functions. If you don’t want to display…