Blogs

Pass Variable Value Method to Me...

05 Aug 2020 Admin 0

778

function passFromValue(){         var x = 15;         return x;       }   ...

Javascript map

03 Sep 2020 Admin 0

864

Map and Set Array Map set isa a complex data structures.But that’s not enough for real life. That’s why Map and Set also exist....

Promise in Javascript

10 Sep 2020 Admin 0

826

Promises are used to handle asynchronous operations in JavaScript. They are easy to manage when dealing with multiple asynchronous operations where callbacks can create callba...

Browser Default Actions

05 Oct 2020 Admin 0

789

Many events automatically lead to certain actions performed by the browser. For instance: A click on a link – initiates navigatio...

Make Custom Events in Javascript

05 Oct 2020 Admin 0

829

We can not only assign handlers, but also generate events from JavaScript. Custom events can be used to create “graphical components”. For instance, a root element of our own...

How to get query string values i...

20 Oct 2020 Admin 0

560

JavaScript URLSearchParams https://test.com/?device_id=md00142&location=dhaka https://test.com/device?device_id=md78547 const params =...

Get URL Path and url Encoding in...

01 Nov 2020 Admin 0

742

URL Structure: https://site.com:8080/blog/angular?p1=device1#specification Origin: protocol = https host = site.co...

How to Show the javascript metho...

05 Nov 2020 Admin 0

749

Show the javascript method raw  code in import  such as a function is function getActiveChannelID(){ let a = 10; let b = 250;...

local Storage Set Array Item And...

12 Nov 2020 Admin 0

768

local Storage Set Array Item And Get Array Item  userIsAdmin() { // Set item (Keep in Local)  localStorage.setItem(&#3...

Owl Carousel Focus Item

14 Nov 2020 Admin 0

794

Here we make a carousel with js library of  "OwlCarousel 2" & Bootstrap. First add the bootstrap and jquery. Bootstrap css+js...

why my html remove the ckeditor

30 Jan 2021 Admin 0

788

In my html the ckeditor automaticly removed my custom html code. I am solved this issue here .  Update your script where you declear the ck editor at bottom . <script&nb...

Multi word property names in Jav...

10 Feb 2021 Admin 0

823

We can also use multiword property names, but then they must be quoted: let myVar = { user: 'Mr.rakib hasan', phone: 999898989, &#39...

Why JQuery Get Method Not Suppor...

13 Mar 2021 Admin 0

755

Ajax Get method not supported in javascript because of using the jquery slim version. And use Jquery at head. to activate the get method in ajax use the orginal version of jquery....

JSON encode special character

09 Nov 2021 Admin 0

757

To store special character and other language string like german, franch wordpress special character filter. Keep Special character into wp database. For special Character store...