Re: [jQuery] Interface iFX animate error in IE 6/7

2007-03-11 Thread aedmonds
Thanks a bunch Yansky. I had no idea that was available. Thank the Lord for Firebug and it's maker! -Aaron Yansky wrote: You could use Firebug Lite to debug it in IE. http://www.getfirebug.com/lite.html aedmonds wrote: Hi guys (and Stefan), I'm getting an error when trying

[jQuery] Interface iFX animate error in IE 6/7

2007-03-10 Thread aedmonds
Hi guys (and Stefan), I'm getting an error when trying to use the animate function in Internet Explorer 6 and 7. The error is Invalid argument. on line 455, char 8. I know it's vague but I can't really debug it in Firebug because it works fine in FireFox. Any pointers? I've tried Interface 1.2

[jQuery] highlightFade's source code missing...

2006-12-15 Thread aedmonds
Hey everybody, It seems that the maintainer at http://jquery.offput.ca/highlightFade/ has some problems with the site. I can't access any of the code for the highlightFade plugin. It's not available in the jQuery SVN either. Could someone please post the uncompressed code for me? Thanks a

Re: [jQuery] highlightFade's source code missing...

2006-12-15 Thread aedmonds
'yellow': return [255,255,0]; } }; aedmonds wrote: Hey everybody, It seems that the maintainer at http://jquery.offput.ca/highlightFade/ has some problems with the site. I can't access any of the code for the highlightFade plugin. It's not available in the jQuery SVN either

[jQuery] Interface ifxshake bug

2006-10-20 Thread aedmonds
Just to make sure the users of ifxshake know (along with Stefan), there is a bug on line 37 of ifxshake.js. This bug causes the failure of the callback function. The simple fix: switch z.callback = z.callback; with z.callback = callback;. Thanks Stefan for Interface! -Aaron -- View this

[jQuery] Interface Autocomplete Bug using Rev 292

2006-09-15 Thread aedmonds
I just updated to Rev 292 of jQuery and I'm using the latest iautocompleter from interface. When the AJAX post is called there is an error thrown: Error: r.getResponseHeader is not a function Source File: http://pdxmission.datafirminc.com/js/jquery.js Line: 1809 It looks like it traces through

[jQuery] jQBrowser 0.2 woes

2006-09-13 Thread aedmonds
I recently noticed that a new version of jQBrowser was available and I like the new features but it appears to be breaking jQuery all over the place when I try and use it with jQuery Rev 249. It also conflicts with Interface as it uses some checks for MS IE. Basically it make Interface think that

[jQuery] John's Pager Plugin?

2006-09-11 Thread aedmonds
Does anyone know what Christian Bach means on his Table sorter site when he says: * Added: Support for John’s pager plugin. I've never seen that plugin and I would love to be introduced to it! Can anyone shed some light? Christian? John??? Thanks, -Aaron -- View this message in context:

Re: [jQuery] Bug with .css('z-index', '2')

2006-09-06 Thread aedmonds
Right... but for CSS properties I believe z-index is the only correct name for the zIndex property. Maybe I'm wrong but do know you set zIndex by using p { z-index: 2; } I guess I've really never tried p { zIndex: 2; } -Aaron Dylan Verheul wrote: Actually, in DOM terms, zIndex is the

[jQuery] Bug with .css('z-index', '2')

2006-09-05 Thread aedmonds
Wanted to say that $().css('z-index', '2') does not work in IE but does work in FF. What will work in both browsers is $().css('zIndex', '2'). Not sure if this is a bug but it did throw me for a loop for a few minutes. I actually just noticed it because 'z-index' was working fine pre-1.0. I'm

Re: [jQuery] Autocomplete invasion

2006-08-31 Thread aedmonds
Stefan, Seems a bit buggy. -The callbacks aren't fired when you click on an item in the list only when you arrow to it and hit enter. -Pressing 'Esc' multiple times after the list has displayed has a weird effect (I think with an i-frame). These are just some quick things I've noticed. I

Re: [jQuery] Autocomplete invasion

2006-08-31 Thread aedmonds
on it. The callbacks look s nice! Thank you Stefan! Thank you John! -Aaron aedmonds wrote: I can't seem to get it to work. :( I copied all of the files from your example and it still wouldn't work. So I'm assuming there's something wrong with my XML data??? I have a feeling it's a really simple