Use jQuery Before It’s Get Loaded Javascript by Rajesh Kumar Sahanee - May 29, 2019May 29, 20190 Hello Friends, Today I am going to tell you how to use jQuery before it's get loaded. Actually It's best practice to include scripts like jQuery at the end of the Body, but because of this, methods of jQuery is inaccessible and gives not defined error. Here I am sharing
JqueryUI Sortable Examples Javascript by Rajesh Kumar Sahanee - May 20, 2019March 20, 20200 Hello Friends, Today i am going to share jqueryui sortable examples. JqueryUI sortable method enables a group of DOM elements to become sortable, so that we can drag an element to a new spot within the list. Actually, recently I have used this method in a project in which I
Prevent Form Submission on Pressing Enter on Specific Field of Form Javascript by Rajesh Kumar Sahanee - September 5, 20180 Hello Friends, Today I am going to share how we can prevent form submission on pressing enter on specific field of a form. Actually when we press enter in fields of a form (form tag in html), it triggers form submission by default, but sometime we don't want form to be
Integrate MathJax in CKEditor Javascript by Rajesh Kumar Sahanee - July 16, 20180 Hello Friends, today I am going to tell that how to integrate MathJax in CKEditor, so that maths formula can be written in CKEditor but before that you should know what the MathJax and CKEditor is, so here is the explanation. MathJax is a cross-browser JavaScript library that displays mathematical notation
File Uploading Using Ajax Javascript Php by Rajesh Kumar Sahanee - October 15, 2017October 16, 20170 Hello Friends, Today I am going to share File Uploading using Ajax code in PHP. There is three methods in the code by which file can be uploaded using Ajax which are : Uploading With Form Tag Uploading Without Form Tag Uploading Without Form Tag Without Submit Button Here is the
Data to Tag Converter Javascript Tools Tricks by Rajesh Kumar Sahanee - January 3, 2017July 8, 20200 Hello Friends, Today I am going to share first article of this year which is a Javascript utility tool code Data to Tag Converter. Using this you can speedup your work speed and save some time. Using this tool you can create option tag for cities, countries, weekdays, etc. or
How To Use Select2 Javascript by Rajesh Kumar Sahanee - November 9, 2016April 6, 20200 Hello Friends, today I am going to share how to use Select2 Api. Select2 gives you a customizable select box with support for searching, tagging, remote data sets, infinite scrolling, and many other highly used options. I am going to use cdn file but you can also download it and use
Creating Age Calculator in Javascript Javascript by Rajesh Kumar Sahanee - November 5, 2016April 6, 20200 Hello Friends, It’s being long time I’ve not shared anything with you but today I am going to share a code for Creating Age Calculator in Javascript. [crayon-693ef24173465760499271/] Output Demo Thanks Please share if you like
Countdown in HTML Canvas Javascript by Rajesh Kumar Sahanee - November 8, 2015November 8, 20150 Hello Friends, Today I am gonna share Javascript Code. This code is about creating Countdown in Html using Canvas Tag. The canvas element is part of HTML5 and allows for dynamic, scriptable rendering of 2D shapes and bitmap images. It is a low level, procedural model that updates a bitmap