Skip to content
  • Home
  • Learning Java script
    • Java Script Introduction
    • Javascript Comments
    • Learning Comment on Javascript
    • Learning Javascript Variables
    • What is Data Type in Javascript? How many Datatype in Javascript?
    • Operators
      • Arithmetic Operators
      • Comparison Operator
      • Logical Operator
  • Email Configure
    • How to Configure Google G Suite MX Records in a cPanel Hosting Account
  • Coding Related Problems
    • Blog Writing
      • How to write code in blog Tutorial and highlight the code
  • What is
    • What is Content Delivery Network (CDN)
    • How to import data from CSV file to php my admin
  • Shop
  • Cart
  • Checkout
  • My account

Eyeshiv Glog

Website Designing Blog

You Are Here
  • Home
  • 2022
  • Page 2

Year: 2022

July 10, 2022July 10, 2022 SRISIIM

Ajax Form Submit

Ajax

Important syntex : serialize() : This is used for to take form data Basic Ajax form submit below is javascript code: <script> $(document).ready(function(){ $(‘#btn’).click(function(){ $.ajax({

Read More
June 28, 2022June 28, 2022 SRISIIM

What should be the size of facebook Header Page

1

The facebook banner size should be 360 x 820

Read More
June 27, 2022 SRISIIM

Javascript Increment Function

1

<script> var i = 0; function buttonClick() { i++; document.getElementById(‘inc’).value = i; } </script> <button onclick=”buttonClick();”>Click Me</button> <input type=”text” id=”inc” value=”0″></input>

Read More
June 27, 2022June 28, 2022 SRISIIM

Ajax Tutorial

Ajax

AJAX   The HTTP method to use for the request (e.g. “POST”, “GET”, “PUT”).  $.ajax() can be used to send http GET, POST, PUT, DELETE etc. request. It

Read More
June 26, 2022June 26, 2022 SRISIIM

Jquery Starting

Jquery

$( document ).ready() block. $( document ).ready(function() { console.log( “ready!” ); }); <div id=”demo”></div> <script> $(‘p’).click(function(){ document.getElementById(“demo”).innerHTML = “Hi this is new jquery testing”; });

Read More
June 26, 2022June 26, 2022 SRISIIM

How do JavaScript Page Lifecycle Events work

Javascript

The lifecycle of an HTML page has three important events: DOMContentLoaded – the browser fully loaded HTML, and the DOM tree is built, but external resources

Read More
June 26, 2022June 26, 2022 SRISIIM

Writing array code

Javascript

Writing array code: <script> var x =[23, 34, 43, 44, 43]; for (var i = 0; i < 4; i++) document.write(x[i]); </script>     var

Read More
June 25, 2022June 25, 2022 SRISIIM

Important things to learn in javascript

1

Javascript is a event based Programming Language Javascript Events: Click Double Click Right Click Mouse Hover Mouse Out Drag Drop Key Press Key Up Load

Read More
June 24, 2022June 26, 2023 SRISIIM

How to write code in wordpress blog for Making Tutorials

1

For Writing code in wordpress use <pre> </pre> Teg Write your Javascript code in between pre teg <form action=”https://www.google.com/search” class=”searchform” method=”get” name=”searchform” target=”_blank”> <input name=”sitesearch”

Read More
June 24, 2022June 24, 2022 SRISIIM

How to give facebook Business page managing rights to third party

1

For giving managing rights to the advertising company follow following steps: Go to facebook business page. Go to Page settings 3. Then go to the

Read More
« Prev 1 2 3 4 Next »

Recent Posts

  • How to replace August 9, 2023
  • How to add google translate button on my website. June 26, 2023
  • How to add google Translate in my website June 26, 2023
  • How to add Google Search input box in my website June 26, 2023
  • How to remove empty space form Input box Javascript January 21, 2023

Recent Comments

    Archives

    Categories

    • 1
    • Ajax
    • Javascript
    • Jquery
    May 2025
    M T W T F S S
     1234
    567891011
    12131415161718
    19202122232425
    262728293031  
    « Aug    
    All Right Reserved 2018
    Proudly powered by WordPress | Theme: Blog New by Candid Themes.