JqueryUI Selectable Example Javascript by Rajesh Kumar Sahanee - March 20, 2020March 20, 20200 Hello Friends, Today we are going to see jqueryui selectable example. JqueryUI selectable method enables a group of DOM elements to become selectable, so that we can select an element or by pressing ctrl we can select more than one elements. Actually, recently I have used this method in a
Convert Bytes to KB MB GB TB PB EB ZB YB in Javascript Javascript by Rajesh Kumar Sahanee - March 17, 20200 Hello Friends, today we are going to see how to convert bytes to kb, mb, gb, tb, pb, eb, zb, yb in javascript. The same feature i was required to add in one of my project to convert size of files uploaded on server through media upload feature just like
Insert at Cursor in CKEditor Javascript by Rajesh Kumar Sahanee - February 29, 20200 Hello Friends, today I am going to share very small code which is how to insert at cursor in CKEditor. We can insert both html and plain text but here we're going to see inserting html but if we want to insert text then we just need to call insertText
Load on Scroll of Window and Specific Element Javascript by Rajesh Kumar Sahanee - February 19, 2020February 20, 20200 Hello Friends, today I am going to share very small code for load on scroll of window and specific element. We can use both load on scroll of specific element or load on scroll of window according to our need. I had used load on scroll of specific element in
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
Learning HTML is Mandatory for Creating a Website Uncategorized by Guest - May 19, 2019April 6, 20200 First of all, a question comes in mind that why learning HTML is essential for building a website. Like what is the reason to have a basic knowledge before creating a website? When you are a beginner then there is a list of tags that are really important to know.
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
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
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