$.browser.safari included Chrome as well. $.browser.version is the webkit version, not the chrome or safari version. fixUpjQueryBrowser changes it around so that
- $.browser.safari is safari only.
- $.browser.chrome is chrome only.
- $.version is the manufacturer version, not webkit version.
minLevel is an Object. $.each iterates through it. i & v are the key and value for each element of minLevel.
on line 44, I load "upgrade.html" into the dialog. That file must exist on the server. You originally called it "browserUpdate.html"
JΛ̊KE