2 | | [http://jsfiddle.net/EDyB4/] |
3 | | For example, i can't correctly check if area is locked, and before resing i do some logic, and check if area locked, and then do other logic, but if area is locked - i need to use <pre> return false; </pre> Next option can be used |
| 2 | [http://jsfiddle.net/EDyB4/][[BR]] |
| 3 | For example, i can't correctly check if area is locked, and before resing i do some logic, and check if area locked, and then do other logic, but if area is locked - i need to use [[BR]] |
| 4 | {{{ |
| 5 | return false; |
| 6 | }}} |
| 7 | [[BR]] |
| 8 | Next option can be used |