[jQuery] Re: treeview custom icon

2009-02-07 Thread Anders Viklund
This works fine for replacing the file image, but how can I replace the collapsable and expandable folder images? I would like to distinguish one folder from all other folders. Date: Thu, 5 Feb 2009 19:20:01 +0530 Subject: [jQuery] Re: treeview custom icon From: tareq.m...@gmail.com To: jquery-e

[jQuery] dragHandle boundary

2009-02-02 Thread Anders Viklund
Hi, How can I add a boundary to the dragHandle to prevent the window from being dragged out of the browser? jQuery('#window').Resizable( { minWidth: 245, minHeight:220, maxWidth: 700, maxHeight: 400, dragHandle: '#windowTop', handlers: {

[jQuery] SlideToggleUp, this.options.curAnim is undefined

2009-01-27 Thread Anders Viklund
Hi, I am running into the error "this.options.curAnim is undefined" for the method SlideToggleUp. this.options.curAnim[ this.prop ] = true; jquery-1.3b1.js (line 3827). The problem occurs when I am trying to close a window using this code: $('#windowMin').bind( 'cl

[jQuery] Re: jQuery show(), hide() problems

2009-01-26 Thread Anders Viklund
I found the problem, the first time showWindow was called I could see this error in firebug "jQuery.dequeue is not a function". I added this code and now it works fine ( function( $ ) { $.dequeue = function( a , b ){ return $(a).dequeue(b); }; })( jQuery )

[jQuery] Re: IE shows nothing o.0

2007-09-20 Thread Anders Mattson
That's a bug in IE that happens when the document is in strict mode (I think?) and you close the script tag the short way. Try using the end tag instead: That should do the trick. /Anders On 20 Sep, 06:28, "John Resig" <[EMAIL PROTECTED]> wrote: > Do you have a full

[jQuery] Re: FadeIn problems

2007-08-26 Thread Anders Mattson
Could you post the html as well? It's much easier to understand what you're trying to do if we can see the html you're working on. /Anders On 25 Aug, 03:54, Neal <[EMAIL PROTECTED]> wrote: > I have a page with several DIVs, and inside each DIV are paragraphs > and hea

[jQuery] Re: Improved timePicker, time/datePicker demo

2007-05-31 Thread Anders
Especially useful if createButton is set to false. But that's minor. $('input.date').bind( 'focus', function() { $(this).dpDisplay(); }); I'll be using this, thanks! /Anders

[jQuery] Re: Improved timePicker, time/datePicker demo

2007-05-29 Thread Anders
It does have more features than mine (although I have added scrolling to the entered time). It also uses another plugin (below) I did for positioning, so there is no requirement to have the dimensions plugin. I didn't know you had continued to develop the list version (which I've been calling

[jQuery] Re: Improved timePicker, time/datePicker demo

2007-05-28 Thread Anders
Nice plugin, very useful. What exactly are the differences to Sam's orginal (without looking at the original...)? Thanks! Not 100% sure on these (Sam, correct me if I'm wrong), but should be mostly correct: * Scrolls to the entered time * Scrolls to the nearest time if not in the list, e.g 05

[jQuery] Improved timePicker, time/datePicker demo

2007-05-27 Thread Anders
ave support for focus/blur. Kelvin? ;) /Anders