[jQuery] Re: Lightbox with thumbnails

2009-04-24 Thread Dayjo
If you're looking for something simple I would suggestion prettyPhoto by Stephane Caron; http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/ On Apr 23, 3:25 pm, Laker Netman wrote: > Hi. > > I am looking for a version of lightbox that would allow the user to > click

[jQuery] Re: Receiving Error - But functionality remains! - Strange!

2009-04-23 Thread Dayjo
Anyone have any clues on this? On Apr 16, 11:32 am, Dayjo wrote: > Hey, > > I'm receiving the following error: > Error: uncaught exception: Syntax error, unrecognized expression: # > > However all the functionality of the script continues to work, I need > to get ri

[jQuery] Receiving Error - But functionality remains! - Strange!

2009-04-16 Thread Dayjo
Hey, I'm receiving the following error: Error: uncaught exception: Syntax error, unrecognized expression: # However all the functionality of the script continues to work, I need to get rid of the error as it looks pretty bad on client's sites and want to make sure the script isnt doing anything

[jQuery] Re: live() not working in IE8?

2009-04-08 Thread Dayjo
However I have recently been noticing IE 8 Beta having issues with the live('click') event... could be the fact I'm using Windows 7 IE 8 beta... but who knows! On Apr 8, 9:30 am, Dayjo wrote: > The solution I made for this problem is to put the .change() function > ins

[jQuery] Re: live() not working in IE8?

2009-04-08 Thread Dayjo
The solution I made for this problem is to put the .change() function inside a function called "DOMReload()" along side other similar functions, then.. whenever I do any ajax calls or loads() I run DOMReload() so that the function is re-applied to all new elements. It's a shame that live doesn't

[jQuery] Validating / Masking variable length inputs. Price,Weight etc...

2009-04-02 Thread Dayjo
Hi, I've been looking around for a while for a simple and fast solution to input field masking with optional lengths, for instance to mask a 'price' field. I want to be able to offer the following mask (where ^ means no limit to the length of the following characters): ^9.99 So then the input