Skip to content
  • Home Blog
  • More Online Tools
    • Code Compress & Beautify
      • HTML Compress
      • CSS Compress
      • JavaScript Compress
      • CSS Beautify
    • Words & Character Utitlies
      • Keywords Density & Word Count
      • Change Case
    • Image Convertor
      • Image To WebP Convert
      • EPS To PNG
    • SEO Tools
      • Extrat Title & Meta Tags
      • Extrat Heading Tags
      • Extract Tags From Youtube Video
      • Title Meta Length Counter
    • Color Tool
      • HEX to RGB Convert
    • Device Testing
      • Multi Device Simulator
  • Donate
  • Resource
Go back to home

Get Previous URL or Browsered Visited Page URL by JavaScript

Posted on: October 5, 2020October 27, 2020Code - Solution , jQuery Code
Get Previous URL or Browsered Visited Page URL by JavaScript

How to get the previous URL by using javascript.  For the below code, I store the previous pages URL into a variable and console them. I store the history pages […]

Put Multiple Properties of CSS in jQuery

Posted on: May 19, 2020June 27, 2020Code - Solution , JavaScript Tutorial , jQuery Code , Tutorial
Put Multiple Properties of CSS in jQuery

Put Multiple Properties of CSS in jQuery jQuery(‘container’).children().css({‘color’:’pink’, ‘background-color’:’blue’, ‘font-family’:’arial’, ‘font-size’:’20px’});

Get selected uploaded file name in input file by jQuery without fake path

Posted on: May 8, 2020September 22, 2020Code - Solution , JavaScript Tutorial , Uncategorized
Get selected uploaded file name in input file by jQuery without fake path

Uploaded file value comes with a fake path, how to get filename without a fake path. In this code, how to get filename without full path, only use the file […]

Change HTML Element Text by JQuery Code

Posted on: April 14, 2020July 19, 2020Code - Solution , jQuery Code
Change HTML Element Text by JQuery Code

Change HTML Element Text by JQuery Code <script type=”text/javascript”> jQuery(document).ready(function(){ var breadCrumbText = jQuery(‘.breadcrumb-trail’).html(); var changeBreadCrumb = breadCrumbText.replace(‘Home’,’Blog’); jQuery(‘.breadcrumb-trail’).html(changeBreadCrumb); }); </script>

Categories

  • MyFreeOnlineTools
  • Resource
  • Author
  • Blog
  • Corona Virus
  • Donate

Recent Posts

  • Create a Taxonomies in Custom Post Type (CPT Plugin) and fetch category post results
  • Creating WordPress PHP Fetch Result to Custom Templates with CPT (Custom Post Type UI Plugin)
  • Gravity Form Submission with Zoho Lead Integration Or Form Data push to Zoho CRM
  • How to change any WordPress blog inner content link href by PHP code
  • Send Object data and variable data with FormData objects using Ajax-requests in jQuery

Recent Post

  • Create a Taxonomies in Custom Post Type (CPT Plugin) and fetch category post results
  • Creating WordPress PHP Fetch Result to Custom Templates with CPT (Custom Post Type UI Plugin)
  • Gravity Form Submission with Zoho Lead Integration Or Form Data push to Zoho CRM
  • How to change any WordPress blog inner content link href by PHP code
  • Send Object data and variable data with FormData objects using Ajax-requests in jQuery
MyFreeOnlineTools