Skip to content

Tag: javascript

Insert Links into Google Charts api data?

I have been playing around with Google charts quite a bit over in the google charts play ground here: Link The code I have been playing with is this: and that gives me a nice chart that looks like this: I am trying to have this chart fit the needs of my website, and to do this, I need to

Jquery -> vanilla javascript?

I am programmer who learning jQuery javascript but never really grasped vanilla javascript (i know I am a naughty programmer). My question is how would I go about replicating this functionality in vanilla JS? Answer This site might help ! But here’s a step by step conversion:

Using AppMobi and Events

I am new to the new AppMobi world, so can you please help me. I have created an image object and have drawn it to the stage. My problem is that I want to add an event to object. I have set the image using: And I have drawn it to stage: Now I want to add an event to

How to detect chrome and safari browser (webkit)

I am trying to detect the chrome and safari browser using jquery or javascript. I thought we are not supposed to use jQuery.browser. Are there any suggestions here? Thanks a lot! Answer If you dont want to use $.browser, take a look at case 1, otherwise maybe case 2 and 3 can help you just to get informed bec…