Top "Document-body" questions

The body is part of an HTML 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
Background image not appearing HTML CSS

I am new to html/css and I do not understand why my background image is not showing up. This …

html css background-image stylesheet document-body
When do you put Javascript in body, when in head and when use doc.load?

Possible Duplicate: Where to place Javascript in a HTML file? Should I write script in the body or the head …

javascript jquery location head document-body
How can I disable print-screen functionality for a webpage in all browsers?

Using the following we can disable print-screens or screenshots in Internet Explorer: <body onload=setInterval("window.clipboardData.setData('text',…

javascript html document-body
How to set the width of the website?

I have created a theme for the zen cart site but the site's width is not setting from me. There …

css width document-body
JS - set window height using current window size

I have some CSS that needs the body to have a height set, but this needs to be done depending …

javascript css height document-body
Scroll listener on body

I would like to ask about scroll listener. I want to add scroll listener on body but it seems doesnt …

javascript jquery scroll listener document-body
Find body tag in an ajax HTML response

I'm making an ajax call to fetch content and append this content like this: $(function(){ var site = $('input').val(); $.get(…

javascript jquery ajax document-body
Random body background-image

I've tried several tutorial on the web and none seems to work properly. What I'm trying to do is quite …

javascript jquery random background document-body
My body background color disappears when scrolling

I hope someone can help. I've set my body height property to 100% which is fine when all the content is …

html css vertical-scrolling document-body