[jQuery] [treeview] unique: true - possible error

2009-02-12 Thread Mariusz
Based on async demo and jquery 1.3.1: $(document).ready(function(){ $("#black").treeview({ collapsed: true, unique: true, persist: "cookie", url: "source.php" }) }); Page load

[jQuery] Re: åäö doesn't work with load ()

2007-04-11 Thread Mariusz Cieśla
Can't you just try to use UTF-8 for the pages? Conversion isn't hard and still it solves most problems with special characters. ; ) Cheers, M.

[jQuery] asp:Multiview and $(document).ready

2007-04-11 Thread Mariusz Cieśla
Hi, I've got one problem regarding jQuery which is to get it working with asp:MultiView control. As you probably know (or not), asp:MultiView is a special control which takes care of tabbed views. My company uses a lot of these and the problem is like that: I have a JavaScript function for showi