Sometimes you may need to modify Apache server configuration without restarting. Here is how to change Apache config without restarting.
How to Change NGINX Config Without Restarting
Often you may need to modify NGINX configuration without restarting server. Here are the steps to do it.
How to Get Selected Text from Dropdown using jQuery
How to Get data-id attribute in jQuery / JavaScript
Sometimes you may need to get data-id attribute of HTML DOM elements. Here is how to get data-id attribute in jQuery/JavaScript.
How to Check if Image is Loaded in jQuery / JavaScript
Sometimes you may need to check if images are loaded on your web pages. Here is how to check if image is loaded in jQuery/JavaScript.
How to Fix Ambiguous Column Names in MySQL
Sometimes you may get ‘ambiguous column names’ error in MySQL. Here is how to fix ambiguous column names in MySQL.
How to List All Foreign Keys to Table in MySQL
Sometimes you may need to view all foreign keys to table in MySQL. Here is how to list all foreign keys to table in MySQL.
How to Check if Row Exists in MySQL
How to Center Div Using jQuery
How to Select Element by Data Attribute in jQuery
Sometimes you may need to find element based on data attribute in jQuery. Here is how to select element by data attribute in jQuery.