TypeScript has some pre-defined data-types:- // string let myName: string = ‘Kisan Patel’; myName = 28; // Type ‘number’ is […]
Updated on Kisan Patel
You could get the difference in years and add that to the initial date; then get the difference in months […]
Updated on Kisan Patel
Problem: How do I update each dependency in package.json to the latest version? How to update all npm packages in […]
Updated on Kisan Patel
Problem: How to Get selected text from a drop-down list using jQuery? How can I get a drop-down list selected […]
Updated on Kisan Patel
The jQuery UI tab widget helps to create tab controls quickly and easily on ASP.NET web pages. The tab control […]
Updated on Kisan Patel
jQuery UI provides you with the ability to easily create dialogs (modal and non-modal dialogs). A dialog is created from […]
Updated on Kisan Patel
Problem: How to disable keyboard including Backspace when using jQuery UI datepicker in input textbox?ution Solution: Here, we need to […]
Updated on Kisan Patel
Problem: How to change date format for jQuery UI datepicker? How to set date format as ‘dd-mm-yyyy’ in jQuery datepicker? […]
Updated on Kisan Patel
We can detect Which mouse button is clicked using jQuery mousedown event. The jQuery mousedown event is used to verify […]
Updated on Kisan Patel
Here we take a look at loading up the facebook JavaScript SDK, initializing Facebook configurations and login users using the […]
Updated on Kisan Patel