oxidati0n Posted August 15, 2008 Share Posted August 15, 2008 Well for all of you complex programmers one thing you should considering looking at is jQuery. It's actually something pretty good considering what it provides as a module for existing JavaScript. You have to download jQuery and install it to use it, It basically cuts thousands of javascript lines into one. Javascript: document.getElementById('contentText').style.fontsize = "14px"; document.getElementById('contentText.').innerHTML = "You're content is displayed here."; Jquery: $("run").show("contentText"); http://www.jquery.com/ I use jQuery quite a lot so I am recommending you to use it too. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.