Have a question on how to add menu to discourse forum / add menu items to main discourse header area? Recently I've added custom Navigation Headers to Crunchify Forum. Discourse.org forum is so far …
JavaScript and jQuery Tutorials Archives...
JavaScript (JS) is an interpreted Web development language. It is the main client-side scripting language used by many of Google’s, WordPress open-source projects. jQuery is a JavaScript Library. jQuery greatly simplifies JavaScript programming. Also it’s easy to learn.
Web development is fun! The Write Less, Do More, JavaScript Library. jQuery is a multi-browser JavaScript library designed to simplify the client-side scripting of HTML.Here you will find list of all useful tutorials by Crunchify.
Not using Emoji on your WordPress Blog? Stop Loading wp-emoji-release.min.js and CSS file
Hello WordPress fans - Emoji option has been added starting WordPress version 4.4 core. That's awesome news for emoji lovers. On Crunchify, I always look at new added stuff in new version and …
JavaScript to Validate Username and Phone Fields on Form Submit Event
Form validation used to occur at the server, after the client had entered all necessary data and then pressed the Submit button. If some of the data that had been entered by the client had been in …
Read Article about JavaScript to Validate Username and Phone Fields on Form Submit Event →
Automatic HTML Login using POST Method – Auto login a Website on Double Click
What if you want to login to a website by filling Username/Email and Password automatically? Well, there is a simple solution to that. This solution works for large number of web sites which have …
Read Article about Automatic HTML Login using POST Method – Auto login a Website on Double Click →
Some of my Favorite JavaScript Tips and Tricks Tutorials
Demo 1. How to Check if String Contains another Substring [crayon-6292d13484a3f515199966/] 2. How to Remove Array Element by Value? [crayon-6292d13484a41585902917/] 3. How to Move Listbox Values …
Read Article about Some of my Favorite JavaScript Tips and Tricks Tutorials →
Dynamic Knobs Example Which Updates Value Every 3 Seconds (knob.js)
Knob.js: Javascript Library for Multitouch Virtual Knobs Knob.js makes it easy to include multitouch virtual knobs in your web app. It does the heavy lifting for things like: Minimum/maximum …
Read Article about Dynamic Knobs Example Which Updates Value Every 3 Seconds (knob.js) →
Dynamic Spline HighChart Example with Multiple Y Axis
Highcharts is a charting library written in pure HTML5/JavaScript, offering intuitive, interactive charts to your website or web application. Highcharts currently supports line, spline, area, …
Read Article about Dynamic Spline HighChart Example with Multiple Y Axis →
How to Refresh DIV Content Without Reloading Page using jQuery?
In my previous example I've explained you, how to refresh data on JSP page coming from Spring MVC Controller and refresh using JQuery.. You can take a look at it here. This article will help you to …
Read Article about How to Refresh DIV Content Without Reloading Page using jQuery? →
jQuery: Very Simple Show/Hide Panel on Mouse Click Event
Here's a simple tutorial on how to show/ hide a div using jQuery. Demo [crayon-6292d13484be3040572420/] Another must read: 5 cool & useful jQuery Tips, Tricks & Solutions The …
Read Article about jQuery: Very Simple Show/Hide Panel on Mouse Click Event →