Saturday, 24 December 2016

Find location of php.ini using Terminal

Find location of php.ini using Terminal
To get Location of php.ini file using terminal Run the following command in terminal php --ini if php is install...

Set Checkbox checked or unchecked using jQuery

 Set Checkbox checked or unchecked using jQuery
Set Checkbox checked or unchecked using jQuery            ...

How to write a Simple jquery Code

 How to write a Simple jquery Code
How to write a Simple  jquery Code ?? Html code: <input type="text" id="testid"  class="testclass"...

How to add selected or active class to menu ??

 How to add selected or active class to menu ??
If you want to add class selected or active to your menu just add the script in your project Add jquery library...

Check div or any tag has html or not

Check div or any tag has html or not
Check div or any tag has html or not <div id="box3">    </div>$(document).ready(function(){  ...

Monday, 13 June 2016

How to add class external to anchor that has href to other sites

How to add class external to anchor that has href to other sites
Add class external to anchor that has href to other sites and target _blank to open them to new tab jQuery jQuery('a').filter(function()...

Confirm before delete

Confirm before delete
Confirm before delete Html: <a href="delete.php"  onclick="return doconfirm()">Delete</a> Javascript...

Add class depending href of anchor

Add class depending href of anchor
Add class depending href of anchor from current url This jquery will add class active to anchor tag having that href ex....

Enable htaccess if not enabled on your server

Enable htaccess if not enabled on your server
"Page Not Found" Errors on every page except homepage. Site is hosted on digital ocean or have file structure as var/www/html/yoursite Enabling...

Monday, 6 June 2016

How to create Login Logout functionality with session ?

How to create Login Logout functionality with session ?
How to create Login Logout functionality with session ? In Few Basic Steps we can create Login-Logout with session Step...

Change Upload limit using htaccess in drupal

Change Upload limit using htaccess in drupal
Change Upload limit using htaccess in drupal find for mod_php5.c and add these two lines php_value upload_max_filesize...

Remove all p tag contains space

Remove all p tag contains space
How to remove all p tag contains space Solution :  jQuery('p').each(function(){   var htm=jQuery(this).html(); ...

To sort item alphabetically

To sort item alphabetically
To sort item alphabetically using jquery Html:         <ul id="list">            ...

Remove all empty tags in class

Remove all empty tags in class
How to remove all empty tags in class Solution: jQuery(function() {  jQuery(".region-content p:empty").remove();}); I...

Add css depending on device

Add css depending on device
How to add css depending on device like ipad, android, desktop etc  ? Solution: jQuery(document).ready(function(){    ...

Create page tpl for taxonomy vocabulary

Create page tpl for taxonomy vocabulary
How to create page tpl for taxonomy vocabulary Solution: find for themename_preprocess_page add this is template.php if...

Lock may available Drupal

Lock may available Drupal
How to remove error lock may available in drupal Drupal showing me an error includes/database/database.inc on line 2171 open...

Get field value in Form alter drupal 8

Get field value in Form alter drupal 8
Get field value in Form alter drupal 8 syntax:    $form_state->getValue('machine name'); to get...

Print nid in drupal 8 twig file or template file

Print nid in drupal 8 twig file or template file
print nid in drupal 8 twig file or template file add this code in  _preprocess_page in .theme file at following...

Remove welcome message in drupal from front page

Remove welcome message in drupal from front page
How to remove welcome message in drupal from front page? To Remove "Welcome Message & no frontpage content created...
Page 1 of 812345678