I\'ve seen a few tutorials on how to create a JavaScript preloader for images.Is it possible to use a JavaScript preloader for other JavaScrip开发者_StackOverflowt?
When creating elements via code, I have encountered an issue where modifying the innerHTML property of an element breaks any references to other elements that are injected into the modified element pr
I\'m looking for a way to apply a CSS class to an arbitrary text range in an HTML document. I\'m using MooTools and the the rangy library, and something like this works if there\'s only a single TextN
I have a white/transparent logo in a transparent div which is on top of a picture.Problem is that with ie6, the transparent part of the logo becomes white and it just appears as a white square.Is ther
Will it be possible to save the settings of google.translate in a cookie? For example I set my language from \'English\' to \'Spanish\' and navigate to other pages (eg. Ab开发者_运维问答out) of my sit
I\'m having some difficulties getting my head around Rails\' general application layout. Basically, I am making a web app for football plays. Coaches login and get brought to th开发者_StackOverflowe
I have an application that will check if a javascript file exists on our CDN and I would like to display the contents of that file in the browser window.I have all the nuts and bolts figured out, I ju
Morning all, I\'m trying to create a Mootools effect to show and hide replies to a comment on a discussion board. When the user clicks the \"replies\" link in the comment I want to increase the heigh
I have tried google, but I can not definite answer. I am trying to edit the styles of #开发者_运维问答sidebar:hover from mootools. My css is as follows:
Is there any benefit to performance when I do the following in Mootools (or any framework, really)?: var elem = $(\'#elemId\');