Posts by user3644929 • 45 points
3 posts
-
2
votes1
answer277
viewsQ: Error loading web address XML file
I have a flash game where I load the words through an XML file: var carregaPalavras:XML = new XML(); carregaPalavras.ignoreWhite = true; carregaPalavras.onLoad = function(success) { if (success) {…
-
0
votes1
answer145
viewsQ: Links to Tabs in Jquery
I’m having some problems in following example. I intend to add links from another page, with href. When I click on these links, automatically open the TAB, it is possible? First page where I have…
-
2
votes1
answer654
viewsQ: Put active link with javascript?
I have a javascript code, visible in this link http://jsfiddle.net/9nd4j/1272/ I am trying to put the first 3 active links at the same time, if someone clicks on "About MHG" or "Workout Programs" or…