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: HTML

Submit a form using javascript

Submit a form using javascript

June 22, 2017 admin
We can submit a form using its name, id, class and tag <form id=”form” name=”form1″ class=”form”> </form> Suppose forms name is “form1”, the... Read More
How to make page scroll position to top at page refresh in HTML

How to make page scroll position to top at page refresh in HTML

June 15, 2017 admin
$(document).ready(function(){ $(‘html’).animate({scrollTop:0}, 1); $(‘body’).animate({scrollTop:0}, 1); });... 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
How to remove iframe scrolls

How to remove iframe scrolls

May 10, 2017 admin
Usually we need to specify the height of iframe. if content exceeds this height scrolls will be present in it. To remove this scrolls use jquery mentioned in the below link: Link : http://davidjbradsh... Read More
How to add ‘required’ field to radio buttons

How to add ‘required’ field to radio buttons

April 4, 2017April 12, 2017 admin
Add ‘required’ to any of the radio group elements: <input type=”radio” name=”acces” value=”all” required>All</input> <input type=”r... Read More
Auto-sliding not working after clicking the controls in bxslider

Auto-sliding not working after clicking the controls in bxslider

December 27, 2016 admin
Add “onSlideAfter” parameter in bxslider options: var slider = $(‘.bxslider’).bxSlider({ auto: true, pager: false, autoHover: true, autoControls: true, onSlideAfter: function()... Read More
Social media icons in a pop up box

Social media icons in a pop up box

November 25, 2016 admin
Social media icon as pop up box in html, visit below link: http://js-socials.com/start-using/... Read More
Disable right click in websites

Disable right click in websites

November 16, 2016November 17, 2016 admin
In body tag add below code: oncontextmenu=”return false;” Eg: <body oncontextmenu=”return false;”>... Read More
Adding page pre loader image in websites while loading

Adding page pre loader image in websites while loading

November 11, 2016November 16, 2016 admin
code =========================== <div id=”site-loader” class=”load-complete”> <div class=”load-position”> <div class=”logo”><img sr... Read More
How to make a link downloadable in html

How to make a link downloadable in html

November 9, 2016 admin
<a href=”your link here'” download>Download</a> add keyword download in a tag... Read More

Recent Posts

  • 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
  • Template is missing. Standalone themes need to have a index.php template file. Child themes need to have a Template header in the style.css stylesheet.

Categories

  • css (13)
    • Bootstrap (2)
  • General (13)
  • 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. howtofindit©2021