Assumes the use of $
July 11, 2008 - 10:18pm — zostay
| Project: | Auto Growing Textareas |
| Version: | 1.2.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
I use jQuery in compatibility mode without the "$", but this causes a failure because line 103 uses this variable:
if ($.browser.msie)
This should read:
if (jQuery.browser.msie)
Or the variable should be reassigned internally within the plugin definition.
