[jQuery] Re: sorting columns using jquery. noob with html and java. built custom php using snmp

2009-12-29 Thread Alex Mcauley
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

Re: [jQuery] Re: sorting columns using jquery. noob with html and java. built custom php using snmp

2009-12-29 Thread Mark K. Ayler Jr.
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

Re: [jQuery] Re: sorting columns using jquery. noob with html and java. built custom php using snmp

2009-12-29 Thread brian
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.

Re: [jQuery] Re: sorting columns using jquery. noob with html and java. built custom php using snmp

2009-12-29 Thread Mark K. Ayler Jr.
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

[jQuery] Re: sorting columns using jquery. noob with html and java. built custom php using snmp

2009-12-29 Thread Alex Mcauley
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

[jQuery] sorting columns using jquery. noob with html and java. built custom php using snmp

2009-12-28 Thread ace123
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

[jQuery] Noob question about wrapped sets

2009-07-20 Thread nyte999
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

[jQuery] noob question, computability issues with a different date picker

2009-07-09 Thread labbit
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,

[jQuery] noob problem with selector and wrapped set

2009-07-08 Thread Matt Zagrabelny
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

[jQuery] Noob Q's For SlideUp on a Hidden Footer?

2009-04-20 Thread jQnoob
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

[jQuery] Noob Question - How do you use the plugins created here in Dreamweaver?

2009-03-25 Thread Ruester
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

[jQuery] Noob alert - can you help clean up my ticker?

2009-03-02 Thread w33bs...@googlemail.com
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

[jQuery] noob question

2009-01-30 Thread bart
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

[jQuery] Noob

2009-01-14 Thread rhythmicde...@gmail.com
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

[jQuery] Noob Q. Can't get jQuery working

2009-01-01 Thread spstieng
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:

[jQuery] noob question: loading dynamic content with .load()

2008-11-04 Thread HiddenPhoenix
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

[jQuery] Re: Jquery noob and Firefox3

2008-09-02 Thread winston.nolan
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

[jQuery] Jquery noob and Firefox3

2008-09-02 Thread winston.nolan
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

[jQuery] Noob jQuery effects question. Help please :-(

2008-08-22 Thread Marak
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

[jQuery] Noob question about accessing element contents

2008-07-01 Thread ml1
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

[jQuery] Noob Question: Using Selectors after ajax load

2008-06-25 Thread Eric
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",

[jQuery] noob question: how to close current visible in this script

2007-11-30 Thread [EMAIL PROTECTED]
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(){

[jQuery] Noob question: How to access a PHP variable and append it to the html?

2007-11-29 Thread Action
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?

[jQuery] noob: table row level link and hover

2007-10-20 Thread crybaby
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

[jQuery] noob: input field focus help

2007-10-04 Thread crybaby
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"]

[jQuery] Noob click-change-click question re. parent class rules

2007-10-03 Thread MichaelEvangelista
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

[jQuery] Noob syntax question re toggle between css attributes

2007-08-07 Thread dug
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. $("

[jQuery] Noob Question - .add() not working in IE?

2007-07-25 Thread webrocker
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: +

[jQuery] noob question - load function - dynamic content to slide in place

2007-07-24 Thread tonywhite
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

[jQuery] Noob here, please help

2007-06-11 Thread Terry B
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...