JQuery :: Creating A Marker On An Image?

Feb 16, 2011

i am trying to create some markers on an image to point some options. I would like to emulate the same shape as google marker balloon, but i dont know if its possible to create using just css and javascript or not.

i have created a function which creates a rectangular div on the image when we click on the image. but i want its shape to be like a water drop, as it is much more better to see and figure out what it is pointing to.

View 4 Replies


ADVERTISEMENT

Lightbox Image By Click On Google Maps Marker

Jun 21, 2011

I have several google map markers and lightbox image gallery in the html file. I need to associate each image from the gallery with the markers.

I've tried this

Code:
google.maps.event.addListener(marker01, 'click', function() {
document.getElementById("bump");
});
"bump" is id of div with the image, but it didn't work.

View 2 Replies View Related

JQuery :: Creating A Datepicker On Textfield Or An Image?

Jul 19, 2010

i have a table row like this

for(var count=0; count<5;count++)
{
<tr>
<td>

[Code]....

also when i click on a particular date using onselect, i get the date value to be updated on a textfield but the datepicker doesn't hide itself.

i dont understand why is it so.

i am using this function for the actions

function datepick(id)
{
var elemID = id;
var idValue = elemID.substring(6);

[Code]....

also i want to add that the elements are added dynamically when i load the page. the elements are working properly..

View 7 Replies View Related

JQuery :: Creating A Grid Of Thumbnails - When A User Hovers Over A Thumbnail - The Image Enlarges ?

Feb 23, 2010

I am creating a grid of thumbnails. When a user hovers over a thumbnail, the image enlarges. The *trick* is, I want the "active area" to only be the size of the thumbnail. That is, the thumbnails are 180x120, and when the mouse leaves that area, I want the large image to shrink back to normal size.

I have a working demo here:[url]

The way I accomplished this feels hacky though, and I's like to know if there's a simpler/more elegant way to accomplish it. The thumbs are an unordered list of images.

Here is my javascript:

In essence, I add an overlay div over each thumbnail which acts as the trigger to shrink the enlarged image. I thought I could use the parent <li>, as it doesn't appear to expand with the image (since I've set its size in my CSS) but that didn't work.

View 4 Replies View Related

JQuery :: HermiteSpline Overrides The Marker?

Jan 10, 2011

I am using the Hermite Spline plugin to smoothen out the curves. When using this plugin, the markers do not show on my graph..

View 1 Replies View Related

JQuery :: Navigate To A HTML Page Marker From A URL?

Aug 11, 2010

I am wondering if Jquery can navigate to a specific page marker from the url? For exampleCan i test the url to see if it has the #... added and then use that number to navigate to an appropriate page marker?

View 9 Replies View Related

JQuery :: GoMap() Google Maps Plugin - Marker Shadows?

Nov 11, 2010

I'm using the goMap Google Maps plugin very successfully (and I highly recommend it) - except that I can't seem to set shadows on my map markers. There appears to be support for this in the plugin source code - but there's no documentation I can find.

Anyone got an clues on how to do this? This is a simplified version of the code I'm trying to use. I have checked the obvious/stupid things - file path is correct (the image isn't 404ing in firebug), and there's no js errors being thrown, or any other warnings reported.

[Code]...

View 1 Replies View Related

JQuery :: Google Maps - Feature - Drag And Drop The Marker

Jul 22, 2009

I want to know if this can be done using jQuery and Google Maps. In my website I have a Google map where users could add new markers with a description on it and the marker they put would be permanent on my map, meaning if they comeback they would still see the markers they added.

I also want the feature that they could just drag and drop the marker, so it would be easy to the users. What would be my approach and how would I do it?

View 1 Replies View Related

Creating Image Zoom In Effect?

Aug 11, 2009

Does anyone know how to create a "zoom in" effect on an image when you mouse over the image? By zoom in, I mean the original image gets smaller when you mouse over the image.

View 4 Replies View Related

Creating A Blur Effect On Image?

Aug 27, 2011

I wonder if it is possible to make a JS blur effect on an image while it's moving.It probably is but I haven't seen it done before with JS, only ActionScript for Flash, I wonder what is the reason for this.So the way I have been thinking this could be achieved is by loading several times the same image giving them transparency and offsetting them a pixel or two from each other.

View 2 Replies View Related

How EBay Displays Image Previews -- Assistance In Re-creating

Jul 20, 2005

EBay has implemented a different way to upload auction pictures ---
after browsing for the picture and selecting it, the image preview
instantly displays on the screen, which is nice. Apparently this
process is being handled locally --- could someone try to re-create
this ? ... I imagine its using DHTML or some other technique, I'm not
sure how I would code this.

View 1 Replies View Related

Creating Image Thumbnails That Maintain Aspect Ratio

Jan 18, 2010

I've been working at this one for a few days now, and I keep getting the same puzzling results on what should probably have been a simple issue.

My page has images I've loaded at the top and set to {display: none}. The eventual goal is to create thumbnails that will maintain the original images' proportions, but fit within 150x150 px (this is for an artist's gallery page, so it's pretty important to keep the thumbnails looking like the originals). Obviously, the first thing I need to do is get the images' heights and widths. I've tried to do this by iterating through the document.images array and just getting the widths and heights, but for some reason I always get 0 x 0 for the first image. I've tried fixing this by inserting another image before it and then starting the loop at 1 instead of 0 (so it excludes that first image), but I still get the same value. I even tried setting the script to "defer" so it wouldn't run until the page had loaded. Same results. It also doesn't seem to matter whether I ask for document.images[x].width or document.images[x].naturalWidth. The same thing happens either way. Does anyone know what's going on? There's got to be something I'm missing.

View 6 Replies View Related

Compound Css Selectors Creating Image Rollover To Fade-fadeout?

Mar 13, 2011

I've got a <ul> w/ 6 <li> items and CSS to make them 104x228 side blocks, which hold 2 images, one on top of the other. The 6 rows of images look like this:

X X X X X
X X X X X

This is what I want: The top row of images to be opacity:0 (or hidden), and then when you mouseover the bottom images, the top images come to 100 opacity. When you mouseout, the opacity is back to 0.Here's the HTML and CSS:

<ul class="carz">
<li><img src="img/impreza2.jpg" class="imgtophidden"/><img src="img/impreza.jpg" /></li>
<li><img src="img/wrx.jpg" class="imgtophidden"/><img src="img/wrx.jpg" /></li>[code]....

I am new to jQuery coding (but loving learning) and I want to figure out: how do I make this in jQuery? Here's what I have so far:

$(function() {
$("ul.carz li").hover(function() {
$(this).find('img.imgtophidden').addClass('imgtop')[code].....

View 1 Replies View Related

Google Map API V3 Marker Focus

Nov 11, 2010

I am currently building a web app that uses Google Maps V3 api.

You select a check box which then shows a marker on the map.

My issue is, when you select and the marker is placed, I need the map to focus to that point, it currently embeds but doesn't focus.

Is there a particular function I could use to achieve this?

My current code is shown below:

View 2 Replies View Related

Add A Red Balloons Marker In This Google Map Api?

Dec 27, 2010

I want to add a google map(with street view) in my site. I use this code. when I clicked the point on the map, it can change the street view to this part and show the click point information. But how to add a Red balloons marker in the click point? Then I click in the other point, the first Red balloons marker will move to the new point.( just click for move the marker, not drag the marker)

<!--
You are free to copy and use this sample in accordance with the terms of the
Apache license (http://www.apache.org/licenses/LICENSE-2.0.html)

[code]....

View 2 Replies View Related

Google Map Custom Marker ?

Jan 7, 2010

I am generating a google map and plotting markers based on the IP addresses of cities stored in my database.

For each marker i display on the map I want the user to be able to see the city name and also a number that is generated from my DB.

So Id have a custom blank marker and put the city name and a number onto the marker. Is this possible?

Very similar to this: [url]

View 1 Replies View Related

Google Maps - Marker Is Movable?

Apr 21, 2011

On my site: [url]

I am able to move my logo on my map, is there any way of locking it's position?

View 1 Replies View Related

Removing A Marker In Google Maps API V3?

Oct 31, 2011

I'm trying to remove a marker that was initialized like this:

marker = new google.maps.Marker({
position: latLng,
map: map,
draggable: true,
animation: google.maps.Animation.DROP,
title: 'Marker 1',

[Code]...

View 1 Replies View Related

Pass Google Map Marker As Argument

Nov 29, 2010

I am trying to pass _marker to showEquipmentDataDiv() in the code below but I get a runtime error that says

Quote:

The alert(_marker.getTitle()) works so the marker is being passed to getLocationEquipmentHTML() correctly.

Code:

View 1 Replies View Related

Click A Button And Add Location Marker On The Map?

Oct 1, 2011

i need to be able to add geo location on the map. i would like to click a button and add my location marker on the map. enclosed is my code this is using google map api v3

Code:
<script type="text/javascript">
function initialize() {

[code]....

View 1 Replies View Related

Set To Null Not Clearing Text Marker

Nov 24, 2010

This is some of the script that I have and it works well. The story is that I have a drop down list and depending on the selection a different set of text is displayed below the list.

if (Val == "general")
{
document.getElementById('Link0').innerHTML="<font size=2><a Href='http://www.web1.com/'>web 1</a>"
document.getElementById('Link1').innerHTML="<font size=2><a Href='http://www.web2.com/'>web 2</a>"

However when the selection runs this part of the code:-

[Code]....

The "web 3" text is placed under where the 'Link0' text would have been if there had been some. So basically what I need to do is set the 'Link0' text to nothing and have the 'Link1' text sit in its place. I know I could just put the 'Link1' text in the 'Link0' element but I have other controls on the screen that mean I need to run it as it is.

View 3 Replies View Related

Google Maps Custom Marker Not Showing?

May 21, 2010

how can I get my custom markers to show? I have got my code in place, everything works except, doesn't show my custom marker?!

here is my code:
<script type="text/javascript">
//<![CDATA[
if (GBrowserIsCompatible()) {
// A function to create the marker and set up the event window
// Dont try to unroll this function. It has to be here for the

[Code]...

View 1 Replies View Related

Google Maps Display Information In Marker

Sep 28, 2010

Right I have google maps connected to a database which holds stockists and their information. The user enters their postcode and radius and markers are put on the map of stockists in the radius of their postcode. I have this all working fine and the database chucks the information into an xml file fine. The problem im having is displaying the information in the pop up window of the marker.

Example Xml:

The only information displayed in the sidebar entry is the name and distance and on the marker just the name.

View 1 Replies View Related

Google Map Adding Multiple Marker With Same Location

Nov 28, 2010

I am trying to add markers to Google Maps, they are working fine but some of the markers are of same location, thus Google Map will show only one marker for them. Is it possible to show all markers no matter if they are of same location.

View 1 Replies View Related

AJAX :: Google Maps V3 Marker Updating

May 19, 2011

I'm trying to update the location of a marker in a Google Maps API. The only problem is that the marker won't update (only if i update the whole initialize() function with a setTimeout function).

It goes about the following code:

Code:

What i want is that the marker updates automatically (with AJAX) and not the whole map. First of al i thought i push the code that set's te marker in a function, and reload that every 4 seconds. But that doesn't work.

View 2 Replies View Related

Google Maps Api Geocode And Update Marker Position?

Mar 29, 2011

I have the code below but for some reason it only works when adding the marker to the map (map click). When I drag the marker around, the coordinates and closest address don't update.

This code works if I add the marker straight in the initialize() function but not when I add it within the addListenerOnce for map click event. I want to be able to add 1 marker to the map, and update its address and coordinates when dragging the marker around.

[Code]...

View 10 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved