On Dec 8, 11:52 pm, "Alexandre Plennevaux" <[EMAIL PROTECTED]>
wrote:
> clearer ?
Infinitely. Thanks. Now to piece this all together into something a
bunch of journalists can use without hating me. :)
Jamie
Please keep your threads tidy. Don't spam the list with the same question.
The file that contains the line:
var myvalue = "<%= myservervalue%>";
... is a .js file, right? It's been a long time, but I'm guessing the
ASP interpreter isn't set by default to parse .js files.
Put the line in the he
Ok. I found the problem. The issue is that I am writing my code in
separate .js file where I am trying to access server side variables
which is giving error. Can anyone please let me know how can I include
or import an asp page in my .js file to access variables and constant
values in my included
I am net able to access my ASP server side constant value in jquery
file. I am trying as:
var myvar = "<%= myvarvalue %>";
but when i put an alert on myvar, it shows <%= myvarvalue %> and not
the value of myvarvalue. Can anyone pls help. Its really urgent.
Thanks in advance
i totally agree. the subject line i posted doesn't make any sense to
my need. will be careful in future posts.
On Dec 9, 5:54 pm, MorningZ <[EMAIL PROTECTED]> wrote:
> Advice:
>
> meaningful subject lines = better/quicker help
>
> On Dec 9, 6:38 am, Hassan Ali <[EMAIL PROTECTED]> wrote:
>
> > i'v
I am migrating my existing ASP application javascript code to jquery.
However places where i want to get the value from server, I am getting
an error like:
var myvalue = "<%= myservervalue%>";
when i check in myvalue, it is populated with <%= myservervalue%> as
string. If I try to remove "" then
Both menus can be done with CSS only, with a bit of js help for IE6.
As for doing it in jQuery, it is as simple as this:
$('#menu li a').hover(function(){
$(this).children('.sub').show();
},function(){
$(this).children('.sub').hide();
});
On Dec 10, 1:13 am, Baudesign <[EMAIL PROTE
I know. I suggested using a background-image as a simpler alternative.
At least on my screen that image is not being resized, I guess with
larger monitors it is - that is why there is a table, it's the only
way to strech an image - it fills the whole cell.
On Dec 10, 12:50 am, donb <[EMAIL PROTEC
someone please reply dear..plz help
On Wed, Dec 10, 2008 at 10:06 AM, AbhishEk <[EMAIL PROTECTED]> wrote:
> i was trying to replace my javascript statements with jquery
> statements by including the jquery file in *.xul file.
>
> the xul file line is as under:
>
> I assume that all you have to do is to add in the .stop() method to
> accomplish that?
Yep, although you generally want to follow that with something to put
the element in a known state, or use one of the stop arguments to do
the same thing.
http://docs.jquery.com/Effects/stop
i was trying to replace my javascript statements with jquery
statements by including the jquery file in *.xul file.
the xul file line is as under:
and i am trying to access the "$"/ jquery functions in the other js
file of my plugin. but its not working.
plz help.
I do not know about php but asp and asp.net serialize access to the
same Session. (basically same browser).
So it would be normal. And problem on server side.
George.
On Dec 9, 8:27 am, Robin Speekenbrink <[EMAIL PROTECTED]> wrote:
> I have a (stupid) problem: i have the follwing short script:
>
Okay, I found a post that the plugin author responded to, that details
the problem:
http://groups.google.com/group/jquery-en/browse_thread/thread/e52fe0baedc45fb4/c89154fe73d7d2f2?lnk=gst&q=JQuery+1.2.6+and+JQuery+Form+Plugin+in+IE7#c89154fe73d7d2f2
Apparently he used certain reserved words that
Well I think you did not understand my quest correctly. As I said I
cannot use the id for selector as my id is getting runtime generated.
So i am using a custom attribute "myimgid" to select the element. I
tried to use event.preventDefault too. but still its firing the
original attached event. Any
That's an idea, thanks. In the end, though, I decided to rewrite this
so that the div in question is shared between the other elements. So,
I can use an ID.
However, I've also since ditched DOMWindow because I need callback support.
On Tue, Dec 9, 2008 at 4:20 PM, MorningZ <[EMAIL PROTECTED]> wr
Docs
http://docs.jquery.com/Selectors
Then FAQs
http://docs.jquery.com/Frequently_Asked_Questions
Leads to the answer to your question
http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_AJAX_request.3F
On Dec 9, 10:43 pm, Max <[EMAIL PROTECTED]> wrote:
>
On Tue, Dec 9, 2008 at 10:37 PM, darwin liem <[EMAIL PROTECTED]> wrote:
> so i cant check whether the image is really cache or not? can we bind
> onload()? to image?
> for example:
>
> $("image_id").bind("onload",function(){
> imgtemp.src = '...';
> $(this).css('backgroundImage','url('+imgTemp.src
All these debugging tips are very helpful.
But the OP said that there were two versions of the page that in theory
should be identical, except that one was a static HTML page and the other
was generated by the CMS, and the static page works but the CMS page
doesn't.
If that is truly the case, th
I am seeing the same error. I will report back here if I find out wh
y it's happening.
On Dec 8, 3:14 am, cjokomay <[EMAIL PROTECTED]> wrote:
> I am using ajaxForm to upload an excel file and then display whether
> or not it uploaded successfully. The following jQuery code works fine
> in Firefo
Hi --
That does help, but only allows 2 items to show in the div at a time.
As each transition is ended, the next item appears, but then I can't
get the next item to appear until the prior item has "transitioned".
Thank you, though!
Mari
Hi all,
I'm a new guy on JQuery, now reading the JQuery in action,
and I encounter with one issue:
.menu :hover > a { ...}
anyone who has idea how to change into JQuery format?
or is that possible with jquery,
will be very appreciate,tks
Hi, im quite new to jquery so not sure what im doing wrong. (or if
what im doing is the best way). But here goes, i have a rating script,
that allows ratings between 1-10.
The HTML:
User Rating is 7.8/10
The current rating is fetched from a mysql database with php.
1 2 3 4 5 6 7 8 9 10 | Your c
Hi there,
Maybe the "continous" option will help?
$('whatever').cycle({continuous: true});
http://malsup.com/jquery/cycle/options.html
--Karl
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Dec 9, 2008, at 10:11 PM, marifletch wrote:
I am working with the jq
so i cant check whether the image is really cache or not? can we bind onload()?
to image?
for example:
$("image_id").bind("onload",function(){
imgtemp.src = '...';
$(this).css('backgroundImage','url('+imgTemp.src +')');
});
Best Regards
Darwin Liem
--- On Tue, 12/9/08, brian <[EMAIL PROTECTED]
Hi everyone,
I noticed that jQuery was behind the beautiful menus on Aviary.com or
Gateway.com websites. I really like the idea of having an image (or
multiple images) appear when you mouseover a menu item. Are there
plugins, or is there a tutorial that show how to implement easily such
a nice fe
I am working with the jquery cycle plugin, (http://malsup.com/jquery/
cycle/). What I need to do is have images scroll left in a continuous
flow, with no break between them.
I haven't been able to achieve this by editing the css, and if wrap a
tag around the images, the plugin stops working.
Ca
This is link again! http://mychico.homelinux.org/
Thanks so much!
I will try!
2008/12/9 donb <[EMAIL PROTECTED]>
>
> Bad link - page not found.
>
> Carefully look over the CSS, the button may need a float, or may have
> one that should be removed. I have seen this exact behavior and IE
> was pos
Bad link - page not found.
Carefully look over the CSS, the button may need a float, or may have
one that should be removed. I have seen this exact behavior and IE
was positioning the button outside the boundaries of it's container so
it was not visible. In my case, once I adde a float to the b
My guess is that the 'CMS' inserts some onload code that interferes
with your jQuery code that's supposed to run on page load.
If you haven't already, get fthe Frefox browser and the Firebug
addin. You will be able to step through the javascript as the page
loads, to see what is actually happeni
First, we have to know what 'disjointed' means...
On Dec 9, 4:53 pm, ripcurlksm <[EMAIL PROTECTED]> wrote:
> --
> View this message in
> context:http://www.nabble.com/jQuery-TabsAre-disjointed-tabs-possible-.-t...
> Sent from the jQuery General Discussion mailing list archive at Nabble.com.
It's not really a 'background' image. It's done by absolute
positioning of several elements, one being a table (why, I dunno.
Seems unnecessary) that contains the tag. That's in an absolute-
positioned , as are the other pieces of the page. z-index
ordering places the text over the image. The
What constitutes "manipulation"? It's a dynamic table, so I use PHP and a
MySQL query to "populate" it with data. I removed a PHP script that gave
each table row a class - though I didn't touch a similar touch that gives
each table cell a class.
At any rate, I'll replace the entire dynamic table s
It's not actually scaling, it's being cropped. You can achieve a
similar effect with this simple CSS:
el { background: url(x.jpg) no-repeat center center; }
The way they position the image and set min-width/height allows them
to keep the top-leftish corner in view at all times.
- ricardo
On De
Hello,
I am using Remy's most excellent selectChain plugin (
http://remysharp.com/2007/09/18/auto-populate-multiple-select-boxes/), but I
do not want it to fire on page load, unless the top level select box has a
pre-selected value. I've tried a couple of ways to create that
functionality, but I
Thanks for spotting the problem in the documentation. I just fixed it.
http://docs.jquery.com/Core/data#namevalue
By the way, the docs site is a Wiki, so if you ever run across this
sort of thing again and would like to fix it, you're more than welcome
to do so. :-)
Cheers,
--Karl
__
I haven't seen the codylinley.com one yet, but i *love* the
how-to-get-anything-you-want-part-1 (and it's sequel). just wanted to say
thanks for that.
um... thanks! :)
On Tue, Dec 9, 2008 at 5:57 PM, Karl Swedberg <[EMAIL PROTECTED]> wrote:
> :)
> Here are a couple other resources that you might
:)
Here are a couple other resources that you might find helpful:
http://www.learningjquery.com/2006/11/how-to-get-anything-you-want-part-1
http://codylindley.com/jqueryselectors/
--Karl
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Dec 9, 2008, at 7:18 PM, Jay
I use JqModal for my own site! http://swoop.homelinux.org/mychico/
At the bottom of page, have a link
Advertise | About Us | Contact
Us| Privacy
Policy | Promote Our Site | Terms
Of Service
Advertise is a jqModal link! With firefox, click on Advertise, dialog is
open and i can see close butt
Thanks for all the tips, even if I don't understand all this stuff yet. :)
Unfortunately, I got called in to work, so I'm away from my main computer.
However, I'll try the things you suggested when I get home in the morning.
Understanding
$(document).ready(function()
{
$("#myTable").tablesorter({ widgets: ['zebra']} );
}
);
would go a long way to understanding why/how...
That code gets executed *one single time*, when the page is pulled up
and the DOM is "ready"
if at some point after that, you manipula
I do sincerely apologize for my tone in my previous message. It's merely all
too common for me to spend hours researching something I know should be
fairly "simple" only to find scores of pages full of posts telling me how
not to do it but not taking the time to tell me how to do it right. Thank
yo
It depends on what's inside newcontent.html and what you want to do
with it. What liveQuery does, more or less, is keep track of any new
elements that match selectors for things added to its "queue" and
update them on the fly. For example, if you were planning to add new
links with class, "new_pie
Sheesh, James. I was actually trying to help by offering both a
correction and a link to John Resig's plugin (which *is* necessary if
you want to use the xpath syntax).
Anyway, here is how you can select elements that have a particular
attribute value:
$('sample[name=a]')
http://docs.jque
Great - thanks for confirming that. I just wanted to be sure that I
had things working the way they should.
On Dec 10, 1:07 pm, "Richard D. Worth" <[EMAIL PROTECTED]> wrote:
> Oh, I see. I thought you were calling .data(name) and getting a jQuery
> object back instead of value. Sorry. Yeah, that
Oh, I see. I thought you were calling .data(name) and getting a jQuery
object back instead of value. Sorry. Yeah, that looks like an error in the
docs. Returns the jQuery object, as nearly all jQuery methods do (except in
cases like .data(name) where they're a getter and can't return a jQuery
objec
I think it's just mis-documented...or I'm misunderstanding the
documentation format. From what I can tell, the docs say that
jQuery.data( name, value ) should return *value* (i.e., the second
argument), when it actually returns the jQuery object. The latter is
more useful, as George's example il
Do you have some sample code showing the problem?
- Richard
On Tue, Dec 9, 2008 at 5:12 PM, mgl <[EMAIL PROTECTED]> wrote:
>
> The docs at http://docs.jquery.com/Core say that jQuery.data
> (name,value) should return the value, but instead it seems to be
> returning jQuery. Is this what is supp
Is there a way to make the datepicker control close and populate the
form field with today's date when "today" is clicked? That seems to
be the most intuitive thing to happen when that link is clicked, and
I'm getting flack from my users indicating that's what they expect
also. Otherwise, they wa
Atz some point you've to sum up what is supposed to happen and isolate the
faulty part.
No js is running. the row mouseover is probably css. So you've to find out
why.
A wrong path to the jQuery files may be a guess.
Anyway go through the different steps:
-is jquery properly included (you may downl
On the page I linked above, under the section titled "Data Cache":
> data( name, value ) Returns: Any
> Stores the value in the named spot and also returns the value.
What do you make of that?
On Dec 10, 11:33 am, George <[EMAIL PROTECTED]> wrote:
> I do not see where it says that.
> .data(na
Thanks! I think I have the idea now.
Larry
On Dec 10, 8:55 am, MorningZ <[EMAIL PROTECTED]> wrote:
> Quick example using jqModal
>
> http://paste.pocoo.org/show/94623/
The browser, its JavaScript interpreter, and jQuery have no idea whether
your page is a static page or was generated dynamically. It's all the same
by the time it gets to the browser.
If one works and the other doesn't, there must be *some* difference in the
HTML code delivered to the browser, or
So you've essentially told us that the syntax provided above is no
longer usable without providing us with an alternative that is...
Responding with something we can use (without having to install an
unnecessary plugin) would have been beneficial.
On Oct 25, 9:42 am, Karl Swedberg <[EMAIL PROTECT
I was having the same problem... It depends how you call the PHP...
Best bet is using jquery's AJAX callback function and initiate the PHP
onSuccess...
i did the same thing here: (use firebug to explore the code):
(everything in the is print()'d by PHP...
http://www.themeans.info/cms/galleryMan
i'm currently creating a tracker as a proof-of-concept. before the
tracker is started, events to be hooked are registered. when the
tracker starts, a timer is started and events are tracked by "frame"
which, by default, is 1 second in length. all hooked events occurring
within the "frame" are save
I'm trying to submit a form via ajax using the form plugin, and also perform
some validation, using the validate plugin. The problem I'm having is that
when I submit the form, it performs the validation, but also submits it and
returns the ajax response, regardless of the validation result... I n
i'm currently creating a tracker as a proof-of-concept. before the
tracker is started, events to be hooked are registered. when the
tracker starts, a timer is started and events are tracked by "frame"
which, by default, is 1 second in length. all hooked events occurring
within the "frame" are save
I have javascript code that alters the values inside the validate
attribute set on a ui element. An example of what I change is
validate="required:true, messages{required:'Please give a value}" to
validate="required:true,messages{required:'Give a different value'}".
This is changed via javascrip
I guess just out of the name 'Autocomlete' you could think that any
time you press a key in the input box the page is trying to complete
your sentence.
Hence sends request to the server.
Not sure why would you need a solution? Is it broken?
George.
On Dec 8, 11:30 am, "R. Rajesh Jeba Anbiah"
<[
> UPDATE:
>
> As I have been writing this message, I have been trying some other
> options to see if I can resolve the issue myself. It looks like the
> problem is solved by setting explicit height and width properties in
> CSS. Mike, if you are out there: is this expected behavior?
It sounds l
not sure. Probably yes, but first you need to be able play with CSS so
static HTML can be aligned like that.
Try something like this.
Tab1
Tab2
Tab3
George.
On Dec 9, 4:54 pm, ripcurlksm <[EMAIL PROTECTED]> wrote:
> Is this possible with jQuery tabs? To seperate certain tabs and push them to
I do not see where it says that.
.data(name,value)
puts a value in.
Usually any JQuery functions returns JQuery chain of objects.
So something like that can be done
$("div").data("test", { first: 16, last: "pizza!" }).addClass('red');
The $('div').data('test') will return you the value.
Georg
With the help of this group, I got my first JQuery function to work - a
combination sortable table columns/alternate row colors script. The only
problem is that it works on my static page but not on a dynamic page in my
content management system (PHP).
The weird thing is that I copied the source c
The docs at http://docs.jquery.com/Core say that jQuery.data
(name,value) should return the value, but instead it seems to be
returning jQuery. Is this what is supposed to happen?
Unless the ajaxSetup() function is being called with 'async': false,
then load() (and any other ajax based methods) will work
asynchronously.
Karl Rudd
On Wed, Dec 10, 2008 at 12:27 AM, Robin Speekenbrink
<[EMAIL PROTECTED]> wrote:
>
> I have a (stupid) problem: i have the follwing short script:
Could you provide a testpage?
Jörn
On Tue, Dec 9, 2008 at 6:11 PM, Wayne Austin
<[EMAIL PROTECTED]> wrote:
>
> Hi, i'm having an issue when using the validate plugin. When the
> plugin is applied to the form, if I select a file in my file input
> field then focus on another field in the form it r
Quick example using jqModal
http://paste.pocoo.org/show/94623/
On Dec 9, 4:27 pm, Jenolan <[EMAIL PROTECTED]> wrote:
> I just know that this is going to be one of those dumbo questions but
> I have been trolling for a plugin to do what I need without luck.
>
> Basically I want a modal styl
Is this possible with jQuery tabs? To seperate certain tabs and push them to
the right?
http://www.nabble.com/file/p20924502/Untitled-1.jpg
--
View this message in context:
http://www.nabble.com/jQuery-TabsAre-disjointed-tabs-possible--tp20924502s27240p20924502.html
Sent from the jQuery Ge
--
View this message in context:
http://www.nabble.com/jQuery-TabsAre-disjointed-tabs-possible-.-tp20924475s27240p20924475.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.
> Is it possible to display one blockUI over another
Maybe, but you'd probably need to hack at the plugin. It was designed
to display a single page block at a time.
> Actually if you put a debugger; statement there and debug with
> firebug you will see that it actually gets called. But for some reason
> the alert does not work. But other js code will work so you can show
> your messages somewhere else on the page if you want or need to.
Post a link so we ca
I've studied the code of the demo pages and I can't see any difference
between that and my own (my own implementation is built using the zip
download, unmodified!)
The stars get created fine, but each one has it's "value" displayed
above it - where the same code on the example page does not do th
I am having a problem with some of my images not loading when using
Mike Alsup's Cycle plugin. When my page loads and the images begin to
cycle, some of them just show as a small white rectangle (presumable
the border used for the images) while other images look fine. It's
acting as though the i
I have a (stupid) problem: i have the follwing short script:
$(window).load(function() {
$("#div1").load('/xmlHttp.php?action=getLoad');
$("#div2").load("/xmlHttp.php?action="+ $("input
[name='selectType']").val());
});
What this does: it calls the central xmlHttp url to fetch dat
Hi, i'm having an issue when using the validate plugin. When the
plugin is applied to the form, if I select a file in my file input
field then focus on another field in the form it removes the value.
This only seems to happen in IE and only to file input fields.
Any ideas as to why this would be
Hello,
I have a problem, i have this script:
$(document).ready(function() {
var requestURL = "index.php";
$("a").click(function() {
var params = $(this).attr("data");
$("#content").slideUp("slow");
$.ajax({
type: "post",
url: requestURL,
data: "new=y&page="+params,
beforeSend: function() {
$("
Dear Jquery devs,
I got a slight but complex problem. and I think I need someone
experienced with ajaxForm for it. I use the nifty AJAX interface
(
http://www.visionmasterdesigns.com/tutorial-ajax-interface-menu-using-jqueryphp/
), and i'd like to make my CMS (webshop) in this interface.
For th
I'm working on a page that uses the Columnize plugin to organize a set of
divs into two columns.
The behavior that I want (and which works in FF & Safari) is this: when the
page loads, all .speakers divs are hidden except for one (specified by
script). Clicking on an H3 toggles the visibility o
I'm trying to load new contnet using the .load function in JQuery
which works fine but the new content isn't being update with some
javascript which should re-render the HTML into an image (sparklines)
$(document).ready(function(){
$('.new_pie').click(function() {
Actually if you put a debugger; statement there and debug with
firebug you will see that it actually gets called. But for some reason
the alert does not work. But other js code will work so you can show
your messages somewhere else on the page if you want or need to.
On 7 nov, 15:34, Mike Alsup
I just know that this is going to be one of those dumbo questions but
I have been trolling for a plugin to do what I need without luck.
Basically I want a modal style display that I can open after the page
has been loaded for a certain amount of time, display the modal and
then fade/slide/whateve
I'm trying to load new contnet using the .load function in JQuery
which works fine but the new content isn't being update with some
javascript which should re-render the HTML into an image (sparklines)
$(document).ready(function(){
$('.new_pie').click(function() {
I'm trying to load new contnet using the .load function in JQuery
which works fine but the new content isn't being update with some
javascript which should re-render the HTML into an image (sparklines)
$(document).ready(function(){
$('.new_pie').click(function() {
I have the same problem here and the call sure is successful, because
the rest of the commands get executed.
The weird thing is that only the alert that does not get executed.
I have even inspected the response with firebug and repeated the tests
using selenium with and without the alert so I´m su
ps...
looking at your CSS again, it is indeed not valid, but not because of
what i first thought, heh
"background" isn't a valid property, it's "background-color"
On Dec 9, 4:14 pm, "David Blomstrom" <[EMAIL PROTECTED]>
wrote:
> Awesome - it works!
>
> Thanks so much for all the tips.
Why not just define a global variable, like
var divID = 0;
and use that when assigning the ID, while incrementing the value for
the next..
So a super quick example
http://paste.pocoo.org/show/94617/
On Dec 9, 3:51 pm, brian <[EMAIL PROTECTED]> wrote:
> or: DOMWindow -- open with sel
Awesome - it works!
Thanks so much for all the tips.
"...there are still no colored rows"
You *really* should download firebug (http://www.getfirebug.com) so
you can see what your code (and/or the code you use) is actually
doing
the "zebra" widget adds the class to the tag, not the tag,
hence your css of
tr.odd td { background: #ff0;
My bad. I forgot the {} so there is a js error now .
corrected code :
$(document).ready(function()
{
$("#myTable").tablesorter({ widgets: ['zebra']} );
}
);
On Tue, Dec 9, 2008 at 9:54 PM, David Blomstrom
<[EMAIL PROTECTED]>wrote:
> Sorry, when I pasted that script in, there were s
Sorry, when I pasted that script in, there were still no row colors, plus
the sorting function sstopped working.
On Tue, Dec 9, 2008 at 12:46 PM, Olivier Percebois-Garve <
[EMAIL PROTECTED]> wrote:
> ok. do that instead:
>
>
> type="text/javascript">
>
> $(document).ready(function()
> {
>
or: DOMWindow -- open with selector
I'm writing a plugin that creates a div with a form and attaches it to
the document, hidden. There may be several of these on the page so I
dispensed with IDs, choosing to use class selectors to get at them to
display, etc.. So far, this has been fine.
However
Sorry, I missed the messag that references class "odd." Yet when I insert
the following style...
tr.odd td { background: #ff0; }
...there are still no colored rows.
ok. do that instead:
$(document).ready(function()
{
$("#myTable").tablesorter( widgets: ['zebra'] );
}
);
On Tue, Dec 9, 2008 at 9:43 PM, David Blomstrom
<[EMAIL PROTECTED]>wrote:
> Thanks.
>
> I changed my code accordingly...
>
>
> type="text/javascript">
>
>
> $(document).ready
Thanks.
I changed my code accordingly...
$(document).ready(function()
{
$("#myTable").tablesorter();
}
);
$("table").tablesorter({
widgets: ['zebra']
});
* * * * *
But it works just as before; there are no table colors except when I
mouseover a row.
I'm assuming I only need
@karl: works great! thank you!!
@botondus: that's exactly what I had before that, but then, out of
some reason, the first hover would not show the item at all, only the
second.
On Tue, Dec 9, 2008 at 11:19 AM, botondus <[EMAIL PROTECTED]> wrote:
>
> Well if you want to fade in something it ha
Hi All,
I'm about to put together a js-based typing test and am wondering if
anyone might know of a plugin or code drop that might give me a head
start? Basic process:
1. user sees an image of a block of text
2. clicks a button to start a timer
3. types into a textarea
4. textarea becomes di
sry. wrong paste:
$("table").tablesorter({
widgets: ['zebra']
});
On Tue, Dec 9, 2008 at 9:18 PM, Olivier Percebois-Garve <[EMAIL PROTECTED]
> wrote:
> The zebra code you have seems to be based on another library (Prototype ?),
> so it wont run using without it.
> Anyway, there's a zebra p
The zebra code you have seems to be based on another library (Prototype ?),
so it wont run using without it.
Anyway, there's a zebra plugin included by default in the tablesorter.
just do:
$("table").tablesorter({
widgets: ['zebra','repeatHeaders']
});
Olivier
On Tue, Dec 9, 2008 at 9:01
Yuck
If you want to use Tablesorter, why not use the way it's supposed to
be used?
one simple setting of the "widgets" in the ".tablesorter" call would
wire up all alternate rows with the class "odd" (and it's done!)
On Dec 9, 3:01 pm, "David Blomstrom" <[EMAIL PROTECTED]>
wrote:
> I want t
I want to create a table that features sortable columns and alternate row
colors. I found scripts that do one or the other, but when I implement both,
the row color function is impaired.
First, I downloaded the JQuery TableSorter plugin; hence the links to
jquery-1.2.6.min.js and jquery.tablesorte
1 - 100 of 169 matches
Mail list logo