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

Change ::before ::after Pseudo Element content using in div by jQuery

Posted on: January 7, 2021January 7, 2021jQuery Code

How to manipulate and change the content of selected DIV by jQuery.   Manipulating and change the content of DIV, SPAN by used CSS pseudo-element ::before and ::after. Passed content […]

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 […]

JSON What It is, Why Use it, Data Types & Methods

Posted on: October 4, 2020October 28, 2020jQuery Code , JSON
JSON What It is, Why Use it, Data Types & Methods

What is JSON? JSON stands for JavaScript Object Notation is an open stand file format for sharing data. Web developers easily write and understand the JSON file data. It helps […]

Get Latitude and Longitude Coods By jQuery and HTML 5 Geo-location API

Posted on: August 22, 2020August 22, 2020HTML , jQuery Code
Get Latitude and Longitude Coods By jQuery and HTML 5 Geo-location API

Get Current Latitude and Longitude Coods By jQuery and HTML5 Geolocation API. HTML5 Geolocation is used to get the geographical position of the user. When you get the visitor Latitude […]

Upload Image By Ajax Using jQuery FormData Without Submit Form

Posted on: July 11, 2020AJAX , jQuery Code
Upload Image By Ajax Using jQuery FormData Without Submit Form

Image Upload By JQuery Ajax and PHP File uploading by jQuery Ajax,  PHP, and  HTML it’s a common feature for the dynamic application but sometimes when form submitted page got […]

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’});

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>

Posts pagination

Previous page Page 1 Page 2

Categories

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

Recent Posts

  • Create Gutenberg Block with NPX Node Enviroment
  • Basic Function: Get Template Output as String
  • Get Image Path in WP Query Loop
  • How to Dynamically Update the HTML Lang Attribute in WordPress Using functions.php
  • Create a Taxonomies in Custom Post Type (CPT Plugin) and fetch category post results

Recent Post

  • Create Gutenberg Block with NPX Node Enviroment
  • Basic Function: Get Template Output as String
  • Get Image Path in WP Query Loop
  • How to Dynamically Update the HTML Lang Attribute in WordPress Using functions.php
  • Create a Taxonomies in Custom Post Type (CPT Plugin) and fetch category post results
MyFreeOnlineTools