Today, i want to share about customizing one of DataTables feature. The feature that i want to change the behavior is filter function. Before we start with the code, you have to read the DataTables description on their website here. DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, […]
Tag: jquery
Create Dynamic Navigation Menu using Javascript
Today, i’ve learn how to Create Dynamic Navigation Menu using Javascript. In this post, i will focus on client side implementation therefore i use json for data format. My main idea is: i will save the menu data on database and when the user do log in, i will retrieve the menu data (based on […]
Hide and Show HTML Element based on Select Option Using JQuery
Today, i want to share about Hide and Show HTML Element based on Select Option Using JQuery for some purpose, we want to show or hide an HTML element (eg: button, input text, etc) based on select option. we can achieve that requirement using JQury framework you can get here. We will use hide(), show(), […]