One thing I see is this line:

$(".start").value

That says "find any elements with a class named start" but in your html,
you have an input element with an id named start, but not a class. If you
want to select based on id, use $("#start").value instead.

Cheers,
Judah


On Tue, Nov 19, 2013 at 11:12 AM, Timothy Heald <[email protected]>wrote:

>
> Hey guys.
>
> Working on a proof at http://www.notbefore9.com/
>
> So the map came up fine when I had the JS in line in a script block, but
> started exploding once I added JQuery and moved it to a js file.
>
> Can anyone take a look and see what I'm missing?  I'm not initializing
> until document ready so I'm at a loss.
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:368774
Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-community/unsubscribe.cfm

Reply via email to