How To check Username Availability using PHP and jQuery AJAX LAKHAN GEHARWAR October 25, 2019 Step:1 We can access data in the MySQL database, we need to be able to connect to the server.. Demo/config.php <?php $h... Continue Reading
How to create a Custom Module for autocomplete form element article in Drupal 7 LAKHAN GEHARWAR October 25, 2019 module.php <?php /** * Implements hook_menu. */ function module_name_menu() { $items[' ajaxform_autocomplete_callback ... Continue Reading
How to contact form data Insert in database and how to Enquiry is sent by the user PHP code LAKHAN GEHARWAR October 25, 2019 Step 1:-HTML Form for email: (Demo is my folder name) Demo/index.php <div class="form_main"> <h4 class=... Continue Reading
How to make a simple Accodion LAKHAN GEHARWAR October 25, 2019 Step 1:- It's is very simple HTML and basic jQuery code.This can be done in 2 specific ways: WAY 1:- a simple jquery Accodion Demo... Continue Reading
How to programmatically Drupal 78 images with image style 2 LAKHAN GEHARWAR October 25, 2019 Drupal 7 In drupal 7, i use function image_style_url('style', uri) to generate new image with style and return image's pat... Continue Reading
D8 Jquery LAKHAN GEHARWAR October 24, 2019 how to class display none if anchore href is empty... jQuery('.team_icon>li>a[href=""]').css("displa... Continue Reading
First My jquery d8 LAKHAN GEHARWAR October 24, 2019 jQuery(document).ready(function(){ jQuery('.views-exposed-form .form-select').on('change', function(){ jQuery... Continue Reading
My jquery CHTV LAKHAN GEHARWAR October 24, 2019 /* ========================================================================== Stiky header ====================================... Continue Reading