I have anlist that toggles with no problem in FF. I need this working IE for it to be production ready.
I have the following loading image: <img id=\"loading\" src=\"loading.gif\" /> To show/hide it during an AJAX call, I have several solutions. For example, I can hide it by adding a class whic
I\'m building a page to display a bunch of webcam images and update them periodically so that the page can be used for at-a-glance monitoring. However, I\'m having issues getting the periodic reload w
What are the differences between JavaScript\'s window.onload and jQuery\'s $(docume开发者_StackOverflownt).ready() method?The ready event occurs after the HTML document has been loaded, while the onlo
I have a rails 3 application very similar to the one in Railscasts episode #229 the only difference is that in my code Articles is called Posts and I have a nested route:
I like the idea of separating functionality and this seems like the way of the future. But I\'m used to integrating javascript inside loops in an embedded language like Rail开发者_运维知识库s ERB or
I\'m creating a basic message board app with Rails 3. I want posts to be created with UJS/jQuery (submit the post with AJAX and clear the form). I thought this would be simple but I\'m getting this er
This question is to piggy back off of a previous one I asked yesterday, which deals with moving the create/edit feature of a model onto its index page. One last issue I am having is that I when I go t
I am trying to embed a pd开发者_JAVA百科f into my webpage using an object that will fallback to an iframe which loads the pdf through an external rendering service for users that do not have acrobat i
I can\'t seem to use jQuery Accordions with definition lists that have multiple desciption items (dd). The author\'s examples have only single dd items.