[jQuery] Re: Has anybody managed to print a sorted table using table sorter?

2009-01-29 Thread livewire9174
the problem is, i dont want to print the whole page, I just want to print the sorted table, is this possible? On Jan 29, 10:40 am, Fisher Ning wrote: > I just gave a try. The page can be printedwith sorted list. > > Fisher Ningwww.21show.com > > 2009/1/29 livewire9174 >

[jQuery] Re: Has anybody managed to print a sorted table using table sorter?

2009-01-29 Thread livewire9174
not yet, I would like to know if its possible On Jan 29, 12:10 am, Ricardo Tomasi wrote: > Have you? > > On Jan 28, 6:52 pm,livewire9174 wrote: > > > Hi, > > I've got table sorter, has anybody tried to print a table after > > sorting it ? > > > Thanls

[jQuery] Has anybody managed to print a sorted table using table sorter?

2009-01-28 Thread livewire9174
Hi, I've got table sorter, has anybody tried to print a table after sorting it ? Thanls

[jQuery] Re: table sorter issue, how do i sort these as a currency

2008-12-22 Thread livewire9174
I'm still trying to get this working, has anybody tried anything like this before? On Dec 15, 6:16 pm, livewire9174 wrote: > here is the code, I need to stop the execution somewhere I guess ? I > am using ajax calls to put data into to table, so I guess I cant > attach the tabl

[jQuery] Re: table sorter issue, how do i sort these as a currency

2008-12-15 Thread livewire9174
Company 2 Click here er Searching Company Click here dsfvsdfv Searc

[jQuery] table sorter issue, how do i sort these as a currency

2008-12-15 Thread livewire9174
Hi, I am using this to initialise the page $(document).ready(function() { $("#tableOne") .tablesorter({ debug: false, sortList: [[0, 0]], widgets: ['zebra'] }) .tablesorterPager({ container: $("#pagerOne"), positionFixed: false })

[jQuery] Slide in - slide out not working, am i silly?

2008-11-20 Thread livewire9174
Hi, No idea what I'm doing wrong, I hope its not something very simple I want to be able to click on the button with class btn slide and expand the "extra" Div, here is the CSS for hextra .extra{ overflow:hidden; color:#349ACB; clear:both; font-family:Verdana,

[jQuery] Issues with the paging button when using table sorter

2008-11-04 Thread livewire9174
Hi, When using the pager option when using the table sorter, has anybody managed to put the buttons above the table? It just wont work for me when above it.

[jQuery] Table sorter issue - trying to stop a field from sorting

2008-11-04 Thread livewire9174
Hi, Here is my code, I want to prevent the first field from being a sort option, can somebody help? <-- http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml"; xml:lang="en-us"> jQuery plugin: Tablesorter 2.0 - Pager plugin

[jQuery] Tablesorter issue, can find images for the header.

2008-11-04 Thread livewire9174
Hi, I'm messing about with the tablesorter. The issue i am having is I cant seem to find the images on the header. If i do a save as complete page from I.E. 6 and upload to my webserver, it still does not work. Here is the page I have done the Save as from http://tablesorter.com/docs/example-pa

[jQuery] Is there a plugin to sort a table with scrollbars?

2008-11-03 Thread livewire9174
Hi, I am looking for a script that will sort a table when a user clicks on a table header, I would like this table to have a scrollbar also, does such a thing exist? thanks

[jQuery] Using jquery with thickbox causes I.E. 6 to lose scrollbar

2008-10-17 Thread livewire9174
Hi, Has anybody tried this yet? When i use the latest jquery + thickbox, when i display a modal window, i.e. 6.0 loses its scrollbar, to the content appears to move, does anybody have a solution?