Sometimes you may need to match exact string in JavaScript. Here are the steps to do it.
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,
How to Get Value of Text Input Field With JavaScript
Sometimes you may need to get value of text input with JavaScript. Here are the steps to do it using id, class, name and tag attributes.
How to Persist Variables Between Page Load
Sometimes you may need to persist variables between page load. Here is how to persist variable between refresh and keep values after page reload.
How to Add Delay in JavaScript Loop
Sometimes you may need to add delay in JavaScript loop. Here are the steps to add delay in JavaScript loop.