Friday, October 14, 2022
HTML Tags, which does not require CSS or JS
›
(1) The <details> tag is used to create an interactive widget that the user can open and close. By default, the widget is closed. Whe...
Monday, October 10, 2022
Resets CSS for all browser default values
›
The CSS code snippet below resets all browser default values and makes your CSS codes work in the same way in all browsers and neutraliz...
Monday, September 19, 2022
Input type = number, remove the arrow at the end
›
Input type = number, remove the arrow at the end Example: Without class With class <style> .no-arrow::-webkit-outer-spin...
Online status when working from home !! with Python Script
›
Run this program and your cursor will move regularly enough to keep your online status when working from home! //install PIP, you need to ty...
Wednesday, August 31, 2022
Sharepoint Online: Read user profile details.
›
Read current login user profile details in Sharepoint Online. function getUserProfile(){ var urlString = _spPageContextInfo.webAbso...
Saturday, August 27, 2022
Application lifecycle management (ALM) of SPFx Client Side Web Part
›
Monday, July 11, 2022
Dropdown list with multi-select checkbox
›
JavaScript let checkList = document.getElementById('ddList1'); checkList.getElementsByClassName('anchor')[0].onclic...
‹
›
Home
View web version