I\'m trying to load in a specific CSS stylesheet depending whether certain CSS3 features aren\'t supported in that browser.
I have been implementing the yepnope script loader as part of the modernizr.js library. I have successfully got jQuery to load and jQuery dependent scripts afterwards. I am new to asynchronous loading
I have the following code which does: Grabs text from an element on the page Filters for the particular element
I have a txt file on the server which contains 10 lines of text. The text file is rewritten sometimes, and I get new lines using \"\\r\\n\". My problem shows when I want to load the lines in javascrip