7441 2
Adding Multiple markers in Google Maps using Javascript API?

I am folllowing this tutorial "Using Google maps Javascript api in HTML (Show location with Marker)" but as this example shows how to add only one location with marker in google maps. I would like to add multiple markers in multiple locations of maps. How can I do it. Suppose I have following locations in an array:

...
Type
Question
7300 2
How to implement validation for input type file using jQuery or javascript?

Hello, I have a HTML form inside which there is <input type="file" /> field, and now before posting form to the server side, I need to validate/check if file field is empty or not, I want user to upload atleast one image file in this field, so how I can implement validation message for <input type ="file" /> field in the form using jQuery or javascript code?

Sample HTML Form

...
Type
Question
7230 1
Autocomplete Textbox using Javascript (Multiple Methods)
In this article, I have provided sample code with output to create autocomplete textbox using Javascript and using HTML5 Datalist tag also.
Type
Article
7045 3
How to make Ajax request synchronous in jQuery?

Is there any way to make Ajax request Synchronous in jQuery/javascript?

I am trying to fetch a data from the server while loading the <div> data and depending on that data, i will fetch another query, which can be asynchronous but the first one should be synchronous as data will be parsed after the success of the call.

Code:

...
Type
Question
7001 2
How to do javascript file upload?

Hello, I am working on a web-application in which I would to upload file using javascript, as soon as someone select's the file using HTML file input, so what should be the code for uploading file using javascript?

Although I need only front-end code/tutorial link etc, but if possible i would like to know C# code to get it in MVC Controller also, thanks.

...
Type
Question

6962 1
Creating copy to clipboard using Javascript or jQuery
In this article, I have provided sample code with output for how to create copy to clipboard functionality using javascript or jQuery
Type
Article
6831 0
Generating GUID/UUID using Javascript (Various ways)
In this article, I have provided details on how to create or generate guid / uuid using Javascript easily, in various possible ways.
Type
Article
6826 0
Using Google Translate to translate language using HTML- Javascript.
In this article, I have provided step by step procedure to add google translate on a website to translate languages using HTML and Javascript.
Type
Article
6737 0
Read JSON file with Javascript
In this article, I have explained how we can read JSON file with JavaScript easily and can parse it.
Type
Article
6513 0
Toggle Class (Javascript based, without jQuery)
In this article, I have provided working example on how to toggle class using pure Javascript and without using jQuery.
Type
Article

Page 4 of 13