How to print using jquery in jQuery on 22:34 No Comments Simply just add print.js Library and configure as JQuery: jQuery(".print-button a").on('click', function()...
How to hide date picker on button click in Drupal jQuery on 06:34 No Comments How to hide date picker on button click#ui-datepicker-div is parent div in which calendar is shown <input type="button"...
Get Distance between Two Lat-Long in php on 04:34 No Comments Get Distance between Two Lat-Long Just simple use This script function distance($lat1, $lon1, $lat2, $lon2, $unit) { ...
How to create HMVC(Hierarchical Model View Controller)? in Codeigniter on 06:20 No Comments How to create HMVC(Hierarchical Model View Controller)? Download HMVC Library from https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc/downloads/It...
Codeigniter Route in Codeigniter on 03:34 No Comments $route['what-will-typed-in-url']='what-action-to-perform'; //ex. url will like http://localhost/ci_testing/index.php/user/123 for...
in mysql php on 03:20 No Comments How to replace mysql select query parameter in query table structure (tabme name= tbl_users) id name ...