Skip to content
  • Home
  • About
  • Contact

How To Find It

Tips For Program

  • Home
  • HTML
    • HTML
    • Jquery & Javascript
    • css
  • Php
  • sql
  • wordpress
    • woocommerce
      • Woocommerce Hooks
    • Plugin developement Tips
  • General

Category: Jquery & Javascript

Automatically adjusting bxslider height

Automatically adjusting bxslider height

June 15, 2017 admin
Height will adjust based on screen size: Add following line inside jquery: adaptiveHeight: true,... Read More
BxSlider load slide from ajax

BxSlider load slide from ajax

June 14, 2017June 14, 2017 admin
http://jsfiddle.net/VVTS9/89/... Read More
Include Google malayalam typing in typing

Include Google malayalam typing in typing

June 10, 2017 admin
Include below code in header section ===================================== <script type=”text/javascript” src=”http://www.google.com/jsapi”></script> <link href=... Read More
Selecting radio button using javascript

Selecting radio button using javascript

May 9, 2017 admin
Selecting radio button with jquery: Suppose radio button has id “mybutton”; Then jQuery(“#mybutton”).prop(“checked”, true);... Read More
Getting first 3 letters of a string in javascript

Getting first 3 letters of a string in javascript

May 9, 2017 admin
Substring in javascript: How to get substring of a string in javascript: var station=”Chennai”; var res = station.substring(0, 3);alert(res); result will be “Che”.... Read More
How to make fancybox pop up images of same height and width

How to make fancybox pop up images of same height and width

May 8, 2017 admin
Changing size of popup box in jquery fancy box images: jQuery(".fancybox").fancybox({ closeBtn  : true,     arrows    : true, fitToView: false, nextClick : true, beforeShow: function () { this.... Read More
Mobile and desktop specific jquery

Mobile and desktop specific jquery

May 6, 2017May 6, 2017 admin
Javascript based on screen  size: if ( $(window).width() > 736) {       alert("desktop"); } else {    alert("small screen"); } You can specify the width of mobile, tab etc. both Portrait a... Read More
Split a string using jquery

Split a string using jquery

April 27, 2017 admin
Let string be: var str=”hello/how/are/u?”; Split string by “/”. var res = str.split(“/”); //getting complete result. alert(res); // getting each value in the array ... Read More
How to get the current page url in javascript

How to get the current page url in javascript

March 11, 2017 admin
use below method to get current url in javascript: var hrf = window.location; console.log(hrf);... Read More
Redirecting to a specific page in javascript

Redirecting to a specific page in javascript

January 18, 2017 admin
Redirecting to a specific page in javascript: window.location = “not_proccessed.php”; Reloading the current page using javascript: window.location.reload();... Read More
  • 3 of 4
  • « Previous
  • 1
  • 2
  • 3
  • 4
  • Next »

Recent Posts

  • Advanced WordPress Interview Question
  • How to include styles and scripts on wordpress admin pages?
  • Page Template dropdown missing from page attribute in wordpress
  • How to add a logo uploading field in customize settings in wordpress
  • How to add a new page in wordpress admin

Categories

  • css (13)
    • Bootstrap (2)
  • General (14)
  • HTML (10)
  • Jquery & Javascript (39)
    • OOP javascript (11)
  • Php (39)
    • Amzon s3 and Php (3)
  • sql (2)
  • wordpress (154)
    • Hooks & Filters (1)
    • Plugin developement Tips (7)
    • woocommerce (50)
      • Woocommerce Hooks (17)
Theme Designed by InkHive. How to find it © 2016