[jQuery] Re: Tablesorter dateFormat

2007-12-20 Thread Jay Fallon
; for(var i=0; i l; i++) { if(m[i] == s.toLowerCase()) { return (i+1); } } }, // set type, either numeric or text type: 'numeric' }); /Christian 2007/12/19, Jay Fallon [EMAIL PROTECTED]: Hi

[jQuery] tablesorter - hidden TD's

2007-12-19 Thread Jay Fallon
Does anyone know if it's possible to sort a table, using tablesorter, based on the content inside hidden TD's. I'm trying to write a parser that will make date format dd-mon- read as dd/mm/ and I'm running out of viable options. If anyone knows if this can be done, I'd sure appreciate a

[jQuery] Re: Tablesorter dateFormat

2007-12-19 Thread Jay Fallon
' }); /christian 2007/12/18, Jay Fallon [EMAIL PROTECTED]: It's easy to write a parser to convert the months to a sortable value, but the days and years are trickier. the current code is as follows: // add parser through the tablesorter addParser method

[jQuery] Tablesorter dateFormat

2007-12-18 Thread Jay Fallon
I need to sort a table based on the date format: 10-Dec-2007. Does anyone know if this is possible with Tablesorter? I've tried us, uk iso to no avail. Thanks, Jay

[jQuery] Re: Tablesorter dateFormat

2007-12-18 Thread Jay Fallon
).tablesorter({ headers: { 0: {sorter:'dates'},1: {sorter:false},2: {sorter:false},3: {sorter:false} } }); }); On Dec 18, 2:06 pm, Jay Fallon [EMAIL

[jQuery] Re: If I'm using toggle, how do I check if it's shown or hidden?

2007-12-17 Thread Jay Fallon
this one has worked for me: http://groups.google.com/group/jquery-en/browse_thread/thread/f5d695b6a2fb2059/56b2de173e480263?lnk=gstq=jay+fallon#56b2de173e480263 On Dec 17, 12:09 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I'm using the toggle method to show/hide divs $('#giftMsg

[jQuery] Miomi

2007-12-09 Thread Jay Fallon
Came across this timeline-inspired site using lots and lots of scripting, including jQuery. http://beta.miomi.com/

[jQuery] Re: Vexed with SuckerFish Flash

2007-11-28 Thread Jay Fallon
, Not totally sure what the problem is, but is sounds like you are saying the flash is staying on to of divs, if this is the case doing wmode=transparent on the embed tag and creating a param wmode=transparent I may be mistaken on your issue, if so, can you rephrase? On 11/27/07, Jay Fallon [EMAIL

[jQuery] Re: Vexed with SuckerFish Flash

2007-11-28 Thread Jay Fallon
Turns out that the swfobject config was wrong to begin with, thus it was causing multiple problems. Both scripts, swfobject.js and superfish.js are able to work seamlessly and on top of that, swfobject.js will not cause any conflicts, and still perfom flash detection, if you wrap it in a factory

[jQuery] Vexed with SuckerFish Flash

2007-11-27 Thread Jay Fallon
Awhile ago I implemented a basic menu based on jQuery/Suckerfish(a href=http://be.twixt.us/jquery/suckerFish.php;/a), and I never realized the implications of the menu appearing behind a flash object until said object became available. I've read though the posts and I've seen some talk about

[jQuery] Re: Vexed with SuckerFish Flash

2007-11-27 Thread Jay Fallon
-and-flash-transparency-i... Oh, and if anyone is interested in a two relaunched sites using jQuery: http://www.laphil.comhttp://www.hollywoodbowl.com - bry On Nov 27, 2:04 pm, Jay Fallon [EMAIL PROTECTED] wrote: Awhile ago I implemented a basic menu based on jQuery/Suckerfish(a href

[jQuery] Re: toggle hide show function not working (code provided)

2007-11-23 Thread Jay Fallon
21, 11:16 am, Jay Fallon [EMAIL PROTECTED] wrote: You need to clear your HTML first. remove() does nothing. script type=text/javascript $(document).ready(function(){ $('div.bang').addClass('hide'); $('a.collapse').toggle(function(){ $('div.bang

[jQuery] Re: toggle hide show function not working (code provided)

2007-11-21 Thread Jay Fallon
You need to clear your HTML first. remove() does nothing. script type=text/javascript $(document).ready(function(){ $('div.bang').addClass('hide'); $('a.collapse').toggle(function(){ $('div.bang').show(); $('a.collapse').html().append((-));

[jQuery] Re: SITE: http://www.bankofamerica.com/

2007-11-10 Thread Jay Fallon
Dream on. I used to work with a guy who heads up one of their interactive departments here in Boston and see where he's using it. I'm working for a bank now as well, and yes, jQuery will be making an appearance on a new website for Australia that we're rolling out. Nothing high- end