jQuery with noConflict.
November 5, 2007 - 4:26am — adrenalin
| Project: | jQuery fade anything plugin |
| Version: | 1.0.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
The initialization phase (row 8) of the class should be changed from
$.fn.vkfade = function(color) {to
jQuery.fn.vkfade = function(color) {Otherwise it doesn't work with var $j = jQuery.noConflict();.
