Fake? Don't tell that to the pigeons:
http://news.com.com/2100-1001-257064.html
--Erik
On 6/15/07, Karl Swedberg <[EMAIL PROTECTED]> wrote:
ha! that's pretty funny. I had no idea what you were talking about. It's
always good to learn more trivia, especially if it's fake. :)
--Karl
_
Karl Swedberg wrote on 6/15/2007 6:52 PM:
ha! that's pretty funny. I had no idea what you were talking about. It's
always good to learn more trivia, especially if it's fake. :)
Geek humor for sure.
- Bil
When:
Sunday, June 24, 2007 - 10:30 AM
Where:
Hotel Helder Opera
4, Rue du Helder
Paris, Île-de-France 75009
About:
This is a meet up for those that use and are interested in the jQuery
JavaScript Library. We'll be meeting in the lobby of the Hotel Helder
Opera and then move to a park for a pic
ha! that's pretty funny. I had no idea what you were talking about.
It's always good to learn more trivia, especially if it's fake. :)
--Karl
_
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Jun 15, 2007, at 9:40 PM, Bil Corry wrote:
Karl Swedberg wrote on 6
Karl Swedberg wrote on 6/15/2007 6:31 PM:
As a member of the welcoming committee, I'm pleased to announce that we
have sent you some fabulous membership prizes via carrier pigeon,
Don't you mean delivered via RFC 2549?
- Bil
Glen,
I'm thrilled that you've officially joined the cult ... ummm ... I
mean ... team.
As a member of the welcoming committee, I'm pleased to announce that
we have sent you some fabulous membership prizes via carrier pigeon,
including an upside-down flower pot, a 10% discount coupon for an
I want to thank all the little people. (Under 5 ft tall).
Seriously, I have been involved in alot of 'communities' in the last decade
and every single one was a complete pain in the ass.
This is the very first one that I actually enjoy. I think its a testament
to how easy jQuery is to TEACH.
S
>> I have a project that I am working on where I needed to give a
>> printer-friendly view of a form. [ ... ]
http://rcs-comp.com/code_examples/jquery_form_print/
Very nice. I can see a number of useful places for this technique.
-- Scott
Rey Bango wrote:
The jQuery Project would like to welcome our newest team member, Glen
Lipka.
Welcome, Glen!
It will be great to have your perspective added to the team!
Thanks for all you do for this community.
-- Scott
I don't know if this is still a problem for you, but I believe your
invocation of the "containment" parameter is wrong. If I'm reading
the documentation right, "containment" expects the literal value
"parent", not whatever the parent's id is.
With that said, I can't actually get containment to w
Well, I have at least a partial solution. I'm still having serious
problems with containment, but without containment, if I position the
elements in question, it seems to work correctly (except, of course,
that you can move items from one sortable to the other).
On your "without containment" pag
Great news! It's always good to hear from Glen! He comes to jQuery from a
different place than most of us geeks!
--
Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ
Congrats Glen! I hear your voice a lot in this group and no doubt you
will be a great addition to the team.
~Sean
The jQuery Project would like to welcome our newest team member, Glen Lipka.
Glen has been a fantastic contributor to the project offering both
positive feedback and exceptional support to the jQuery community. He's
consistently demonstrated his commitment to advocating the benefits of
the j
very interesting!
what is loaded to you? loaded to me means the dom & scripts are ready...
not when images are loaded or the after css & layout is processed. perhaps
we should have more events in jQuery to deal with the different times.
On 6/15/07, Bil Corry <[EMAIL PROTECTED]> wrote:
Via
Here you go:
http://rcs-comp.com/code_examples/jquery_form_print/
Click on the link at the top of the page to see what the page looks
like with the form values replaced.
On Jun 15, 4:34 pm, "Andy Matthews" <[EMAIL PROTECTED]> wrote:
> Do you have an example of this in place? It sounds awesome.
Via Ajaxian, interesting browser behavior:
-
Safari does not fire onload at the same time as other browsers. With most
browsers, they will wait until the page is loaded, all images and stylesheets
and scripts have run, and the page has been displayed before they fire onload.
Safari does n
argh! it's always something that IE doesn't do!
On 6/15/07, Karl Swedberg <[EMAIL PROTECTED]> wrote:
Jake, .load() is cool, but it doesn't work in IE if the image is already
in the cache.
Sean, .complete is only for images (afaik). It's a non-standard property,
but widely implemented.
--Karl
Jake, .load() is cool, but it doesn't work in IE if the image is
already in the cache.
Sean, .complete is only for images (afaik). It's a non-standard
property, but widely implemented.
--Karl
_
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Jun 15, 2007, at
Do you have an example of this in place? It sounds awesome.
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: Friday, June 15, 2007 3:25 PM
To: jQuery (English)
Subject: [jQuery] Printer Friendly Form Field Replacements
I
I have a project that I am working on where I needed to give a printer-
friendly view of a form. Normally, I would do this server side, but
this form was pretty complicated, had a lot of fields, and I didn't
want to do all the if/then statements that would have been required in
my template. So,
Dan G. Switzer, II wrote:
I think this problem is due to some of your CSS background-color
declarations. I've seen problems using "background-color: inherit;" before
similar to this--where it essentially makes the background color
"transparent."
Thanks. I have seen those issues before. There
complete is cute, but the onload handler is cool!
$('img').load(function (){ /*play with it */})
On 6/15/07, Sean Catchpole <[EMAIL PROTECTED]> wrote:
Thanks Karl, I had no idea there was a complete property. Is this only for
images, or all DOM elements?
~Sean
--
Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ Ꭻ
Actually what work is:
var popup = window.open('', 'blankpage');
with(popup.document){
write($(".bodytext").html());
}
Thanks for the pointer Sean.
On 6/15/07, Benjamin Sterling <[EMAIL PROTECTED]>
Hi Jörn,
I've found some codes on your site earlier, and yes this one:
> I'd recommend a different approach:
>
> $("#dane_zam").validate({
> rules: {...},
> messages: {...},
> submitHandler: function(form) {
> $(form).ajaxSubmit({
> target: "#result_danem_zam",
> success: fu
I'm a raw newbie but have not found this particular question answered.
I have a series of dynamically generated radios each of which has
three possible values Y (yes) N (no) and M (maybe) and want to capture
mouse clicks and act on them depending on the value
for example
I'm a raw newbie but have not found this particular question answered.
I have a series of dynamically generated radios each of which has
three possible values Y (yes) N (no) and M (maybe) and want to capture
mouse clicks and act on them depending on the value
for example
Scott,
I think this problem is due to some of your CSS background-color
declarations. I've seen problems using "background-color: inherit;" before
similar to this--where it essentially makes the background color
"transparent."
If you set it to a solid color and make sure it has a higher z-index,
Yeah, that was a now go. I appends it back to the parent body.
This is what I got:
var popup = window.open('blank.htm', 'blankpage');
$(".bodytext").clone().appendTo("body",popup);
On 6/15/07, Benjamin Sterling <[EMAIL PROTECTED]> wrote:
Thanks Sean, I am going to give that one a try.
On 6/
Thanks Karl, I had no idea there was a complete property. Is this only for
images, or all DOM elements?
~Sean
yes. Jôrn just posted this to the list yesterday:
From the Learning jQuery book draft (be sure to buy it once its out!):
if ($enlargedCover[0].complete) {
animateEnlarge();
} else {
$enlargedCover.load(animateEnlarge);
}
This is a rare instance in which the load event is more useful to
us
Thanks Sean, I am going to give that one a try.
On 6/15/07, Sean Catchpole <[EMAIL PROTECTED]> wrote:
When you say pop up, do you mean, window.open style.
If that's the case try using something like this:
var popup = window.open(...)
$("#cloneme").clone().appendTo("body",popup);
~Sean
--
Sean Catchpole wrote:
Scott, the problem is the form (quick-buy).
If I put other elements there (instead of the form), they render just fine.
I'll play a little more with it, but consider wrapping the quick-buy
form in creative ways.
Damn, I just caught that too. I this minute saw that the f
$("[EMAIL PROTECTED]")
~Sean
there is supposed to be a space before the word charset. Not sure if that's
causing the problem... keep testing!
jQuery.ajaxSetup({contentType: "application/x-www-form-urlencoded;
charset=iso-8859-1"})
On 6/15/07, oscar esp <[EMAIL PROTECTED]> wrote:
Hi I have test this code:
jQuery.aj
When you say pop up, do you mean, window.open style.
If that's the case try using something like this:
var popup = window.open(...)
$("#cloneme").clone().appendTo("body",popup);
~Sean
Hey guys and gals,
Wondering if anyone has a quick and easy way to clone content from a div on
parent page to the body of the child (pop up) page.
Thanks.
--
Benjamin Sterling
http://www.KenzoMedia.com
http://www.KenzoHosting.com
Any other developers here have any useful information, tips, code, or
advice?
I think I've discovered that there may be a .completed attribute in
javascript that could be used to tell when each image is loaded...
Yeah, that makes sense. BlockUI doesn't clone the element, but it
does move it to another part of the DOM and then removes it from the
DOM when unblockUI is called. So the 2nd time through you were
binding your yes/no events while those elements were not part of the
DOM (which means jQuery can'
Scott, the problem is the form (quick-buy).
If I put other elements there (instead of the form), they render just fine.
I'll play a little more with it, but consider wrapping the quick-buy form in
creative ways.
~Sean
[re: http://scott.sauyet.com/issues/2007-06-15a/]
Karl Swedberg wrote:
hey Scott,
that looks like a nasty ie6 bug.
I keep thinking that it's just me. But I've been racking my brains
trying to figure out what I've done wrong. In some sense, knowing that
FF, OP, and SF are much closer to sp
Tane Piper schrieb:
http://www.wymeditor.org/en/
how cool is this ? didn't know that they used jquery!
absolutely cool!
micha
Rectification :
With unbind in the yes click handler, the Yes button doesn't work
anymore the second time the code is triggered. First time it is
working ok.
Mike,
I found the solution but I don't understand it :
If I move the $.blockUI() call to the beginning of the
$(".a_delete").click hand
try:
$(function(){
$("a").click(function(){
$("#show_results").load("index.php",{"id",$(this).attr("id")});
return false;
});
});
Binds a click event to every anchor, sends urlparam "id" set to
whatever the anchor id is, you can access is using $_REQUEST["id"].
Injects retur
hey Scott,
that looks like a nasty ie6 bug.
How about this:
add a .hide() for the quick find stuff in the callback of the method
that shows the advanced search. do the same, but add .show() for
quick find when user clicks the advanced search close image.
You don't want them to be visible at
Hi,
What I want to do:
I have a list of links with id values. Each of these id values get
sent to a remote php file, that is in turn returned to the page.
ie...
Show formated results here.
No gurus about today?
John Farrar wrote:
> I would like to be able to do the type of thing they are doing with
> SPRY.
>
>
>
> 1. How can I pull the spry attributes with jQuery.
>
> 2. Is there a way to pull attributes as a wildcard? All attributes
> that start with spry?
>
>
>
at first when I saw I thought also that it was mootools
i will be checking out that plugin, the only draw back is the initial load
time of the site
Would be great if there was a way to preload the various assets for a site
On 15/06/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I was about
Only the CSS needs changing.
Where it says li { float:left; } take the float:left; part out.
~Sean
Hey guys. I'm looking for a slide out menu that follows these
guidelines:
-Should be Firefox 1.5 and greater and IE 6/7 compatible (it *must*
look the same on both browsers)
-*Must* be Vertical (but if it supports horizontal menus, better)
-It *must* support unlimited sub-levels.
-It should look
Hello everybody,
i´m developing this code to add new input elements to a given form:
var contador=0;
$("#botonFormulario").click(function(){
$("#nuevoCampo").after('valor: valor: ');
contador++;
});
the question is,
If I do this, the effect is that the Yes button's click is not binded
anymore. Clicking on it doesn't do anything.
I tried to add it at the end of the block but it's the same effect
Rectification :
With unbind in the yes click handler, the Yes button doesn't work
anymore the second time the co
Brandon Aaron wrote:
Sorry I don't have the answer but the bgiframe is primarily to fix
z-index issues in IE with select elements.
That's what I thought, and because the select items were the dominant
objects showing through, I started by trying to use bgiframe. I'm
starting to think that t
Hmm, c'mon...pony up! No such critter exists? I'm guessing it's a
matter of modding the CSS, but maybe someone has tackled it (or tried)
already?
- Jack
Jack Killpatrick wrote:
Hi All,
I need to create vertical tabs for a UI. I've done some poking around
and based on comments here it
Try adding this to your "yes" click handler code:
$(this).unbind('click');
Like this ?
$("#modal_yes").click(function() {
$(this).unbind('click');
console.log(id);// second console log
$.unblockUI();
});
If I do this, the effect is that the Yes button's click
Sorry I don't have the answer but the bgiframe is primarily to fix z-index
issues in IE with select elements.
--
Brandon Aaron
On 6/15/07, Scott Sauyet <[EMAIL PROTECTED]> wrote:
Okay, I've been staring at this too long now... help!
I have a div that is in-line when JS is off. With JS on, J
I was about to start a thread on this one too Sam!
The site kicks but, it is a horizontal scrolling or sliding more like,
site, meanwhile if you click the jobs tab at the top a div opens and
slides in vertically.
I was guessing it would be mooFX or prototype, it's all jquery and
some plugins.
Don'
Fabien,
Try adding this to your "yes" click handler code:
$(this).unbind('click');
Mike
On 6/15/07, Fabien Meghazi <[EMAIL PROTECTED]> wrote:
Hi all,
I'm puzzled with the following code (context explained below) :
$(document).ready(function() {
var modal = $("#modal_yesno")[0];
Okay...
I've added the appropriate tags in the correct locations and still nothing.
It's worth noting that this other project I mentioned didn't have tbody tags
for the "body" of the table.
One question...does doctype matter for this plugin?
andy
-Original Message-
From: jquery-en@goo
Okay, I've been staring at this too long now... help!
I have a div that is in-line when JS is off. With JS on, JQuery
unobtrusively hides the div, inserts an external link and a close button
to toggle it on and off. It works fine everywhere except in IE. I've
tested FF2, OP9, and SF3, all
Hi all,
I'm puzzled with the following code (context explained below) :
$(document).ready(function() {
var modal = $("#modal_yesno")[0];
$(".a_delete").css("cursor", "pointer").click(function() {
var tr = $(this).parent().parent();
var id = $(tr).
link to extjs post that started me down this path:
http://extjs.com/forum/showthread.php?t=7171
On Jun 15, 1:14 pm, traunic <[EMAIL PROTECTED]> wrote:
> Bueller?
>
> On Jun 12, 12:20 pm, traunic <[EMAIL PROTECTED]> wrote:
>
> > Using the Ext JS DateField which exposes a bug with 1.1.2 that
> > pr
It's a hosted blog, so I don't have any control over it - and
annoyingly they use markdown as well, so I can't embed microformats
either.
That's one of the reasons I need to get my own hosting up and running,
to show off my custom CakePHP + jQuery CMS (its a work project
released under a MIT/GPL
This is all very interesting, maybe there is a bug in jQuery with the
ready event for IE6?
Because after the ready event fires, keep in mind, the ready event is
NOT part of the JS standard and it is entirely up to jQuery to
determine what "ready" is, execution control should be sent back to
what
I believe you can use $("p").toggle("slow"); and it will achieve the result
you are after, no need for 2 seperate functions.
On 6/15/07, Giovanni Battista Lenoci <[EMAIL PROTECTED]> wrote:
Hi, I'm a newbie in jquery please be patient :-)
I'm playin with jquery mixing some tutorials.
I'm tryi
It's been updated, but you may need to refresh your browser.
Mike
On 6/15/07, Gilles (Webunity) <[EMAIL PROTECTED]> wrote:
Great! Make sure you update your own demo page, since it contains a
link to the old "filename" on code.google.com
On 15 jun, 13:34, "Mike Alsup" <[EMAIL PROTECTED]> wro
Ok fine! I like to be a beta tester.
On 14 jun, 20:38, "Ⓙⓐⓚⓔ" <[EMAIL PROTECTED]> wrote:
> this patch is changes ajax, form uses ajax, so it should work! That's
> what I hope we will know after you test!
>
> On 6/14/07, oscar esp <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
>
> > Another question..
Great! Make sure you update your own demo page, since it contains a
link to the old "filename" on code.google.com
On 15 jun, 13:34, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> Gilles,
>
> Sorry for the confusion. I renamed the file as Brandon suggested and
> committed that change. I'm still worki
Hi I have test this code:
jQuery.ajaxSetup({contentType: "application/x-www-form-
urlencoded;charset=iso-8859-1"})
jQuery.pair = function(f,v) {return escape(f) + "=" + escape(v)};
var url = "test2.asp"
pars= "text2=áéíáéáa"
jQuery.ajax({
ty
You'll probably be better off if you can post examples of your code, or a
page where people can see the code in action.
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Gordon
Sent: Friday, June 15, 2007 11:48 AM
To: jQuery (English)
Subject: [jQ
Bueller?
On Jun 12, 12:20 pm, traunic <[EMAIL PROTECTED]> wrote:
> Using the Ext JS DateField which exposes a bug with 1.1.2 that
> prevents navigation beyond a month. They suggest using a release >
> 1.1.2 as the bug has been resolved.
>
> Problem is the following code (simplified for this exam
Hello, I am an absolute jquery newbie since yesterday evening.
I couldn't make some stuff go away.
I struggled for some time with this (later saw in the manual, that
hide() only applies to stuff that is visible).
So just in case anybody else is a newbie and struggles with the same
as me, here is
Hi, I'm a newbie in jquery please be patient :-)
I'm playin with jquery mixing some tutorials.
I'm trying to open a with some text within with the animation
control, and a link. Then when I opened the I want to change the
behaviour of the link.
When I click on the link I do the animation, a
Thanks for the help, the clear explanations and the time you spent, guys.
I should point out that none of my jQuery code inside the
$(document).ready() is manipulating the tag created by the WebTrends
script. My jQuery scripts are totally separate and unrelated to the
WebTrends scripts (at the mo
Ok, Gilles, it's out there now.
Mike
On 6/15/07, Mike Alsup <[EMAIL PROTECTED]> wrote:
Gilles,
Sorry for the confusion. I renamed the file as Brandon suggested and
committed that change. I'm still working on the tab navigation but I
should have it done today. There's a little extra work fo
Tane, not sure if you know this, but your site blows up in FF, looks good in
ie tho.
Jake, good find.
On 6/15/07, Tane Piper <[EMAIL PROTECTED]> wrote:
Very nice site :)
http://digitalspaghetti.tooum.net/switchboard/blog//2507:Help_fund_my_project
On 6/15/07, Jake McGraw <[EMAIL PROTECTED
Very nice site :)
http://digitalspaghetti.tooum.net/switchboard/blog//2507:Help_fund_my_project
On 6/15/07, Jake McGraw <[EMAIL PROTECTED]> wrote:
http://www.chipin.com/
--
Tane Piper
http://digitalspaghetti.tooum.net
This email is: [ ] blogable [ x ] ask first [ ] private
Another thing I noticed while profiling my code is that the jQuery
method filter() gets called a lot, over 5000 times in a relitively
short space of time when only performing a small number of
operations. It also stood out because its worst-case run time was
250ms. Maybe I can get a speedup if I
http://www.chipin.com/
I am trying to find speedups in a piexe of jQuery code, unfortunately
I am running out of tricks. I've tried to reduce or eliminate the use
of $ in loops, but in a few places I've been using $(this) in loos,
mainly each loops.
I would like to know if there are faster ways of doing things other
t
slakoz wrote:
What is wrong:
the validation is working, because the message for Field1 validation
is displaying, but i can't figure out why the form is submited and
tab#2 enabled and triggered, when validation for Form1 in Tab1 is
unsuccessfull.
The validate-plugin-method returns the valida
yah - , and still need 's
jpf wrote:
>
>
> Hmmm...
>
> Have a look at your headers. Perhaps you'll need to clarify the structure
> a bit more with 's. Mine works in the following format:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> --- Andy Matthew
Hi Moazzam,
Are you using version 1.1.3a? That version hides the row for me when
using .fadeOut()
--Karl
_
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Jun 15, 2007, at 11:29 AM, moazzamk wrote:
The fadeOut() fades the content out but doesn't collapse th
Thanks!
On Jun 14, 9:27 pm, "Brandon Aaron" <[EMAIL PROTECTED]> wrote:
> $(document).ready is the original and is what happens behind the scenes ...
> the shortcut is because we don't like typing. :)
>
> --
> Brandon Aaron
>
> On 6/14/07, Charlie Concepcion <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
The fadeOut() fades the content out but doesn't collapse the content.
Perhaps there can be an option for that, if it's not there by default?
I was trying to hide the content but not delete the table row and all
of the animations function weren't doing it.
One more thing I have noticed is that ani
Thanks for the help everyone. That's really a shame that you can't
use the DOM functions available on HTML with XML, it would really make
life easier in a lot of cases.
On Jun 15, 3:09 pm, skyeflye <[EMAIL PROTECTED]> wrote:
> Hi Gordon,
>
> Your question (and Scott's earlier reply) may nullify
Hmmm...
Have a look at your headers. Perhaps you'll need to clarify the structure
a bit more with 's. Mine works in the following format:
--- Andy Matthews <[EMAIL PROTECTED]> wrote:
>
> Tried adding tbody to what's there right now and it didn't w
I would like to be able to do the type of thing they are doing with
SPRY.
1. How can I pull the spry attributes with jQuery.
2. Is there a way to pull attributes as a wildcard? All attributes
that start with spry?
JavaScript is a single thread/process and executed in the order (top
to bottom) of the page. To provide additional functionality, JS has a
series of events, which interrupts the standard execution order
(onclick, onload, onblur, etc...), the $(document).ready() binds a
callback function to the do
http://www.wymeditor.org/en/
On 6/15/07, Juan Pablo Aqueveque <[EMAIL PROTECTED]> wrote:
Hi jQuery gurus:
I would like to see a WYSIWYG Form Editor like this one:
http://www.themaninblue.com/experiment/widgEditor/
but in jQuery of course. Or already exists one?.
?
Cheers
--
juan pablo aq
There's only 1600 line sof javascript in the widgEditor.js file.
Why not convert it?
;)
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Juan Pablo Aqueveque
Sent: Friday, June 15, 2007 9:16 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] w
Tried adding tbody to what's there right now and it didn't work.
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jonathan Freeman
Sent: Friday, June 15, 2007 8:47 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Tablesorter woes
?
--
Hi Gordon,
Your question (and Scott's earlier reply) may nullify this
recommendation for your particular circumstances, but if it's any help
to you or others, I found a good, basic tutorial on parsing XML with
jQuery here:
http://blog.reindel.com/2007/02/02/use-jquery-expressions-and-ajax-to-bro
Hi jQuery gurus:
I would like to see a WYSIWYG Form Editor like this one:
http://www.themaninblue.com/experiment/widgEditor/
but in jQuery of course. Or already exists one?.
?
Cheers
--
juan pablo aqueveque
www.juque.cl
I'll give that a shot, but it was working before without tbody in there.
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jonathan Freeman
Sent: Friday, June 15, 2007 8:47 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Tablesorter woes
Hi all,
I have a client that is running WebTrends for a large, enterprise web
site. The way WebTrends works is very simple, and similar to many
other user-tracking software. There is a chunk of WebTrends JavaScript
code (they call it the "SmartSource Data Collector Script"), embedded
in the botto
Thanks Rey
On Jun 15, 9:40 am, Rey Bango <[EMAIL PROTECTED]> wrote:
> Hi Charlie,
>
> Go to the tutorials section and run through some of those. Also, if you
> really want to cut your teeth w/ jQuery, I'd suggest looking at:
>
> http://www.learningjquery.comhttp://15daysofjquery.com/
>
> Rey...
>
?
--- Andy Matthews <[EMAIL PROTECTED]> wrote:
> I've used tableSorter successfully in another project but for some
> reason
> it's defeating me in this one. I've got some code to display, but I
> can't
> put a working version up as it's for an admin section. Here's the
> portions
> of the cod
Gordon wrote:
Is there a way I can get the #selector style syntax to work on XML
files?
I don't think so. From the CSS specs [1]:
Note. In XML 1.0 [XML10], the information about which attribute
contains an element's IDs is contained in a DTD. When parsing XML,
UAs do not always r
I've used tableSorter successfully in another project but for some reason
it's defeating me in this one. I've got some code to display, but I can't
put a working version up as it's for an admin section. Here's the portions
of the code that I think are relevant...please let me know if I need to add
1 - 100 of 122 matches
Mail list logo