Select all checkbox on based of one master check box
For this we need basic jquery library file. I am using onclick bind function to process this event you can do it with manual function also by calling on clcik of any button or...
For this we need basic jquery library file. I am using onclick bind function to process this event you can do it with manual function also by calling on clcik of any button or...
jquery and ajax basic is well known to everyone. I am explaining basic example of submitting a for using ajax in serialize form Her is xample:- We have basic form <form...
function in_multiarray($needles, $haystack) { foreach ($needles as $needle) { // Displays var name & value currently searching for) //echo ‘$needle: ‘.$needle;...
function groupArrayOnIdStr($old_arr,$sortText){ $arr = array(); if(@is_array($old_arr)){ foreach($old_arr as $key => $item) { $arr[$item[$sortText]][$key] = $item; } }...