Hi,
On 7 Jul., 16:42, "Thomas Thomas" <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I want to auto-scroll images using JCarousel horizontally.
> I can notice it scrolls automatically from right to left, but when it
> reaches the end it doesn't go from left to right.
> I can notice in the code it is su
Phil,
As Terry said, Interface is not supporting 1.1.3+, if there are no "real"
need to use 1.1.3+, then I would suggest sticking with 1.1.2, if you need a
copy, let me know.
FYI, there will be a new FX library coming on line sometime in the near
future, just not sure when.
--
Benjamin Sterli
Fredrik,
Welcome to the list!
Not sure what you mean by "qhetto" solution, but your way seems fine.
Is there a live version I can look at? No exactly sure what you are doing
with $('body').mouseover and then what $(this) is reffering to.
But, doing something like (untested):
$(dragged).clone(
The use of the "this" keyword is always a bit tricky to wrap your head
around, but these two posts helped me to understand things at a
fundamental level:
"this" in general javascript :
http://www.quirksmode.org/js/this.html
and a bit more jQuery specific:
http://groups.google.com/group/j
I am on my first week using jQuery and have a question
regarding rewriting a standard function that gets called
from Flash using External Interface:
The html page has a
at top that is resized from a parameter (sent from flash)
the function is pretty standard:
function animateFlashDiv(param) {
interface isnt supported under 1.1.3
On Jul 7, 10:22 pm, philguillard <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> When i try jquery-1.1.3.1.pack.js with interface slider last pack on
> IE6, i get a usual "Object doesn't support this property or method" on
> the "$('.sliderPrice').Slider(" line,
> ev
I just found this group yesterday, and I've already found a lot of
good advice from reading old posts. But I couldn't find a solution to
some weird behaviour I'm having.
I am using jquery together with Interface to play around a bit with
drag&drop + ajax. So a basic test was to move an element be
Can you describe this scenario a little more? It may not be quite
clear what you're trying to achieve.
Cheers,
Georgr
>
> im loading my pages through ajax and id like to have one script for
> all pages by adding:
> var page = './page.html'
> to
> onClick="javascript:name();"
> Is that possible? H
The project I'm working on is what prompted the idea for using CSS for
animating things, as it has to shift a lot of elements around the
place. I can't go into great detail because of the NDAs I have to
operate on but one feature is selecting products on criteria. As the
user changes the criteria
Hi all,
When i try jquery-1.1.3.1.pack.js with interface slider last pack on
IE6, i get a usual "Object doesn't support this property or method" on
the "$('.sliderPrice').Slider(" line,
even if i set no options. Works fine on ffx.
$('.sliderPrice').Slider(
{
accept : '.indicator'
}
)
Thanks for that info, lordb. I just checked in an update which I
think will fix the problem:
http://jqueryjs.googlecode.com/svn/trunk/plugins/form/jquery.form.js
When you get a chance, let me know if it works for you.
Mike
My form is simplest as possible just the form tag which contain an
My form is simplest as possible just the form tag which contain an hidden
field form the max file size and the file fild with name="fichier"
With the modification proposed the fileupload seems to work, so I has send
it here to help other people with the same problem.
I tried to execute origina
Ah Erid thank you! I think that was exactly what I was looking for. I
still have to try it out, the only problem I was running into before
was that the button was not resizing, rather it was staying the same
size even when I set the properties to a larger size. hm. thank you
though, and yes I was
Hi lordb,
Does your form have an input element with the name "action"? That
could be a problem. I'll see if I can find a generic solution for
this situation. Other input names that will likely cause the file
upload code to bork are "target" and "method", and of course there is
a long list of
Mike,
As always, this is another great post. Even when I fully understand
the problem and the solution I always enjoy reading your explanations.
Mike
On 7/6/07, Michael Geary <[EMAIL PROTECTED]> wrote:
You're not the first person who has gotten tripped up on this point. Because
jQuery uses
So many thanks Mike, you've helped me a lot. My background is pure CSS
so the onload stuff confused me somewhat. Thanks again
Steve
On Jul 7, 1:10 am, "Michael Geary" <[EMAIL PROTECTED]> wrote:
> You're not the first person who has gotten tripped up on this point. Because
> jQuery uses CSS-like
On 4 juil, 21:02, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Since installing jQuery 1.1.3, a major memory problem has arisen in
> which 99% of the cpu is used.
>
> I did lots of tests and tracked it down
> tohttp://davecardwell.co.uk/javascript/jquery/plugins/jquery-em/0.2/
W
Hi all,
I want to auto-scroll images using JCarousel horizontally.
I can notice it scrolls automatically from right to left, but when it
reaches the end it doesn't go from left to right.
I can notice in the code it is supposed to do so, has anyone a fix for this
?
Thank u for any help.
@Marshall -
To create the video: ishowu, then I converted it to an flv using
ffmpegx (though I've never worked out how to get sound in the
conversion).
On Jul 6, 6:40 pm, Marshall Salinger <[EMAIL PROTECTED]>
wrote:
> This is very cool!
>
> Slightly off-topic... what did you use to create the de
I'm not sure what you're asking...The most obvious button on Jyte is
the Green/Red thumbs up/thumbs down button, which changes when the
user hovers his mouse over it. So if you're asking how do you make
the color change from grey to green or grey to red, you could use
hover and addclass:
$("div.
Try looking at this, maybe it will be useful:
http://www.nabble.com/jQuery-1.1.3-and-easing-plugin-t4012212s15494.html
On Jul 6, 1:17 pm, jsteidl <[EMAIL PROTECTED]> wrote:
> This has worked in the past, but now I am trying with the new version
> of jquery and the easing plugin.
>
> I want my ht
Heh, hours of searching, and the minute after you post your question
you find the answer... :)
var x = (new XMLSerializer()).serializeToString(xmlobject);
On Jul 7, 11:26 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> I have received an XMLDocument object through an Ajax call and has
Thanks. Can I get that customer number from the hidden field,
though? I'll try $('#CustNo').val() but if that doesn't work, I'd be
at a loss . . .
Hi Andy,
I will provide methods for clearing and resorting the table in the same way
the update method works.
Here is a example:
$("table").tablesorter();
// new data has been appended to the table
$("table").tablesorterUpdate();
// clear sorting
$("table").tablesorterClearSorting();
/chri
Great point Stefan!
Will be adding it shortly.
/christian
2007/7/6, Stefan Petre <[EMAIL PROTECTED]>:
May I suggest something? When you sort: first click > sort ascending ,
second click > sort descending ; third click > clear sorting.
2007/7/6, tlob < [EMAIL PROTECTED]>:
>
>
> an ajax mysql
Paging, will have to be a "upcoming" feature, i will provide a new "filter"
system that will allow developers to write small functions that will be
applied after a sorting has finished. I will include a zebra table filter as
default, of course these can be extended to allow paging etc.
/christian
Hi Phil,
In the 1.x release there is a option called disableHeader
Here is a example:
// disable one header from being sorted
disableHeader: 0
//disable more then one
disableHeader: [0,5,8]
/christian
2007/7/5, Phil Glatz <[EMAIL PROTECTED]>:
Christian Bach wrote:
> And to leak a new feat
Simple fix: provide a CSS file with the plugin which the author can
integrate themselves. Then selectors can be made as specific as
needed, and it would enable lots of CSS-savy designers with little
Javascript skills to customize the effects.
--
Jeroen Coumans
On Jul 5, 9:56 pm, Scott Sauyet <[E
28 matches
Mail list logo