Top "Document" questions

Is a term that in computer science can refer to various file types containing usually human readable information, if opened with appropriate software.

Selenium wait until document is ready

Can anyone let me how can I make selenium wait until the time the page loads completely? I want something …

selenium load document wait
$(window).scrollTop() vs. $(document).scrollTop()

What's the difference between: $(window).scrollTop() and $(document).scrollTop() Thanks.

javascript jquery window document scrolltop
How to get the entire document HTML as a string?

Is there a way in JS to get the entire HTML within the html tags, as a string? document.documentElement.??

javascript html document tostring
MongoDB: How to update multiple documents with a single command?

I was surprised to find that the following example code only updates a single document: > db.test.save({"_id":1, "…

mongodb document nosql
GetElementByID - Multiple IDs

doStuff(document.getElementById("myCircle1" "myCircle2" "myCircle3" "myCircle4")); This doesn't work, so do I need a comma or semi-colon to make …

javascript arrays get element document
Difference between $(document.body) and $('body')

I am a jQuery beginner and while going through some code examples I found: $(document.body) and $('body') Is there …

jquery document document-body
Create auto-numbering on images/figures in MS Word

I have MS Word document which contains around 50 images with caption. My problem is if I am inserting images in …

image ms-word document
Accessing elements by type in javascript

A while ago I was making some test in Javascript, and played with a code to get the text of …

javascript types element document
How do I convert a org.w3c.dom.Document object to a String?

I want to convert a org.w3c.dom.Document object to a String. I'm using Java 6 and am open …

java xml document