Firebug sez:
missing } after function body
http://www.whatbird.com/wwwroot/Components/Cycle%20Demo.html
Line 16
I think that code should be:
$(document).ready(function(){$('#birds').click(function() {
$('#birds').cycle('fade');
});
});
Instead of
$(document).ready(function(){
Excellent work Brandon, I can't wait to give it a try.
~Sean
On 8/20/07, Mitchell Waite <[EMAIL PROTECTED]> wrote:
>
> Do you have a clue as to why 100% wont work?
>
Put the height: 100% on and remove the height from , it should
work then (at least it did for me in FF 2.0.0.6 Win XP).
--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.free
Im having a heck of a time getting the Cycle plugin to work.
Cycle is at http://www.malsup.com/jquery/cycle/ and appears to be the
best slide show out there.
Here is my incredibly simple jQuery program:
http://www.whatbird.com/wwwroot/Components/Cycle%20Demo.html
Can anyone see what I have mis
Aaron
I was about to ge the vertical scroll bar to appear but not with
body {
height: 100%
}
I had to use
body (
height: 900px
}
Do you have a clue as to why 100% wont work?
Here is the link again.
http://www.whatbird.com/wwwroot/Components/Complete_Search_Tab.html
You were right, the table
My jTips work fine in FF but in IE7 they are all shifted to the right
by a fixed amount and I dont understand why or have a clue (ha ha) on
how to fix it.
If you go to this page and pass the cursor over the bird Acadian
Flycatcher you will see what I mean.
http://www.whatbird.com/wwwroot/Compon
I am beginning to have my own concerns about jTip.
My jTips work fine in FF but in IE7 they are all shifted to the right
by a fixed amount and I dont understand why or have a clue (ha ha) on
how to fix it.
I am going to post on this list and see if any one has a clue and
maybe a tip. (ok ok I'll
Most of the other libraries have some sort of Behaviors functionality (core
or plugin) ... However, they all provide a pretty limited feature set
compared to Live Query. None of them provide a live DOM experience like Live
Query does.
--
Brandon Aaron
On 8/20/07, Ganeshji Marwaha <[EMAIL PROTECTE
wonderful... before behavior plugin, i used to convince myself that the
extra effort is worth it because it creates more readability and reusability
by separating out methods that attach events etc.
But, now, u r making me lazy, and i am really glad u are ;-)
Thanks brandon, for this wonderful pl
Hi
yeah sorry I only realised the logic you point out immediately after
posting.
pd
On Aug 21, 12:08 pm, Stephan Beal <[EMAIL PROTECTED]> wrote:
> On Aug 21, 3:58 am, pd <[EMAIL PROTECTED]> wrote:
>
> > Not sure if this should go straight to the dev list so trying here
> > first. I've just spen
On Aug 21, 3:58 am, pd <[EMAIL PROTECTED]> wrote:
> Not sure if this should go straight to the dev list so trying here
> first. I've just spent two hours debugging a strange issue where the
> following triggers the back function and ignores the contents of the
> if condition:
>
> $(document).ready
Hi All
Not sure if this should go straight to the dev list so trying here
first. I've just spent two hours debugging a strange issue where the
following triggers the back function and ignores the contents of the
if condition:
$(document).ready(
function () {
if (window.history.back()) {
I'm trying to get a site using iframes working, and for that I do the
following:
$(frameDocument).ready(frameInit);
where frameInit is a function that sets up the logic for the page in
the frame.
I'd like to be able to just use normal queries like $('a') in
frameInit instead of queries like $('
> > I have to check that out. I guess it depends on the compiler
> > or intepreter.
>
> It's pretty rare for anything like this to depend on the compiler or
> interpeter.
We are still talking about short circuits?
For bitwise conditions. It can be larged based on only compiler/
interpreter but m
> From: Pops
>
> I always had been taken a back by the erroneoous usage of the term
> "ternary condition" for the ? operator. The ? is called the
> Conditional Operator and it provides binary logic. By
> definition, Ternary is three, not two. Binary provides a
> true or false execution pat
> My row column contains lot of details apart from name like
> images span id's apart from just text as in your scenario. in
> precise it contains lot of details apart from simple text but
> I need to pick up only that text from column by which rows
> are to be hidden.
> This is example to giv
Jay,
Before finding jQuery, I had a need with my frame based applet where
one frame updated another. I could not do so with IE Worked find
under FF. To resolve it, I went a frame reload approach.
Inspired by your message, I played with jQuery now to do this. I was
able to do it very easy wi
Obviously I didn't explain myself well enough! :)
I have a repeating/looped template, that is parsed (partial) by Rails,
but I also want to load that "template" (html with rail template tags)
into jQuery, so I can dynamically attach that same template using the
client. It's hard to explain exactl
Thanks Chris,
The docs are know updated.
/christian
2007/8/19, Chris <[EMAIL PROTECTED]>:
>
>
> Two easy to fix errors:
>
> The example code in Getting Started uses tableSorter() several times
> rather than tablesorter(). Threw me off till I compared my code with
> other examples.
>
> http://tab
Hi Lukek,
I took an other approach to this.
Check out: http://tablesorter.com/docs/example-extending-defaults.html
Regards
Christian
2007/8/20, lukek <[EMAIL PROTECTED]>:
>
>
> Been having a further poke around.
>
> I have done what Christian suggested and merged the widgets and parser
> arrays
Hi,
My table format is this
some data
some data
some data
some data
I have a small issue which might be easy for jquery pros.
Initially I'm saving up all the table rows as suggested by George(Thanks to
him) in my previous post like.
for( var i = 0, n = trows.length; i < n; ++i
Dan,
You need to include the jquery metadata plugin:
See: http://tablesorter.com/docs/#Download
/christian
2007/8/20, Dan Vega <[EMAIL PROTECTED]>:
>
>
> The examples do not say anything about a metadata widget, should my
> code look like this?
>
>
> $(document).ready(fun
Jean schrieb:
The error is in 795 line
jQuery(element).data is not a function
[Break on this error] : jQuery(element).data();
Please check Dependencies section of the plugin page. The - not so
helpful - error indicates that the metadata plugin is missing. Gonna
rename that method...
http:
Hello
I havent published it yet, (now im lack of my internet services thanks to my
isp great job :P), but i can show you the code that causes the problems
In my main page, index.php i include jquery and jquery form plugin and i
have this script
$(document).ready(function (){
$("#frminscri
John, that's a very cute trick that I had not thought of. Can that
internalized inside the animate so all animations gain that benefit?
~Sean
On 8/20/07, John Resig <[EMAIL PROTECTED]> wrote:
>
>
> I've re-done the original demo using jQuery's step function (dunno why
> I didn't think of this bef
Wonderful George!
On Aug 20, 3:22 pm, George Blouin <[EMAIL PROTECTED]> wrote:
> Thanks Matt! I threw this into my Google Docs and published it if
> anyone wants it just in that form instead.
>
> http://spreadsheets.google.com/pub?key=pmkgiRQf98ll4L1SSh9E0Dw
>
> George Blouin
>
> On Aug 20, 12:3
Couse i´m not using a table layout =P
but i´m using div.table ul.tr li.td
.table {
display: table;
}
.tr{
display: table-row;
}
.td {
display: table-cell;
}
The error is in 795 line
jQuery(element).data is not a function
[Break on this error] : jQuery(element).data();
a bit of code
Hi,
Rails generate the code HTML that jQuery will access it. You cannot access a
Rails code because Rails run on server and JavaScript run on client-side
2007/8/20, goodieboy <[EMAIL PROTECTED]>:
>
>
>
> Hi, I'm trying to search through a node and find all of the Rails template
> tags: <% and %>.
I know you said you didn't want to use any plugins, but Rik Lomas' great
quicksearch plugin
http://rikrikrik.com/jquery/quicksearch/
does just what you want right out of the box.
He even has a demo on his site for large tables:
http://rikrikrik.com/quicksearch/large_table.html
If you don't want
Hi, I'm trying to search through a node and find all of the Rails template
tags: <% and %>. I'd like to simply remove them, but can't figure out how.
How is this done? :)
Thanks!
--
View this message in context:
http://www.nabble.com/Seach-and-replace-Rails-template-tags-tf4300911s15494.html#a
Thanks Matt! I threw this into my Google Docs and published it if
anyone wants it just in that form instead.
http://spreadsheets.google.com/pub?key=pmkgiRQf98ll4L1SSh9E0Dw
George Blouin
On Aug 20, 12:33 pm, Pops <[EMAIL PROTECTED]> wrote:
> Why not just put this XLS into Google Docs? That way
Hi barophobia,
I had the same problems as you. I am using special spanish characters
as '�', '�' and so on.
What I did to solve the problems was:
1. In MySQL database, establish the collation as 'utf8_spanish2_ci'.
To japanese characters you can use 'utf8_unicode_ci'.
2. When you load an html
Hi,
I've got a template that is loaded into the page, and immediately
hidden by jQuery. I want to duplicate it and append it into another
place on the page. The situation is that there are spots in the HTML
fragment that have the Rails template syntax: <% something.each do |
item| %>. What I'd li
Jean schrieb:
I had a problem with a validation plugin in a form with some ul li fomatation
couze i´m using display: table and cia to emulate a table formation
Can anyone help me?
Could you explain what exactly your problem is?
If you are using a table layout, why don't you use a table? Her
This method works fine for a single frame document.
If you dynamically create a DOM element on the top frame and trying to
move this element in IE, an error will be thrown. See this thread:
http://groups.google.com/group/jquery-en/browse_thread/thread/e762d9b9e987b8cd/59e6fc098c757da2?lnk=gst&rnu
On Aug 20, 2007, at 2:11 PM, Klaus Hartl wrote:
>
> Estevão Lucas wrote:
>> the way that i use is:
>> $( "body" ).append("").find( ".testDiv" );
>> Thus the created element will be returned
>
> I usually code that like the following to save one expensive search
> operation and code duplication li
I had a problem with a validation plugin in a form with some ul li fomatation
couze i´m using display: table and cia to emulate a table formation
Can anyone help me?
Razão Social:
Responsável:
Email:
--
[]´s Jean
www.suissa.info
E
Why not just put this XLS into Google Docs? That way you don't scare
people with XLS downloads. :-)
On Aug 20, 2:13 pm, Matt Kruse <[EMAIL PROTECTED]> wrote:
> There are a few jquery cheat sheets out there already, but I wanted to
> create my own tailored to what I need and how I wanted it to
On Aug 19, 11:52 pm, Mitch <[EMAIL PROTECTED]> wrote:
> I will look into ClueTip. I like the way this coder set things up but
> he did not do a good job laying out how to use it, and compared to
> other plugin specialists here, he did not set up the plugin for
> automatic use, I had to play wit
Due to popular demand (Mikael ;) ) I decided to rewrite my invert accordion
script into plug in.
Original code is on
http://www.bydot.net/hoveracc/
But,
First incarnation of script (ver 0.0.1) shows old problem. Accordion is
dancing.
Demo can be found on: http://www.bydot.net/iccordion/
PS Wh
> When I tried to do this same test with "easing", I got an infinite loop
> error. Does that happen with your new method?
I received infinite loop errors last time I tried to use easing
(1.1.1) with jQuery 1.1.3 and couldn't pinpoint the problem (I'm not
good with the jQuery animation source cod
Estevão Lucas wrote:
the way that i use is:
$( "body" ).append("").find( ".testDiv" );
Thus the created element will be returned
I usually code that like the following to save one expensive search
operation and code duplication like the class name:
var div = $('').appendTo(document.body);
There are a few jquery cheat sheets out there already, but I wanted to
create my own tailored to what I need and how I wanted it to look. I
created it in Excel so it is easily modifiable.
http://www.JavascriptToolbox.com/jquery/JQueryCheatSheet.xls
I hope someone finds it useful. If anyone finds
On 8/20/07, Bil Corry <[EMAIL PROTECTED]> wrote:
>
> barophobia wrote on 8/20/2007 11:58 AM:
> > 1. Why do you think the standard pages work fine?
>
> Do you have a meta tag defining the charset? Most likely that wouldn't be
> present in an AJAX call but would tell the browser the correct charse
Rey Bango schrieb:
jQuery team member and jQuery UI team lead Paul Bakaus got some great
press from Ajaxian for his blog posting "Advanced ternary conditions
in JavaScript". Check it out:
http://ajaxian.com/archives/fun-with-ternary-operators
Direct link to Paul's posting:
http://paulbaka
On Aug 20, 7:17 am, elygre <[EMAIL PROTECTED]> wrote:
> One consideration for using POST is that character set handling for
> URLs is not always well defined, whereas the character set handling
> for the post data is. For example, if I want to send stuff like Æ, Ø
> or Å (norwegianl characters)
This is exactly how I do it. I don't even append the new element until it
has been fully populated or manipulated. I don't want my users to see a
half way completed div if some procedure takes longer than expected.
*Matt Penner**
*Database Engineer II
GIS Support
[EMAIL PROTECTED]
(951) 940-6108
it looks like that IE does not support onchange on div, is ther a simple way
around this because if not i am going to have to spend a few hours rewriting
this(there are about 7 dropdowns in div the pull data base on the options
abopve)
duma wrote:
>
> What sort of element is destination? Plea
> I am curious to refreshing my mind if the JS intepreter short
> circuits & bit masking. In other words:
>
> fn(a) & fn(b)
>
> I have to check that out. I guess it depends on the compiler or
> intepreter.
>
I didn't roll up my sleeves and test this with JS, but I did some
googlin
barophobia wrote on 8/20/2007 11:58 AM:
1. Why do you think the standard pages work fine?
Do you have a meta tag defining the charset? Most likely that wouldn't be
present in an AJAX call but would tell the browser the correct charset.
2. What about the issue I'm having sending the data?
You could do it like this, perhaps:
var $testDiv = $("").appendTo
(window.document.body);
Is that what you're looking for?
--Karl
_
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Aug 20, 2007, at 11:47 AM, Jay W wrote:
With the help from a few jQuery'ers,
the way that i use is:
$( "body" ).append("").find( ".testDiv" );
Thus the created element will be returned
2007/8/20, Jay W <[EMAIL PROTECTED]>:
>
>
> With the help from a few jQuery'ers, the only way to dynamically
> create and append element using jQuery for multiframe application is
>
> $(wi
With the help from a few jQuery'ers, the only way to dynamically
create and append element using jQuery for multiframe application is
$(window.document.body).append("");
This jQuery statement returns window.document.body object.
There will be quite a few elements created this way in a same
docu
Fantastic solution, really cut the code down! Thank you very much!
On Aug 18, 8:59 am, Pops <[EMAIL PROTECTED]> wrote:
> How about just:
>
> $('[EMAIL PROTECTED]').click(function() {
>if (this.id == "categoryid0") {
> $('[EMAIL PROTECTED]').attr("checked","");
> this.checked = tr
On 8/20/07, Bil Corry <[EMAIL PROTECTED]> wrote:
>
> Your server should be sending this as the content-type if serving UTF-8:
>
> text/html; charset=UTF-8
>
> Otherwise, you're leaving it up to the browser to decipher the charset.
Thanks for the info but I have some questions still.
1. Why
That is awesome! Thank you very much, and I will keep my fingers
crossed for you. :)
On Aug 20, 11:18 am, "John Resig" <[EMAIL PROTECTED]> wrote:
> 1.1.4 will probably be released tonight, if I can resolve some of
> these final, sticky, bugs.
>
> --John
>
> On 8/20/07, ru <[EMAIL PROTECTED]> wrot
Interesting article.
I do have a few comments. Hope its not taken as criticism.
I always had been taken a back by the erroneoous usage of the term
"ternary condition" for the ? operator. The ? is called the
Conditional Operator and it provides binary logic. By definition,
Ternary is three, no
Oops, haha, that's what I get for leaving in my debugging code. Try again.
--John
On 8/20/07, Stephan Beal <[EMAIL PROTECTED]> wrote:
>
> On Aug 20, 7:18 am, "John Resig" <[EMAIL PROTECTED]> wrote:
> > I've re-done the original demo using jQuery's step function (dunno why
> > I didn't think of t
i can't find any documentation on the 'step' function ?
Stephan Beal wrote:
> On Aug 20, 7:18 am, "John Resig" <[EMAIL PROTECTED]> wrote:
> > I've re-done the original demo using jQuery's step function (dunno why
> > I didn't think of this before). Much
> > improved:http://dev.jquery.com/~john/
barophobia wrote on 8/15/2007 11:15 PM:
Content-Typetext/html
Does that give you a clue?
Your server should be sending this as the content-type if serving UTF-8:
text/html; charset=UTF-8
Otherwise, you're leaving it up to the browser to decipher the charset.
- Bil
Very very good. Awesome!
2007/8/20, Tane Piper <[EMAIL PROTECTED]>:
>
>
> Hi Folks,
>
> Please find another one of my plugins here:
> http://jquery.com/plugins/project/pstrength
>
> This is a simple plugin that allows you to attach a client side
> password strength meter to any form element. You
On Aug 20, 6:25 pm, Gordon <[EMAIL PROTECTED]> wrote:
> My first attempt simply did an animate () on the hovered item and
> another one when it was unhovered. this produced the desired scaling
> effect, but it also ran into a few problems when the mouse was moved
> over several items in quick suc
Your problem is quite usuall. Go to plugin page and download hoverIntent
plugin. It will help you. Search trough list if you want to know more about
this bug.
And, welcome to the list!
--
Dragan Krstić krdr
http://krdr.ebloggy.com/
I am working on a project that includes a group of items arranged in a
grid. the powers that be would like for a mouseover event to make the
hovered item expand so that more information could be shown and shrink
again when the item is unhovered.
My first attempt simply did an animate () on the h
If I'm not wrong, same technice is used in Jorn's accordion plugin. Still.
congrats on feature!
2007/8/20, Paul Bakaus <[EMAIL PROTECTED]>:
>
>
> Thanks guys! :)
> And this 3 days after I set up my blog :P
>
> On Aug 20, 3:52 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote:
> > Excellent! Way to go, P
Hi Folks,
Please find another one of my plugins here:
http://jquery.com/plugins/project/pstrength
This is a simple plugin that allows you to attach a client side
password strength meter to any form element. You can check out a demo
and documentation here:
http://digitalspaghetti.me.uk/index.php
I really appreciate your help. Thanks a lot. It seems that you are pro in
javascript. But my scenario in selecting col values from table is quite
different from yours, I think you can help me right away.
for( var i = 0, n = trows.length; i < n; ++i ) {
var row = trows[i];
var col =
1.1.4 will probably be released tonight, if I can resolve some of
these final, sticky, bugs.
--John
On 8/20/07, ru <[EMAIL PROTECTED]> wrote:
>
> Anyone know when 1.1.1.4 is going to be released?
>
> On Aug 14, 4:12 pm, Ken <[EMAIL PROTECTED]> wrote:
> > I know you, and the other developers, are
Hello,
I tried desperately to make the jquery with the SVG code
but does that seem not to function... is it that someone
to an idea?
or of the examples that function ?
thank you for your help
(I use Firefox and adobe plugin svg)
On Aug 20, 4:30 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> Last time I working under creation of new plugins for JQuery. What I
> need to publish my plugins description in JQuery site? Where have I to
> place my plugins in external web-servers or it's possible to put my
> files into JQ
On Aug 20, 4:58 pm, Stephan Beal <[EMAIL PROTECTED]> wrote:
> On Aug 20, 4:47 pm, "Web Specialist" <[EMAIL PROTECTED]>
> wrote:
>
> > I'm looking a script to disable users to paste content in forms using
> > ctrl+v. How to avoid that?
And don't forget that you'd also have to disable Shift-Insert
Thanks guys! :)
And this 3 days after I set up my blog :P
On Aug 20, 3:52 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote:
> Excellent! Way to go, Paul!
>
> Also, check out Paul's very cool demo, Comic Strip
> Navigation:http://www.paulbakaus.com/lab/navigation/comicstrip/
>
> --Karl
> _
I got that error in IE7, but not in FF.
RE: Perceived speed. The way john fixed it is "accurate" in terms of
speed/time, which means the other one is not accurate. Most animations are
only 1 or a couple of elements, so this distortion shouldn't be noticeable.
Nothing to do, just interesting to th
Wizzud - Just wanted to let you know I finally got around to
implementing this - it works great!!
After picking it apart - I learned a lot - thanks for the example!
Jim
> -Original Message-
> From: Wizzud [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 16, 2007 5:17 AM
> To: jquer
Marc,
>a problem I couldn't find a solution for is the following:
>I have an input element with the attribute:
>
>
>Getting this element is easy using:
>$('[EMAIL PROTECTED]')
>
>But what to do when I try to search for the following:
>$('[EMAIL PROTECTED]')
You should be able to use:
$("[EMAIL
On Aug 20, 4:37 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> a problem I couldn't find a solution for is the following:
> I have an input element with the attribute:
>
http://docs.jquery.com/Frequently_Asked_Questions#How_do_I_select_an_element_that_has_weird_characters_in_its_ID.3F
Tha
On Aug 20, 4:47 pm, "Web Specialist" <[EMAIL PROTECTED]>
wrote:
> I'm looking a script to disable users to paste content in forms using
> ctrl+v. How to avoid that?
Since that facility is provided independent of JS by the underlying
native widgets (often at a deeper level than the browser applica
Anyone know when 1.1.1.4 is going to be released?
On Aug 14, 4:12 pm, Ken <[EMAIL PROTECTED]> wrote:
> I know you, and the other developers, are probably very busy with life
> and everything, but I was curious if there was any word on the new
> version of jQuery. I am highly interested in fixes f
I'm looking a script to disable users to paste content in forms using
ctrl+v. How to avoid that?
Cheers
Greetings,
Last time I working under creation of new plugins for JQuery. What I
need to publish my plugins description in JQuery site? Where have I to
place my plugins in external web-servers or it's possible to put my
files into JQuery web-site? There exists any validation phase for new
jquer
Hello,
a problem I couldn't find a solution for is the following:
I have an input element with the attribute:
Getting this element is easy using:
$('[EMAIL PROTECTED]')
But what to do when I try to search for the following:
$('[EMAIL PROTECTED]')
This ofcourse won't work with the square bracke
Hello to all!
I'm new with jQuery and was wondering if someone can help me out with
my problem I'm having for simple menu.
Here is the HTML code:
http://flairpair.com/blog"; title="FlairPair
Blog
Home">http://flairpair.com/blog/wp-content/themes/FlairPair/
img/home_off.
Hi!
I have a problem with jQuery interface library.
I've got a 'script' which looks like that:
http://tauri.ndl.pl/szaq/jquery/combined_2.htm
I wanted to combine interfaces: Draggable and Resizeable.
Everything is OK, but there is one problem - if #thumbnail is resized
(to more than 130x130 px)
Dear All,
I'm using the excellent CFJS plugin from Chris Jordan (see ) to ease some string functions in my web pages.
I'm running into a problem when using Replace() or ReplaceNoCase():
the original substring won't get deleted from the final output. Here
you are some code:
1) The original HTML
Hi All,
Does anyone know how to implement resizement following a certain amout
of pixels with jqDnR ? For example I would like the plugin to allow
resizement East, South or both by steps of 10px at a time.
In other words, I would like to have something like the grid option
for idrag.js but with
You are right John, it worked on via my local webserver.
Thanks,
Gurpreet
On 8/20/07, John Resig <[EMAIL PROTECTED]> wrote:
>
>
> It's because you're trying to load a file from your local hard drive -
> you need to have it hosted on the same domain as your page. (This is a
> restriction in place i
I have use jQuery to send AJAX call to PHP script using POST.
It's always execute error function callback.
I check using FireBug Firefox extention, the passed XMLHTTPRequest to
error function callback has some of this value :
readyState : 4
status : 200
responseText : {The expected response}
sta
I need preload images to memory like this:
$(window).bind('load', function(){
var preload = [ 'image/b01_click.gif','image/b01_over.gif',
'image/b02_click.gif','image/b02_over.gif' ];
$(document.createElement('img')).bind('load', function(){
if(preload[0]) this.src = preload.shif
Excellent! Way to go, Paul!
Also, check out Paul's very cool demo, Comic Strip Navigation:
http://www.paulbakaus.com/lab/navigation/comicstrip/
--Karl
_
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Aug 20, 2007, at 9:29 AM, Rey Bango wrote:
jQuery team memb
The examples do not say anything about a metadata widget, should my
code look like this?
$(document).ready(function() {
// call the tablesorter plugin
$("table").tablesorter({
widgets: ['zebra','metadata']
});
})
On 20/08/07, Stosh <[EMAIL PROTECTED]> wrote:
> Any chance that this might be integrated into the core in a future
> version, or something like it perhaps?
http://docs.jquery.com/JQuery_1.2_Roadmap#Behaviors
--
Best wishes,
Dave Cardwell.
http://davecardwell.co.uk/javascript/jquery/
Congrats Paul! :)
--
Brandon Aaron
On 8/20/07, Rey Bango <[EMAIL PROTECTED]> wrote:
>
>
> jQuery team member and jQuery UI team lead Paul Bakaus got some great
> press from Ajaxian for his blog posting "Advanced ternary conditions in
> JavaScript". Check it out:
>
> http://ajaxian.com/archives/fu
jQuery team member and jQuery UI team lead Paul Bakaus got some great
press from Ajaxian for his blog posting "Advanced ternary conditions in
JavaScript". Check it out:
http://ajaxian.com/archives/fun-with-ternary-operators
Direct link to Paul's posting:
http://paulbakaus.com/2007/08/17/adv
Uploading multiple files and 'selecting' multiple files are two very
different things. Based on your wording, I'm guessing that you want
to allow users to 'select' multiple files at the same time for
upload. In short, this can't be done via standard browser interfaces
(javascript), you'll need t
var destination = $('#destination');
it is a select box.
duma wrote:
>
> What sort of element is destination? Please paste its declaration.
>
> Sean
>
>
> Eridius wrote:
>>
>> does .change not work it IE becauseI have this
>>
>> 310 destination.load('/lib/ajax/price_buster.php', {'get':
I have now just tried
destination.load('/lib/ajax/price_buster.php', {'get': 'destination'});
destination.bind('change', function()
{
reset_data(0);
var destination_var = $('[EMAIL PROTECTED]');
nights.load('/lib/ajax/price_buster.php', {'get': 'nights',
What sort of element is destination? Please paste its declaration.
Sean
Eridius wrote:
>
> does .change not work it IE becauseI have this
>
> 310 destination.load('/lib/ajax/price_buster.php', {'get':
> 'destination'});
> 311 destination.change(function()
> 312 {
> 313 reset_data(0);
> 314
does .change not work it IE becauseI have this
310 destination.load('/lib/ajax/price_buster.php', {'get': 'destination'});
311 destination.change(function()
312 {
313 reset_data(0);
314 var destination_var = $('[EMAIL PROTECTED]');
315
316 nights.load('/lib/ajax/price_buster.php', {'get': 'night
John,
Any chance that this might be integrated into the core in a future
version, or something like it perhaps?
Pax,
- Stan
On Aug 20, 1:23 am, "John Resig" <[EMAIL PROTECTED]> wrote:
> This is absolutely clutch. I've been watching this plugin progress
> nicely and I'm very pleased with how it's
On Aug 20, 7:18 am, "John Resig" <[EMAIL PROTECTED]> wrote:
> I've re-done the original demo using jQuery's step function (dunno why
> I didn't think of this before). Much
> improved:http://dev.jquery.com/~john/ticket/animatetest/
error: "console is not defined"
??
console.log() is called a coup
1 - 100 of 110 matches
Mail list logo