Sorry there is a bug / error in the pastebin ...
I just noticed that it starts with then it calls the
... tags
You will need to take the body tag from the very top and add it
directly after the closing tag..
My bad!...
Also ... tablesorter comes with some CSS to make it look pretty so it
mig
Thanks for that awesome explanation. I just asked because the data isn't
sortable. But it's very nice looking...
When I click Host Name or Device Type, it just highlights it. I guess I was
just hoping jquery would figure it out, and make those columns sortable. I
assume I need to some how tell it t
Leave it in the PHP file. The tablesorter file should be left clean.
Think of it as a library that you include. The snippet of code you
referred to is something that makes use of that library. Don't be
fooled by the script tags. While the file is a PHP script, any PHP
code is parsed on the server.
Alex,
Thanks so much. It does look a lot better...and looking through your
changes, it makes perfect sense. Thanks for doing that.
Are you sure this code belongs in my .php file or should it be in the
jquery.tablesorter.min.js file?
$(document).ready(function() {
// call the tablesorter plug
You have alot of unclosed tags in there ...
Let me help you out a bit and pastebin how it should look!...
This should help
http://pastie.org/759936
On Dec 28, 6:44 pm, ace123 wrote:
> I'm not sure if this is possible...but I love the jquery tablesorter-
> but I can't figure out how to get it
I'm not sure if this is possible...but I love the jquery tablesorter-
but I can't figure out how to get it working. My page displays as if
it's not even there. I used php to snmpget some data from my network
switches and routers. It saves it to my DB...then I have this page to
display the informati
Going through the tutorials on this website and others, I've found
some syntax that I don't understand and is never explained. Usually
wrapped sets look like this:
$(#myElement)
But once in a while they look like this
$(#myElement)[0]
Here are a few examples of it in use:
$("div").index($("di
Hello everyone, I tried posting a message before, but it didn't get
posted, so here's another go.
I'm completely new to jquery development and I wanted to use this date
picker, since it also uses time as well
http://razum.si/jQuery-calendar/TimeCalendar.html
However, it did not say what to do,
Greetings,
I am attempting to use jQuery in a Prototype environment (Request
Tracker RT3.8).
My ready handler is working, but my first attempt at establishing a
wrapped set is not working.
Some snippets:
jQuery.noConflict();
jQuery(document).ready(function() {
set_max_length('Object-RT::Tick
I know, noobie here.
I'm having trouble getting a slideUp effect to work correctly with a
footer. I can easily get a slideDown from the top of the page to
work, but when I try and reverse it the div that slides up covers the
button. Basically I need to know how to bind/attach the activation
butt
I am new to the whole plugins thing. Can someone help me? I am looking
to use the JQuery Carousel and want to know how to use these plugins.
Please be descriptive if possible, or point me to a tutorial.
Thanks all in advance,
Aza
Just trying out Jquery for the first time today and I've come up with
a ticker for a projectI'm working on. The problem I have is that I
find it a clumsy solution for such an elegant framework. Any help
tidying up would be greatly appreceiated!
I don't want to post a load of code here so I'll jus
Somehow I don't get the concept of get() right. The following
expression gives an error;
$('p.fl').get(0).css('background', 'red');
Now what I'm trying to do here is select the first paragraph from all
the paragraphs with a class of "fl". After that I'm just trying to get
a visual id by making i
Hello,
I have a table that has some form inputs in a single row. One of the
text inputs is an autocomplete that gets its data from a PHP variable.
I have all that working.
I have a button that clones this row and all its inputs incrementing
the IDs and then appending it to the table. That works
Ok, this is a noob questions. I'm using Wordpress and have the
following code.
In the header I add:
The test javascript contains:
$(document).ready(function() {
$("a").click(function() {
alert("Hello world!");
});
});
function msg(txt) {
alert(txt);
}
In my test php file I have:
im kinda a noob with some of this jquery stuff. esp the ajax stuff so
any help i can get here would be greatly appreciated.
i am using this code to try to load new content into my content div.
$("myContentDiv").load("myScript.php?var1=x&var2=y&var3=z")
myScript.php generates my new content to
Hi,
I found the problem, isn't it always like that...you post, only to
find the problem a few minutes after! LOL
Apologies!
It was in the script tags, haven't closed them properly!
See you guys again to report back on my progress,
Ciao
winston.nolan wrote:
> Hello,
>
> I am starting out with
Hello,
I am starting out with Jquery, after w friend showed me the amazing
things you can do with it.
I am currently working through the tutorials but I do not see any of
the effects. I thought it was my fault but have followed this
tutorial: http://docs.jquery.com/Tutorials:How_jQuery_Works to t
Hey guys!
I've got a timer running in my page that creates a new element every
few seconds. The idea is to then fade in this new element. I've gotten
it to work...but for some reason as the page runs (are more elements
get added) the fades start to not finish. Each element gets lighter
and and li
Hi:
I'm a noob, so please be kind.
I am using jquery to parse some xml. I'm looking for the best
practice to access an elements text contents.
Let's say my xml looks like this:
Hello world!
Goodnight moon!
I can get a wrapped set of the elements this way: $('items > i
I am sure this has been answered before, but I could not find it.
I click on a link which loads a second page into a div using the load
function
$(document).ready(
function()
{
$(".actions a").bind ("click",
Ladies and Gentlemen,
Here goes my complete noob question:
I have this demo page:
http://www.itchycloud.co.uk/panther/
in which I'm using this jquery script:
$(document).ready(function(){
$("dd:not(:first)").hide();
$("dt a").click(function(){
I have a PHP array of data I want to be able to append to the html
using jquery and ajax. I want to be able to add different elements of
the array to different parts of the page.
How can I go about doing this?
I need to have each table rows point to different link. I am looking
at table striping and how hover works in 15daysofjquery.com.
http://15daysofjquery.com/table-striping-made-easy/5/
I need to make the whole table row clickable and should take the user
to a different link on the site.
How do I
I tried the following code, and I don't get the cursor to blink in
input text field. Any idea why is that?
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
$(document).ready(function(){
$('[EMAIL PROTECTED]"text"]
I've been going through various tutorials and demos of jQuery, and
finding my way fairly well, at least with the basics.
To work my way through a few concepts , I put up a quick demo of a
show/hide Faq-type system
http://www.mredesign.com/demos/jquery-show-hide/
but as I did so, I had a question
Dear all,
I've been faffing with this thing all morning. The more I faff, the
closer I get to using getElementById. The following should toggle the
background colour of a submit button's parent (a containing 'span' tag
pair set to display:block)
I am obviously missing something very simple.
$("
Hello group,
I try to dynamically add some tags and content to an existing element
(basically a toggle-link, that's only to be seen if JS is active and
that slideToggles a div). Somehow my code doesn't work in IE, although
it works fine in other browsers like Firefox or Safari:
+
I'm new to jQuery and can't figure this one out.
Instead of using an ajax get and innerHTML to load in external html, I
can just use jQuery's load function:
$(emptyDiv).load(externalHTMLFile);
which I like!
I would like to do is make better use of the graceful animations that
jQuery has. I wo
Ok, so here is the page:
http://www.tcbader.com/conf/
Why us my content to the right and not below the tabs like the example
page here:
http://www.tcbader.com/conf/%5Fjs/jquery%2Dtabs/
What am I missing?
Hope this makes it to the list...
30 matches
Mail list logo