console.dir() seems easiest.
On Tue, Nov 19, 2013 at 4:02 PM, LRS Scout <[email protected]> wrote: > So what are you guys using to dump objects to an alert? > > The old jQuery Dump plugin that was like cf dump seems to be EOL and > isn't working in chrome. > > > On Tue, Nov 19, 2013 at 3:56 PM, LRS Scout <[email protected]> wrote: > >> No shit right? >> >> Some of us have a life :) >> >> >> On Tue, Nov 19, 2013 at 3:55 PM, Jerry Milo Johnson <[email protected]>wrote: >> >>> >>> You can be a gangsta. >>> >>> But please, not before nine? >>> >>> >>> >>> On Tue, Nov 19, 2013 at 3:49 PM, LRS Scout <[email protected]> wrote: >>> >>> > >>> > I had a ton of mistakes, but the one thing turned out to be that when I >>> > used eclipse to create my JS files Maps didn't like the comments at the >>> > top. >>> > >>> > She's up now, playing..... >>> > >>> > Damn it feels good to be a gangsta!!!!! >>> > >>> > >>> > On Tue, Nov 19, 2013 at 2:21 PM, Judah McAuley <[email protected]> >>> > wrote: >>> > >>> > > >>> > > 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:368816 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-community/unsubscribe.cfm
