Thursday, January 30, 2020
Google Chrome Keyboard Shortcuts
›
Window and Tab Shortcuts Ctrl+N Open a new window Ctrl+Shft+N Open a new window in incognito mode Press Ctrl, and click a link Open l...
Thursday, January 23, 2020
Simple JaveScript Tricks with Array and Object
›
Combining Multiple Objects Consider you have three different objects: const obj1 = {'No': 1, 'firstname': 'Rakesh...
Saturday, January 18, 2020
Fill element on hover
›
Create a button so that on hover the background color fills the element from left, right or center side of the element. .button{ positi...
Friday, January 17, 2020
Shortcode in a WordPress Template
›
Shortcodes in WordPress are invoke for some kind of function to accomplish certain tasks. But what if you want to use a shortcode from with...
Thursday, December 5, 2019
Get Table Name with Row Count from SQL Database
›
Select the database you want to filter the information about the row count and run following SQL Statement SELECT T.NAME AS 'TA...
Monday, November 18, 2019
Block or Disable Cut, Copy and Paste operation Using jQuery
›
It is required to block the cut, copy and paste operations on some of the textbox. For example, it will be better if we do not allow users ...
Move List Items Up and Down Using jQuery
›
Sometimes, we require moving/scrolling the list items in the select control up and down to sort manually. This little code snippet will hel...
‹
›
Home
View web version