[jQuery] Treeview 1.4 (jQuery plugin), question about cookie path

2009-06-24 Thread Nikkitta
Hello! How can I force this plugin to set "path" in cookie to "/"? 'Cause I have this plugin as navigation menu on my site, and when I go to another page, it creates new cookie for this new page (for example, on the main page the cookie path is "/", and when I go to "/photo/theme/ nature" the cook

[jQuery] Plugin Question

2007-09-25 Thread Eridius
Ok, lets say i make a plugin using this (function())(jQuery) format and it works like this: $('#something').plugin(); Now inside the plugin this is the access for the class, how do i access the jquery object that the plugin was called on? -- View this message in context: http://www.nabble.com

[jQuery] Plugin question

2007-06-18 Thread Alexandre Plennevaux
hello! i'm stuck on how to do this: i would like to extend Luke's flash plugin for my jqUploader plugin, yet no matter how i formulate the $(this).flash() call in the plugin the flash object is not created. I don't get any error, and if i try outside my plugin it works. Here is the schematic