In this tutorial i will let u know difference between window.location.href and window.open(), both are very important way to redirect user to a target location,both function are commonly used by web developer.
Jquery
How To Add RowId and RowClass on Datatable
Previous post we have learn how to use DataTables Example with PHP,in this article we will learn how to add rowid and rowclass with each row into data table.Some times we need to identify each row based on id or row class.Jquery datatable has many properties for easy handle datatable with server side. Also Checkout […]