Not the prettiest code i've ever written, but:
1) It works :-)
2) Didn't touch one single character in tablesorter.js
http://paste.pocoo.org/show/109306/
(Make sure you are viewing it in Firefox with FireBug going, or
comment out the "console.log"-s and set Tablesorter's option of
"debug" to "f
On Mar 24, 2:09 pm, "Jeffrey Kretz" wrote:
> I found Multiple IE to be inaccurate for certain types of CSS and
> Javascript.
Could you elaborate on what "types" of CSS and Javascript?
> I've used VPC for my compatibility testing for some time now
> and swear by it.
I have VPC on my Mac and
Yup, I hear ya all and now understand the issue. Especially Sam's
point that upgrading automatically may break a function somewhere.
Thanks so much for the replies.
Much appreciated.
I guess the last question is "is there any advantage in linking to the
google hosted scripts rather than hostin
Hi ,
I have problem related to jcarousel multiple columns. right now
there's only one column showing. I need 3 columns to be displayed . Demo
site: http://sorgalla.com/projects/jcarousel/examples/static_vertical.html...
How do i add one more column to display the pictures. ? Can anyone help m
impressive but has some flaws (large numbers, sorting w/o clicking headers,
etc). not a complete fix but definitely a 95+% solution -- neat!
aquaone
On Tue, Mar 24, 2009 at 00:00, MorningZ wrote:
>
> Not the prettiest code i've ever written, but:
>
> 1) It works :-)
> 2) Didn't touch one singl
Try this:
Jörn
On Mon, Mar 23, 2009 at 9:14 PM, Korro wrote:
>
> Hello.
> I have code like this:
>
> validate="required:true,minlength:2">
>
> I'm using Validate with Metadata.
>
> How can I add custom validating error message for this field?
>
> Thanks in advance.
>
hello!
imagine i style the :hover pseudo-class of an element via css:
.myitem{
background-color:green;
}
.myitem:hover{
background-color:red
}
Is it possible to retrieve the background-color property of the
elemnent's :hover class via jquery?
i tried the obvious : http://jsbin.com/idudi/edit
Hi,
I'm using JBind in my project. I have defined the template and binding
data to it by using BindTo() method. This solution works very fine
with Internet Explorer, but when it comes to Firefox and safari it
fails
Can somebody tell me how to get out this issue? We need to have
firefox comap
Hello, I am trying to remove an entire tr row.
Please, someone help me.
This is what I use
#
$(document).ready(function() {
$('a.delete').click(function(e) {
e.preventDefault();
var parent = $(this).parent('td').parent('tr');
$.ajax({
is there anyway to change width of a embeded video with javascript so
that user can click a button and the video will be bigger but it won't
start from beginning. it is like veoh website where you can click a
large button and the video will enlarge. Please help me out here.
thank you
it's not working.
well eval(responseText); don't works.
cells = divResult.getElementsByTagName("script");
alert(cells.length);
for (var i = 0; i < cells.length; i++)
{
alert(cells[i].innerHTML
Dear,
I've integrated Superfish menu into Liferay.it run ok in Firefox but
occur an issue when I run on IE 7.
I enclose my demo of issue
http://www.5giay.vn/picture.php?albumid=3911&pictureid=22491
Anyone can help me solve this issue?
Thanks in advance
Best regard.
Perhaps it says somewhere in the doc that the name attribute is
required but I sure as hell couldn't find it. Anyway try adding the
name attribute with the same value as your id attribute for each form
element. You should be relieved by what you find ;)
On Mar 23, 3:29 pm, Brendon Gleeson wrot
hi, i'm new here and i'm new using javascript and jquery. I hope you
can help me.
I'm trying to build a webpage with the following 3 jquery components:
- jQuery Accordion Menu (http://www.michaeljacobdavis.com/tutorials/
statesavingaccordion.html)
- jCarousel (http://sorgalla.com/jcarousel/)
- Sh
Zach,
Try adding rules via the Validate method like so:
$(document).ready(function() {
$("#aspnetForm").validate({
rules: {
TitleField: {
minlength: 2
}
}
});
});
This worked f
Hi,
I am using JQuery to show and hide sections of text within my page.
The page has 10 sections of thext and 10 links.
I want to initially hide all 10 sections of text, and then show
section 3 when the link for section 3 is clicked, but make sure any
previously shown sections are then hidden.
I have the same problem. I have this:
$(".category .jeditable", el).editable(submit_edited_data, {
data: "{'1':'blue', '2':'red', '3':'green'}",
type: 'select',
submit: "ok"
});
The selects options are displayed correctly when I click on the
editable area but when I select some
Please kindly assist me in solving this. After I apply a fadeOut in
Internet Explorer, when I fadeIn again, the item has lesser opacity
and this doesn't look good. How do I solve this please. (I use I.E. 7
and most of the clients I program for use I.E. 6)
no, didnt solve it. :(
I uploaded it, so u can see it and get a closer look.
http://193.6.52.132/ajaxsender/
2009/3/24 Steven Yang
> how about try setting cache:false?
I need to hold some things in memory for later use, so pure html is not
ideal. I will try JSON, if it will be under 5-7 seconds for 500 items, it
should be ok.
Thanks
On Tue, 24 Mar 2009 06:01:33 +0100, Michael Geary wrote:
If you are free to change the XML format, are you free to cha
Never said it was a "ready for production with a zillion rows"... just
call it a "proof of concept" that tablesorter is *very* flexible, in
fact I would call it the most flexible plugin I've seen in the 15
months or so i've been into jQuery.. given more time, and the
need for me to use it, t
Hi,
I am doing a master thesis about Javascript ajax frameworks, and I
have a question about jQuery framework, and need your answer please.
As I read, jQuery is not a new creation, but it is a new
implementation of existing frameworks like Prototype and Moo.fx. is
that true? if yes, Prototype al
I have a couple of divs with the same class. I want to get some of
their(all divs with the same class) css data in an array and send with
JSON and AJAX.
At the moment I only manage to send data from one of them, the current
($this) or the one who is "first" in the source code.
Anyone knows how t
I'm listening to some generated elements in an iframe. These elements
are given the class 'wp_sl'. I need to, when an element with this
class is clicked, do some work with it. However, say I have generated
3 elements with the class 'wp_sl':
el_1, el_2, el_3
Using the code below, if
Hi!
We've just started to use jQuery in a project where we use it to load
an external plugin based on what kind of browser the user is on. When
loading the plugin we insert -tags via JavaScript etc.
Everything is working as expected regarding the loading and usage of
the plugin except for one sma
I forgot to mention that this is the autocomplete found here:
http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/
On Mar 23, 4:18 pm, ddorothy wrote:
> We discovered that when the auto complete values contain commas and
> you are not using the multiple input mode, the result would n
Thanks for the response mkmanning!
So far that is similar to the solution I am using (with a small change
of using html() instead of append() for the main div and no need for
appendTo() since the main div is already part of the DOM). I was just
wondering if there was an obvious shortcut with JQue
Hi again,
I don't see where you're actually calling the addTableRow function.
Also, did you look at the demo I put together for you? Did that one
work for you? Sometimes it helps to start simple and build up in order
to see where the problem is occurring. Which browser are you testing
in?
Thanks, but after pasting Yours code, I get "missing ) in
parenthetical " error.
Do You have any idea how to solve it?
Thanks.
Woohoo! That was easy enough. Thanks a ton for this amazing plugin. I'm sad
that this is the first time I've used it.
_
From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On
Behalf Of Jörn Zaefferer
Sent: Monday, March 23, 2009 5:34 PM
To: jquery-en@googlegroups.com
Subj
You're probably rebinding that event multiple times
try
jQuery('.wp_sl', my_frame).unbind().click( function() { alert
("hi") });
markskilb...@googlemail.com wrote:
> I'm listening to some generated elements in an iframe. These elements
> are given the class 'wp_sl'. I need to, when an element
hi,
i got some kind of pop-up banner which animates in the screen after
the page loaded. if you scroll up or down it will animate back on the
position it has to be. if you click on "close" it moves out of the
screen.
well actually i just animate the height of it so it doesn't really
move out or
I am trying to figure the best way to maximize performance with data
returned from ASP pages.
Option one - return data in an HTML table. Let the host page's css
format the table.
Option two - return json data from the asp page and let the browser
drop the data into a table and still let the hos
Hello,
I am not good at js. I want to get the id from "A" tag.
E.g. link
I need the value "1234" from the code above, but dont know how to do
it.
Please help.
Thanks.
Hello,
I'm looking to mimick the row-selection technique used by Google in
the week-view of their Calendaring app.
It's not my goal to replicate it, I just want to do the date selection
in a similar way.
After studying the calendar with Firebug, I noticed that they seem to
use a HTML table, with
I'm not exactly sure the best way of asking this, so please let me know if I
need to expand.
I have a LARGE form. The form is broken up into a bunch of pieces.
Basically, the user comes to the site and gets about 26 check boxes.
They can check 1 box or all 26.
Depending on how many boxes are chec
Although I don't wish to speak for John Resig, my understanding is
that jQuery was inspired by Prototype and Moo.fx, but it's not simply
a new implementation of them. IIRC, John initially used Moo.fx as a
base, refactoring it along the way, but even in its earliest
iterations, the effects c
$(".clickme").attr("id");
On 24 Mrz., 14:03, Jesse wrote:
> Hello,
>
> I am not good at js. I want to get the id from "A" tag.
> E.g. link
>
> I need the value "1234" from the code above, but dont know how to do
> it.
>
> Please help.
>
> Thanks.
Thanks for that, Steve.
Unfortunately it's no good.
I'll keep looking!
Matthew
On Mar 23, 4:24 pm, Steve wrote:
> Hi Matthew,
>
> I had a similar problem and M. Alsup suggested I download an older
> version of the
> JW FLV (v3.8; current version is v4.3) player and the error ("object
> expect
Okay...
Another question. I'm having an odd issue with the message area of the
plugin, specifically with remote methods. When the remove method fires, as
in my original post. The problem is that I want to do some additional error
display when the error fires. Problem is that the message key appea
Can you give a little more detail on the markup? Is there a chance
those elements are nested inside each other?
On Mar 24, 6:16 am, MorningZ wrote:
> You're probably rebinding that event multiple times
>
> try
>
> jQuery('.wp_sl', my_frame).unbind().click( function() { alert
> ("hi") });
>
> mar
what are these classes? a tags? is there a div or something around all
of them?
i would do it like so:
lets say they got a parent div class="whatever"
$(".whatever").children().click(function(){
$(".whatever").children().addClass('hiddenstep');
$(this).removeClass('hiddenstep');
});
well
If you're going to use jQuery, you have to be careful about writing
code that then doesn't use jQuery. In this case, you're ajax call
would have worked fine, if you had stuck with injecting the response
into the DOM with jQuery, as it automatically evals scripts in a
response with dataType of 'htm
Hello.
I have a simple twitter shoutbox on my website that I would like to
refresh with jquery each X seconds.
At the moment I use the following code which will hide the block, load
new and show it:
function getTweets() {
$("#twitts").fadeOut("fast");
$("#twitts").load("last-10-twitts.php", '',
Hi All,
Just a quick question related to Ritesh star plugin which suits our
need.
Can we have curvalue:3.5 to show 3 and half stars out of 5 in rating
('', {maxvalue:5, curvalue:3.5});
Just wanted to show half star instead of increment value, which we
have right now in this plugin.
Not worried
I just released a first milestone of HSJN, the "Html Snippet
Javascript Notation" system for storing HTML snippets in a JSON-esque
format. The parser is a straightforward jQuery DOM Builder, with
support for custom attributes, styles, and neatest of all, jQuery
chains. (Yup, you can put jQuery fun
ok, got it.
thanx weidc,
On Mar 24, 9:44 pm, weidc wrote:
> $(".clickme").attr("id");
>
> On 24 Mrz., 14:03, Jesse wrote:
>
> > Hello,
>
> > I am not good at js. I want to get the id from "A" tag.
> > E.g. link
>
> > I need the value "1234" from the code above, but dont know how to do
> > it.
>
You shouldn't then use the message-callback for this functionality.
Take a look at the highlight-option instead.
Jörn
On Tue, Mar 24, 2009 at 3:35 PM, Andy Matthews wrote:
> Okay...
>
> Another question. I'm having an odd issue with the message area of the
> plugin, specifically with remote met
The add table row is being added with:
Add
New
No, your code does not work for me. It's exactly the same as the code
I've been trying since last night, so no offense -- why would it
work? ;)
My problem here is that the id is not changing -- if you read what I
wrote, I mentioned that I can see i
I would add one common class to to all your .step1, ..., .step10
elements in your mark-up, and then do this:
// say the common class is "step"
$(document).ready(function() {
var $steps = $('.step');
$steps
.addClass('hiddenStep')
.click(
function() {
$steps.addClass('h
Yeah, I agree with Mike521, if I were to stumble onto that function
without any related documentation, I would assume it to return a
boolean value as well. While I agree with the "kill two birds with
one stone" argument against changing the actual function, indexOf
seems to be a more intuitive fu
Yea, the backwards compatibility is really the major issue with making
a basically cosmetic change.
On Mar 24, 12:04 pm, benjamw wrote:
> Yeah, I agree with Mike521, if I were to stumble onto that function
> without any related documentation, I would assume it to return a
> boolean value as well
Hi,
I have an Aspx page in which I'm using JQuery. I'm perticularly using
jBind plug in of JQuery for binding data to the template.
I have 4 divs in to my solution. Out of 4, 2 Divs are bound to
templates and rendered as per the template. This solution works very
fine with IE 7.0 and Firefox, but
I had a eureka moment last night, when i stumbled into that solution..
didn't see any mention of it in the docs though..
On Mar 24, 2009, at 11:44 AM, rivkadr wrote:
The add table row is being added with:
Add
New
ok.
No, your code does not work for me. It's exactly the same as the code
I've been trying since last night, so no offense -- why would it
work? ;)
umm. because it worked fine for me, as I alread
I've added anothe paragraph:
http://docs.jquery.com/Plugins/Validation/Reference#Markup_recommendations
Also, when you enable the debug-option, a warning is logged for every
input that doesn't have a name-attribute.
Jörn
On Tue, Mar 24, 2009 at 5:56 PM, Brendon G. wrote:
>
> I had a eureka mom
Man, you thought of everything. Thank you.
-Original Message-
From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On
Behalf Of Jörn Zaefferer
Sent: Tuesday, March 24, 2009 10:42 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Validation plugin: combine functions
> From: Martin Tiršel
> I need to hold some things in memory for later use, so pure
> html is not ideal. I will try JSON, if it will be under 5-7
> seconds for 500 items, it should be ok.
In fact, you can get it much faster than that, even in IE.
Let's assume your JSON data is an exact mirror
Hi,
I am trying to convert the below js code to jQuery format, since I am
using jQuery for my site. Posted below the code, your help is
appreciated.
http://woork.blogspot.com/2008/01/tabbed-search-bar-using-css-and.html
---
Or the name could be changed for jQuery 1.4 and a plugin provided for
the compatibility with 1.3 code.
It has been the jQuery policy for some time now.
On Mar 24, 5:25 pm, Eric Garside wrote:
> Yea, the backwards compatibility is really the major issue with making
> a basically cosmetic change.
I assume you're talking about returning data via AJAX?
Returning HTML is probably the fastest if all you're doing is just
inserting the HTML into the DOM.
However, returning JSON gives you a lot more flexibility if you
actually want to do something with the returned data, such as client-
side calc
Do you have a live example of the code? Karl's stuff works fine for
me, so I suspect it has something to do with other scripts on your
page.
On Mar 24, 12:56 pm, Karl Swedberg wrote:
> On Mar 24, 2009, at 11:44 AM, rivkadr wrote:
>
>
>
> > The add table row is being added with:
>
> > Add
> > New
Additionally, since you said its for your Intranet, you probably
wouldn't have much lag so I think speed either way. JSON would
probably have less data being transferred, but more overhead on the
client-side to process the data. HTML would have more data being
transferred, but less processing if a
I think the idea is that if many sites used the Google hosted script,
and your visitor happened to visit one of them, it's probably already
in their browser cache, so your site will have one less file to load.
Google has servers all over the world, so it's unlikely the service
will be down, but it
I need a paginator similar to pagination for tablesorter or jqGrid where a
user can input the page number they want to view. Issue is that the data is
not in a table, so I cannot use these plugins.
Ideally I'm wondering if anyone has found a way to modify the pagination
plugin http://d-scribe.d
It seems that when you click a link, it's re-adding all the page links
again. When you bind the click to the page links initially, and you
remove them, the new links will not inherit the click event. You'll
have to re-bind the click events again, or better yet, use jQuery's
live() function in plac
:)
thanks. it works just fine.
2009/3/24 James
>
> It seems that when you click a link, it's re-adding all the page links
> again. When you bind the click to the page links initially, and you
> remove them, the new links will not inherit the click event. You'll
> have to re-bind the click event
Claudes, I put together a pretty straightforward little Pagination
plugin. I don't have a download package or documentation up yet, but
you can fetch the jquery.pagination.js plugin from here:
svn checkout http://jquery-curator.googlecode.com/svn/trunk/ jquery-
curator-read-only
var paginators =
I am trying to use the cluetip plugin to no avail. Instead of the
cluetip coming up, I am taken to the website URL like a normal link.
I am using this within the Liferay portal and am using the livequery
plugin. I've tried this with ajaxCache set to false and true.
The cluetip code is getting
Thanks for your thoughts. I have datasets of varying sizes from a few
rows to several thousand. I do appreciate the flexibility that
returning json gives me on the client side although I've done lots of
server side manipulation in the past. Intuitively, this seems to mix
apples and oranges thou
To build on James reply
Using more CDNs allow your user's browser to download more
simultaneously
http://developer.yahoo.com/performance/rules.html#cdn
On Mar 24, 2:33 pm, James wrote:
> I think the idea is that if many sites used the Google hosted script,
> and your visitor happened to visi
Hey guys.
Thanks for all your help, i am not very proeficient in Javascript (jQuery)
and i really appreciate you taking your time to explain stuff. I found it
very useful.
Best Regards
AlexD
---
Alexandru Dinulescu
Web Developer
(X)HTML/CSS Specialist
Expert Guarantee Certified De
Thanks very much, this way it takes 2 seconds (with load and rendering),
what is better I was expecting
On this project, I totally ignore IE (I am using some newer technologies
available only in "normal" browsers), it is not a common website but a
web-based application for a specific gro
I am experimenting $.getScript() jQuery function.
There are tons of JSON public API's but I need find a public JavaScript
script.
I seached Google sure, but scripts found have their own request codes.
I need see that function in action and I want developer my own jQuery
request.
Does anyone can p
Hello,
Need help.
I want to dynamically update the contents of my div tag.
Therefore I used jquery and the code is as follows
$data= 'welcome to this page';
$("#element1").html($data);
This code works perfectly fine for simple data.
But for complex data say, $data = 'Hey welcome to webpage,
Hi all -
I cannot seem to get this success piece to work, the script will go
through and validate each field of my contact form and prompt the user
to enter in required data etc... Hit the submit button and I get my
email notification however; the success function does not display.
Anyone know wh
jQuery (English)
jQuery is a fast, concise, JavaScript Library that simplifies how you
traverse HTML documents, handle events, perform animations, and add
Ajax interactions to your web pages. jQuery is designed to change the
way that you write JavaScript.
@
http://www.o
Friends,
I have two sliders on the page. One at the top right, and one at the
bottom right. I would like for them to work together. When one slider
opens the other one closes.
http://sucro.se/red7e/BE/
Any ideas?
Daniel
Hey all,
Using the (awesome) Cycle plugin all over the place, and I have a
question: in the uncompressed code file [1], a comment says that the
second argument to .cycle() can be "the name of an fx (only used in
conjunction with a numeric value for 'options')". I've tried this (to
trigger a manu
Friends,
I have two sliders on the page. One at the top right, and one at the bottom
right. I would like for them to work together. When one slider opens the
other one closes.
http://sucro.se/red7e/BE/
Any ideas?
Daniel
--
View this message in context:
http://www.nabble.com/2-Sliders-worki
I am using Epic as my template and can not get superfish to work.
It keeps pulling a Dark Blue lettering for the menu items and some of
them are white.
I need help as I have beta testers checking the site and this is the
only problem I am having.
I am scheduled to launch the site April 1st.
Ple
hello,
first off, amazing! thank you for your great work.
most every part is working for me, including using background images.
when the mouse hovers, the background image changes as does the text
color. perfect. currently, i only have the superfish menu on the
"Discounts" link so that is the li
I have a 3-level menu using JQuery-Superfish. I would like to hover
over the top-level menu item and have BOTH the 2nd and 3rd-level menus
open automatically. Any ideas?
Hello all jQuery people.
This is my first post in this list but I hope I can make sense with my
question.
Currently I'm developing some web applications for internal use,
porting some old ones.
I'd love the jQuery-way to do asynchronous requests, so I developed a
plugin similar to Pimentech jFram
OK - let me please preface this by the fact that I am now 12 hours
into jQuery, with a pretty basic Javascript understanding, and years
of PHP work. I could not find the answer to my questions, mostly
because I don't exactly know how to frame them!
I am creating a search with expandable results.
dear all,
i'm working with jQuery validation to validate the fields in a form.
in this form i have also the captcha (the check is verified through
ajax).
check the code below:
jQuery.validator.addMethod("Captcha",
function(value, element) {
jQuery.get("/captcha.asp?validateCaptchaCode=" + jQuer
OK, this is what I have.
Multiple lists that I can collapse and expand.
What I want is for them to only show x amount of items until I expand
them.
Say x = 2
In Section A the following would be shown
Link A-A
Link A-B
In Section B the following would be shown
Link B-A
Link B-B
etc.
And when
Hello,
I have a 3-level menu using Superfish. I would like to hover over the
top-level menu item and have BOTH the 2nd and 3rd-level menus open
automatically. Any ideas?
Thanks in advance!
Jon
dear all,
i'm trying to implement the captcha in a form where i'm using jquery
validation and also custom validation methods.
this is the code i have so far:
jQuery.validator.addMethod("Captcha", Function(value, element) {
jQuery.get("/functions/app/CaptchaAjax/captcha.asp?
validateCap
I have the following code:
$('#r_0_0').blur(function() {
var x = $('#r_0_0').val();
var y="#d_0";
$(y).empty();
$.get("apps/P5001/call/LineItems.lasso?LITM=" + x + "&Line=" +
'r_0_0' + "&TEST=" + y,function(data2){
$(y).empty();
$(y).append(data2);
},"html");
$('#addnew').click()
I'm just getting to know jQuery. The basic tutorial (http://
docs.jquery.com/Tutorials:How_jQuery_Works ) fails to mention that $
is used as a shortcut for jQuery. Things would have made much more
sense the first time I read through it if this had been mentioned.
I'm used to $ preceding a varia
I am kinda confused, and stranded.
If i create dragables with clones and drag them into a connected
sortable i can't find a way to get/interact with the objects clone.
dragable:
stop: function(event, ui) { ...}
nothing in "ui" points at the clone..
sortable however doesn't seem to offer a
Hi, I am new to jQuery, and it seems the very first thing I try to do
gives me problems. However, probably I am missing something so let me
ask you if you can hint me on the best way to accomplish this.
I want to transform a document with a flat structure like this
Heading 1
Paragraph 1.1
Paragr
Friends,
I have two sliders on the page. One at the top right, and one at the
bottom right. I would like for them to work together. When one slider
opens the other one closes.
Daniel
Add the {async:false} option to your $.get. This tells JavaScript to
wait for the response before continuing with the rest of the script.
By default, AJAX is asynchronous.
On Mar 24, 4:13 am, aeg1s wrote:
> I have the following code:
>
> $('#r_0_0').blur(function() {
>
> var x = $('#r_0_0').val
This message is to notify you that your ticket has been submitted.
Ticket ID: 1738-1124031702
Message:
--
Hello,
Need help.
I want to dynamically update the contents of my div tag.
Therefore I used jquery and the code is as follows
$data= 'welcome to this pag
This message is to notify you that your ticket has been submitted.
Ticket ID: 1739-8724031714
Message:
--
Friends,
I have two sliders on the page. One at the top right, and one at the
bottom right. I would like for them to work together. When one slider
opens th
This message is to notify you that your ticket has been submitted.
Ticket ID: 1741-5224031715
Message:
--
Hi all -
I cannot seem to get this success piece to work, the script will go
through and validate each field of my contact form and prompt the user
to enter
This message is to notify you that your ticket has been submitted.
Ticket ID: 1740-3424031715
Message:
--
jQuery (English)
jQuery is a fast, concise, JavaScript Library that simplifies how you
traverse HTML documents, handle events, perform animations, and add
Aj
This message is to notify you that your ticket has been submitted.
Ticket ID: 1742-3924031723
Message:
--
Hey all,
Using the (awesome) Cycle plugin all over the place, and I have a
question: in the uncompressed code file [1], a comment says that the
second argum
1 - 100 of 180 matches
Mail list logo