document « safari « jQuery Q&A

Home
jQuery Q&A
1.addClass
2.alert
3.array
4.attribute
5.browser
6.callback
7.clone
8.Cookie
9.Date
10.Development
11.document
12.dom
13.element
14.filter
15.Firefox
16.flash
17.format
18.html
19.input
20.internet explorer
21.json
22.mootools
23.page
24.performance
25.regex
26.safari
27.selector
28.setTimeout
29.String
30.table
31.Text
32.trigger
33.URL
34.video
35.xml
jQuery Q&A » safari » document 

1. Question on $(document).bind()    stackoverflow.com

I have a page on iPad. How do I get the specific element that was touched instead of the generic container element?

$(document).bind("touchstart",function(e){
console.log("touchstart on target : " + e.target.id);
}

4. Dimensions + $(document).ready() + Safari 3.1 == misery (Brandon?)    forum.jquery.com

Dimensions + $(document).ready() + Safari 3.1 == misery (Brandon?) in Developing jQuery Core 3 years ago Hi guys,while building a plugin, I came upon a few nasty bugs in Safari 3.1.The elements which were used were the following: