Re: [jQuery] Quirks with Tablesorter

2010-02-25 Thread aquaone
seconded. Your best bet is to write your own widget that deletes and appends your separators for you on sort. On Thu, Feb 25, 2010 at 15:33, Nathan Klatt wrote: > On Thu, Feb 25, 2010 at 5:28 PM, West415 wrote: > > I don't need the headers to repeat though. I'm trying to have a visual > > sepa

Re: [jQuery] Quirks with Tablesorter

2010-02-25 Thread Nathan Klatt
On Thu, Feb 25, 2010 at 5:28 PM, West415 wrote: > I don't need the headers to repeat though.  I'm trying to have a visual > separator between the rows.  I don't have to use an tag, but the > problem is, it tries to sort every row as if there is data there.  I'd like > it to ignore that row when d

Re: [jQuery] Quirks with Tablesorter

2010-02-25 Thread West415
Thanks for the reply. I don't need the headers to repeat though. I'm trying to have a visual separator between the rows. I don't have to use an tag, but the problem is, it tries to sort every row as if there is data there. I'd like it to ignore that row when doing the sort. Any idea? I'm

Re: [jQuery] Quirks with Tablesorter

2010-02-25 Thread Nathan Klatt
On Thu, Feb 25, 2010 at 4:34 PM, West415 wrote: > I am using a jquery plugin called tablesorter.  It works fine but I've found > a quirk and can't seem to fix it and would love some help if possible.  When > you sort, the sort works, but for some reason all the tags which render > a horizontal li

[jQuery] Quirks with Tablesorter

2010-02-25 Thread West415
Hi, I am using a jquery plugin called tablesorter. It works fine but I've found a quirk and can't seem to fix it and would love some help if possible. When you sort, the sort works, but for some reason all the tags which render a horizontal link end up getting placed at the top of the table.

Re: [jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !!!!!!

2010-02-25 Thread Vikas Patidar
Hi, there is another solution more easy and cool try it... CSS Rounded Corners In All Browsers (With No Images) http://jonraasch.com/blog/css-rounded-corners-in-all-browsers On 2/25/10, Cesar Sanz wrote: > thanks.. > > First time I heard about it.. .cool stuff! > - Original Message -

[jQuery] IE7 Bug

2010-02-25 Thread r4C4n
Hi I'm having trouble with the superfish jquery menu library. Everything works fine in Firefox and other browsers apart from IE7. To see the problem I'm having, take a look here: http://www.katalystonline.com/case-studies.html If you open this page on IE7 you will see the problem when you hover

[jQuery] How to check TD background image has been loaded.

2010-02-25 Thread ace jquery
Hi there, I am trying to update the attr of background in . ==>> is that possibly to use jQuery to check if the background image has been loaded? something like this.. $('#mytd background').load(function(){ alert('the background image has been loaded'); }); Thank you for you help! -Ace

Re: [jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !!!!!!

2010-02-25 Thread Cesar Sanz
thanks.. First time I heard about it.. .cool stuff! - Original Message - From: "Erik" To: "jQuery (English)" Sent: Wednesday, February 24, 2010 6:32 PM Subject: [jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !! http://www.dillerdesign.com/experiment/DD_roundies/ On Feb 23

[jQuery] Re: JQPRINT - Need help!!

2010-02-25 Thread Fabio Balossi
argh, i send the answer only to the author. well for anyone else : you have to set an ID to the A element, the same ID of the function's trigger, then set a class .toprint fot the elements to print, finally set to the jqprint function a Click calling action for example: ... elements to print

[jQuery] jCarousel Lite - getting carousel to stop on a specific image (without hovering)

2010-02-25 Thread Adam Moro
I am trying to get the slideshow to stop sliding on the fourth image (the last image in the slideshow) but having no luck. I've changed, "afterEnd: null" to "afterEnd: stop" in the $.fn.jCarouselLite function (line 17 in my version) but it is stopping on the second image, not the fourth. I know how

RE: [jQuery] Dynamic Tabs for Prototyping

2010-02-25 Thread Andreas Möller
I believe you should go for JQuery UI . . . ! Check it out at [x] www.jqueryui.com Best regards, Andreas

[jQuery] Dynamic Tabs for Prototyping

2010-02-25 Thread Sohel Kapasi - UI, UX, IA with great RIA
Hi All, I am building a HTML CSS and JQuery based clickable prototype and i am in need of Dynamic Tabs. Can anyone suggest easiest and best Dynamic tabs (where i can open and close tabs randomly), online downloadable files are ok. Thank you very much in advance for your help.