Sometimes you may need to get random element from array in JavaScript. Here are the steps to extract random element from array.
How to Simulate KeyPress in JavaScript
Sometimes you may need to simulate keypress in JavaScript. Here are the steps to do it using event dispatcher.
How to Call Function Using Variable Name in JavaScript
Sometimes you may need to call function by variable name in JavaScript. Here are the steps to do it.
How to Detect Tab/Browser Closing in JavaScript
Sometimes you may need to prevent tab/browser closing in web browser. Here is how to detect tab/browser closing in JavaScript.
How to Include Another HTML in HTML File
How to Call Function When Page is Loaded in JavaScript
Sometimes you may need to call function when page is loaded in JavaScript. Here are the steps to do it.
How to Match Exact String in JavaScript
How to Convert Columns into Rows in Pandas
Sometimes you may need to convert columns into rows in Pandas. Here are the steps to transpose data in Python pandas.
How to Set/Unset Cookie With jQuery
Often you may need to set and unset cookies on your website. Here is how to set/unset cokkie with jQuery,