jQuery Post With and Without Json Response in javascript jQuery on 22:43 No Comments 1. jQuery Post Method Without json Response var post_data = 'operation=add&name=Rahul&email=rahul@gmail.com';jQuery.post('/admin/ajax/do.php',...
How to hide Carousel Left and Right arrow on First and last slide in Carousel jQuery Slider on 06:06 No Comments Simply just add the following script Script $('#carousel-example-generic').on('slid',...
How to show a div content in popup in facnybox in Fancybox javascript jQuery on 22:17 No Comments We assume that you already have added the fancybox js and css in your project <html><div id="add_photo_notify_wrap"> ...
How to close Fancybox on anchor or button click in Fancybox javascript jQuery on 22:10 No Comments How to close Fancybox on anchor or button click Nothing special to achieve this just siply write the fancybox close script...
Scroll to Specific Height Jquery in jQuery on 21:48 No Comments <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> <div class=""> ...
How to open file and folder as administrator in Ubuntu ? in Ubuntu on 04:00 No Comments How to open file as administrator ? To open a file as administrator you have to install GUI interface for this. To install...
Open-as-Administrator in Ubuntu in Ubuntu on 03:59 No Comments To install Open-as-Administrator in Ubuntu open Terminal and paste the following commands in the terminal: sudo...
How to load specific part or page in jQuery on 03:31 No Comments How to load specific part or page page.html<div id="product82"> <span class="sku">sku-3</span> ...
htaccess code for drupal 7 in Drupal Htaccess on 21:47 No Comments Here is .htaccess code for drupal 7 # # Apache/PHP/Drupal settings: # # Protect files and directories from prying...
Change parent url from iframe in jQuery on 02:40 No Comments Change parent url from iframe use this code self.prent.location.href="https://www.google.co.in/...
Remove file extension from url using htaccess in Htaccess on 07:04 No Comments Remove .php or .html or .any extension using .htaccess RewriteEngine on RewriteCond %{REQUEST_FILENAME}.php -fRewriteRule...
Remove image if image not exists in javascript jQuery on 06:44 No Comments To Remove image if image not exists or "src" is not correct $(function(){ $("img").on("error",function(){ ...
Hide on body click in jQuery on 02:27 No Comments Hide div on body click or hide on anywhere click on body jQuery(document).mouseup(function(e) { var...
Request for the Documents in Documents & Letter Official-Documents salary on 22:12 No Comments Hello Sir, I would like to inform you that I have successfully completed x.x year with Compnay family on xx-November...
Salary increment Sample in letter Official-Documents salary Salary Appraisal Salary Increment Letter on 21:54 No Comments Sample 1 : Hello Sir,It's been a pleasure working with you and contributing to the company for the past xx year....
How to Redirect non-www to www in Htaccess on 07:17 No Comments To redirect your site from non-www to www just paste the following code in you existing .htaccess file if does not...
How to Redirect HTTP to HTTPS in Htaccess on 07:12 No Comments To redirect your site from http to https just paste the following code in you existing .htaccess file if does not have...
Implode array key and value in php on 00:16 No Comments I want to print like 'id'='1', 'name'='Ravi', 'email'='test@gmail.com' And I have array like $input = array( ...
Make Iframe or image resizable in javascript jQuery on 22:57 No Comments To make any image or div or iframe resizable follow the steps Step 1: Create a parent div and give...
Get Browser name or Detect Browser Using Jquery in javascript jQuery on 07:08 No Comments function BrowserDetection() { ...