Problems with jQuery 1.6
Hi there
On jQuery 1.6 there are some problems with tipTip. All the links get empty window, even the ones that do not have the title attribute :-(
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Jerry on 05 May, 2011 08:14 AM
This seems to fix that: if(org_title != "") change to if(org_title != undefined)
Any idea what changed?