7637 0
Using Google maps Javascript api in HTML (Show location with Marker)
In this article, I have explained how you can use google maps JavaScript API to use it your HTML web-page with markers and text on click, to use it in contact us page.
Type
Article
5174 2
Console error "Syntax error Unexpected token 'export' popper.min.js"

I am using below scripts in my page and have included popper.min.js using CDN but getting an error, "Syntax error Unexpected token 'export' popper.min.js"

    <script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.5/js/select2.full.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.15.0/popper.min.js"></script>

Here is the error image, take a look

...

Type
Question
2908 2
Format any number to two place of decimal using JavaScript?

I am getting data from the server using jQuery data table, now I want to format all the price or numbers getting from the server to two decimal places using javascript.

How can I do it?

For example:

...
Type
Question
4736 3
How can I get dd/mm/yyyy formatted current date in Javascipt?

I am trying to get today's date using Javscript, which I can do using new Date() but i would like to know, how can I get it formatted in dd/mm/yyyy and show it in datepicker input?

...
Type
Question
9330 3
how to check if string is null or empty using jQuery or javascript?

Hello, I was trying to check if a string is null or empty using javascript or jquery , just like we do in C#. Need one condition, which can check both the requirements at the same time and calls ajax if value is not null or empty.

...
Type
Question

3713 0
Implementing Javascript Drag and Drop using HTML5
In this article, I have explained how you can create drag and drop functionality in HTML 5 page using Javascript.
Type
Article
8355 1
How can i display title or label on polygons on google map?

I want to display the title or label on loctions on the google map,it works on markers,but not within polygons.

Here is my current Google maps JS Code

...
Type
Question
4704 1
Login to a website without using username and password

I want login to my project website without asking username and password  from a specified computer in javascript or. Net

 

...
Type
Question
9667 0
How to get user location using Javascript / HTML5 Geolocation?
In this article, I am going to provide you few solutions using which you can get user location using JavaScript or HTML5 Geolocation with example.
Type
Article
12415 3
How do I remove last comma from string using jQuery or Javascript?

I have a string like "this, is, test," now I want to remove the last "," (comma) from this string to make it like "this, is, test", so How can I remove only last comma from string jQuery or Javascript?

I prefer Javascript method,thanks

...
Type
Question

Page 8 of 13