[jQuery] Re: Tablesorter dateFormat

2007-12-20 Thread Jay Fallon
+) { > if(m[i] == s.toLowerCase()) { > return (i+1); > } > } > }, > // set type, either numeric or text > type: 'numeric' > > }); > > /Christian > > 200

[jQuery] Re: Tablesorter dateFormat

2007-12-19 Thread Jay Fallon
#x27;] > var l = m.length; > for(var i=0; i < l; i++) { > if(m[i] == s.toLowerCase()) { > return (i+1); > } > } >}, >// set type, either numeric or text >ty

[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-18 Thread Jay Fallon
efaults.widgets = ['zebra']; $("#announcements").tablesorter({ headers: { 0: {sorter:'dates'},1: {sorter:false},2: {sorter:false},3: {sorter:false} } });

[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: 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=gst&q=jay+fallon#56b2de173e480263 On Dec 17, 12:09 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using t

[jQuery] Show/hide table rows from Select needs trim

2007-12-14 Thread Jay Fallon
Basically what I have is a table with two columns: dates & report names. Within the dates I have four separate views: Week, Month, Three Months (default selected) and Six Months (hidden). The select shows/ hides the table rows based on their view, showing all the reports up until the selected view

[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
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 f

[jQuery] Re: Vexed with SuckerFish & Flash

2007-11-28 Thread Jay Fallon
" <[EMAIL PROTECTED]> wrote: > Jay, > 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 wmode="transparent"> > >

[jQuery] Re: Vexed with SuckerFish & Flash

2007-11-27 Thread Jay Fallon
h/plugins/superfish > > And here's a blog post about the FF Flash bug: > > http://jakeo.org/blog/2007/03/16/css-opacity-and-flash-transparency-i... > > Oh, and if anyone is interested in a two relaunched sites using > jQuery: > > http://www.laphil.comhttp://www.hollyw

[jQuery] Vexed with SuckerFish & Flash

2007-11-27 Thread Jay Fallon
Awhile ago I implemented a basic menu based on jQuery/Suckerfish(http://be.twixt.us/jquery/suckerFish.php";>), 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 solutions,

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

2007-11-23 Thread Jay Fallon
x27;Something I want to appear in myID > p>'); > > > // Does the same thing, but with less typing ;-) > > $('#myID').html('Something I want to appear in myID'); > > > Just a tip for those of us 'Lazy' Programmers ;-) > >

[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. $(document).ready(function(){ $('div.bang').addClass('hide'); $('a.collapse').toggle(function(){ $('div.bang').show(); $('a.collapse').html("").append("(-)"); }, function(){

[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 unfortunately