[jQuery] prob my function msgcolor

2008-11-10 Thread gtraxx
Hello I currently work on a feature for messages my system framework. I just can not create options. (function($){ var settings; $.fn.MsgColor = function(options){ var settings = { startWidth = function(){this.width(0)},

[jQuery] problem with my plugin

2008-10-18 Thread gtraxx
Hello, I have a problem with my plugin. I have two error messages: invalid object initializer [Break on this error] $(this).startWidth.animate({endwidth},2000) jquery.m...gcolor.js (ligne 15) $("#msg").MsgColor is not a function [Break on this error] endHeight: '+=30%' my code : (function($){