Google Chrome doesn't support @include. Is there another way to include
jquery into a userscript?
I've searched, but haven't found anything about this.
/ Kia
Nice work! I'm using the SerialScroll plugin. I've always wished for some way to loop the content.
If you are using similar techniques, maby you could build your plugin as an extension to the
SerialScroll plugin?
Nathan wrote:
Yeah I know, another content slider, there are way too many. But
Are there any carousel plugins based on the SerialScroll plugin?
I need such a plugin that can handle a list of images and
1) all images that are not in center should be scaled down
2) the scrolling should be circular (no end)
I know that the store http://www.lafeltrinelli.it are using a plugi
Is it possible to use jQuery to find out if/when a JavaScript error/warning
occurs? I would be able
to send info about what kind of error/warning, time, url, browser - to a
specific page on my site
that will log this info on the server.
Maby there is already a logging plugin?
Could someone else confirm that there is a bug in jcarousellite at line 239?
Thanks
Kia Niskavaara wrote:
> I was trying the yuicompressor on jcarousellite 1.0.1* and got this
> error: “invalid property id” at line 239:
>
> this is line 239:
>
> li.css({overflow: “hidden”,
I was trying the yuicompressor on jcarousellite 1.0.1* and got this
error: “invalid property id” at line 239:
this is line 239:
li.css({overflow: “hidden”, float: o.vertical ? “none” : “left”});
What could be wrong?
* http://www.gmarwaha.com/jquery/jcarousellite/js/jcarousellite_1.0.1.js
I was trying the yuicompressor on jcarousellite 1.0.1* and got this
error: "invalid property id" at line 239:
li.css({overflow: "hidden", float: o.vertical ? "none" : "left"});
What could be wrong?
* http://www.gmarwaha.com/jquery/jcarousellite/js/jcarousellite_1.0.1.js
XBMC for iPhone is a JavaScript application that uses Joe Hewitt's iPhone
navigation work, iUI. The
application is created by Tom Robinson. Current version is 0.1.
Tom today said in the macrumors.com forum that: "I'm too busy (finishing a
master's degree, finding
a job and/or starting a comp
How can I declare a new jQuery variable? I want it to be global, but I don't
want to use the window
object.
I know, a silly question. There shouldn't be any global variables, I know. But
I need this for a
temporary solution to a problem.
I would like to access it like this:
$.myvariable
o
Leandro Vieira Pinho wrote:
> The question about the gif track, is that I was avoiding other
> settings and definition URL in CSS file. I want mantaining all the
> information about URL in the js file. It stay more flexible. I´m
> thinking about it.
Maby you can use the data: URI kitchen to cons
I tried to use
$('#gallery a').lightBox({
'imageBtnPrev' : 'images/image-prev.gif',
'imageBtnNext' : 'images/image-next.gif'
});
But the "imageLoading"-image became empty. I had to put the default image into
the configuration to
make it visible again.
Like this:
$('#gallery a').lightBox({
Hi! Thanks for your plugin!
Some issues:
- Specifying options "imageBtnPrev" and "imageBtnNext" seems to alter other
options as well. I would
prefer to use the default values on the options that I don't use. But it seems
as if I have to
specify all or none to make it work.
- On your "How t
isn't covered up by
> the ad - the padding goes behind the catfish ad.
>
>
> On Oct 3, 3:42 am, Kia Niskavaara <[EMAIL PROTECTED]> wrote:
>> Is this line really necessary:
>>
>> $('html').css('padding', '0 0 ' + this.setti
ould be
not to display the ad at all.
sozzi wrote:
> Hmm seems the demos etc don't work. The only place I could find it
> with a short search was here:
>
> http://www.nextbbs.com/trac/nbbs/browser/trunk/helpers/extjs/plugins/jquery.catfish.js?rev=27
>
> And I'm
:
>
> http://www.nextbbs.com/trac/nbbs/browser/trunk/helpers/extjs/plugins/jquery.catfish.js?rev=27
>
> And I'm not exactly sure if that is the last version.
>
> On Oct 2, 6:12 am, Kia Niskavaara <[EMAIL PROTECTED]> wrote:
>> I'm unable to download the Catfish Advert Plugi
I'm unable to download the Catfish Advert Plugin from
http://www.jqueryplugins.com/plugins/view/1/ -
does anyone have the source?
Kia
A suggestion is that all parsers (except the basic ones) are removed from the
plugin, and selectable
from an archive. This is very useful for custom date sorters etc, and will make
the plugin even smaller.
Jean wrote:
> Have i write my parser for dd/mm/ date format? The plugin use mm/dd
Thanks for the update!!
I've noticed that you've included two almost identical sorters:
$.tablesorter.addParser({
id: "integer",
is: function(s) {
return s.match(new RegExp(/^\d+$/));
},
format: func
; I use Google Reader, but I don't know which animation you are referring to.
> Can you be more specific? Thanks,
>
> Glen
>
> On 9/11/07, *Kia Niskavaara * <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>> wrote:
>
>
>
> How can I achieve a si
How can I achieve a similar animation like the one used in google reader?
I have a container and want to append a lot of elements. I'm not using jquery
at all today and use
for (var i = 0; i < itemlength; i++) {
container.appendChild(items[i]);
}
All I've achieved is this:
for (var i = 0;
On my blog I have a very long and doll blogroll. It's an ordinary -list
with about 100 links in
-tags.
I'm looking for ideas of how to improve blogrolls to make them more accessible,
and more fun to
watch and use. Any ideas?
Can I use this plugin to truncate a text based on a word? Let's say I want
the result to be the first sentance that mention the text "Suspendisse"
This text
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed egestas augue
in diam. Lorem ipsum dolor sit amet, consectetuer adipiscing eli
> correct DOCTYPE in order to trigger this).
>
> --John
>
> On 8/1/07, Kia Niskavaara <[EMAIL PROTECTED]> wrote:
> > I want to animate the height of a box so that it expands from 0px to
> it's
> > default height.
> >
> > I've tried
I want to animate the height of a box so that it expands from 0px to it's
default height.
I've tried
$('#wait').css({height: 0}).animate({ height: 'toggle' }, 3000);
But sometimes the box is visible for a few milliseconds.
I've also tried setting the height to 0 px in the stylesheet:
#wait { h
Dan G. Switzer, II wrote:
> Kai,
>
>> How can I make my #wait container show only if there is a delay in the
>> response. Let's say that I
>> only want to show it if there is no response within 2 seconds.
> $(document).ready(function(){
>// cache "wait" result
>var $wait = $("#wait");
How can I make my #wait container show only if there is a delay in the
response. Let's say that I
only want to show it if there is no response within 2 seconds.
This is my current code, which often cause the wait box to show and then hide,
quickly - which looks
odd to the user:
$(document).
On 7/29/07, Sean Catchpole <[EMAIL PROTECTED]> wrote:
>
> It would be very easy to create a repeating animation, simply call the
> same animation again the callback function.
Thanks.
More importantly, I believe that this is a prefect situation for a gif
> animation. Doing javascript animations
I need to have a "please wait" animation. I was thinking of making one using
jquery. Is it possible to create inifinte animations using the animate()
function? A plain repeating gif is really booring. I think a javascript
enabled animation would be more cool, don't you? Any ideas are welcome!
Kia
Thanks! That solved it.
John Resig wrote:
>
> What if you just do this instead?
>
> jQuery.easing.bounceout = function(x, t, b, c, d) {
> if ((t/=d) < (1/2.75)) {
> return c*(7.5625*t*t) + b;
> } else if (t < (2/2.75)) {
I've removed all functions that I dont't need from the easin-plugin. But when I
use it I get an
error. When using all functions, it works as expected.
This is the code I'm using (from the easin plugin):
jQuery.extend({
easing: {
bounceout: function(x, t, b, c, d) {
It's a lowercase string of the value.
Personally I would prefer if the string wasn't lowercased. I think the parser
should lowercase it
(or use the regexp modifier 'i'), if needed.
Rick Pasotto wrote:
> On Wed, Jul 18, 2007 at 03:46:58PM +0200, Christian Bach wrote:
>>> Could you please post
Christian Bach wrote:
> Thanks, when the final version is released it will include more parser
> and contributed parsers as a optional file.
Could you please post a 'float' parser to the list? I think there was one in
the old tablesorter
release, but unfortionatley I've deleted it.
I also t
Christian Bach wrote:
>
> That's not the case for me (the sizes are mixed up on the page).
>
> The normal one is 13.15 kb for me and the packed on is 6.73kb. If you
> pack using the Base62 encode option you can get it even smaller.
>
>
> Thanks Sam, i repacked it and got down to 5,
I've tried the encode option, but get this strange error:
missing ; before statement
[Break on this error] :'sortNumericDesc');var e='e'+i;dynamicExp+='var '+e+' =
'+s+'(a['+c+'],b['+c+']...
Also, I've created these parsers (might be useful for someone). Maby you should
make custom parsers
a
Christian Bach wrote:
> After many late night i have managed to sort out a documentation/FAQ,
> for the new 2.0 release.
>
> The new tablesorter will be released next week.
It's all looking great! Thanks!
I have a container div that has a width of 350px. But the jCarouselLite
images take the whole width of the screen. Why is that?
$(document).ready(function(){
$("#carousel").jCarouselLite({
btnNext: ".next",
btnPrev: ".prev"
});
});
<<
http://www.domai
Christian Bach wrote:
> 2007/7/6, Kia Niskavaara <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>>:
> Is it possible to add a custom sorter that sort using the initial
> order?
>
> Custom sorter will be supported in the same way as the old version di
Christian Bach wrote:
> Hi,
>
> I put together a demo/preview for the upcoming release tablesorter
> 2.0 release.
>
> The main features of the upcoming release will be:
>
> - Multi-column sorting
> - Robust support for adding new data to the table, provided with the new
> update method
>
Christian Bach wrote:
> Hi Phil,
> And to leak a new feature: it will contain multiple column sorting.
>
> Best regards
> Christian
I'm looking forward to this new feature!! Thanks!
[EMAIL PROTECTED] wrote:
> Are you wanting to actually get a snapshot of a website or are you
> just wanting the bubbles so that you can put your own content in
> them? If the later, you might want to check this out:
>
> http://groups.google.com/group/jquery-en/browse_thread/thread/91bc1d17185a
re's no conflict with jQuery, then you should consider just
> using it. Was there something about Websnapr that didn't quite work?
>
> Rey...
>
> Kia Niskavaara wrote:
> > A long shot. Is there a plugin that can put bubbles on a page and
> > position them correc
A long shot. Is there a plugin that can put bubbles on a page and position
them correctly, based on the mouse position? Like the Websnapr preview
service? http://www.websnapr.com/previewbubble/
All I've found is the link-preview:
http://www.frequency-decoder.com/2006/10/25/link-preview-v2/
But it'
What am I doing wrong here? Shouldn't it possible to access elements in other
frames, if the frame
source is on the same server?
This doesn't work:
$(document).ready(function() {
$('#f1 p').click(function(){
alert( 'click' );
});
});
content of frame.html:
Hello!
m
> I did height and width.
> I only checked in FF and IE.
>
> Glen
>
> On 7/3/07, Kia Niskavaara <[EMAIL PROTECTED]> wrote:
> >
> >
> > I've seen several attempts to resize a iframe to fill up the rest of the
> > window. This is an exampl
I've seen several attempts to resize a iframe to fill up the rest of the
window. This is an example of how to do it:
http://brondsema.net/blog/index.php/2007/06/06/100_height_iframe
How do I do the same thing using jQuery?
>
>
> >
> > Thank you for your suggestion. Yes, it does work. One problem though:
> > I've got lots of tabs. And the src of all iframes get loaded at once.
> > I'd prefer if each iframe got loaded when I click on that tab, using the
> > loading.gif -- like the remote:true (ajax) functionality. Is t
ECTED]> wrote:
> >
> > Now that is something I would like to see... tabsCarousel would be
> > great!
> >
> > On 7/3/07, Kia Niskavaara <[EMAIL PROTECTED] > wrote:
> > >
> > >
> > >
> > > Or is it possible to use the tabs pl
; -GTG
> >
> >
> > On 7/3/07, John Farrar < [EMAIL PROTECTED]> wrote:
> > >
> > > Now that is something I would like to see... tabsCarousel would be
> > > great!
> > >
> > > On 7/3/07, Kia Niskavaara < [EMAIL PROTECTED] > w
On 7/3/07, Klaus Hartl <[EMAIL PROTECTED]> wrote:
>
>
> Kia Niskavaara wrote:
> > I want to load some external data into the content part of the page.
> > This only works with ajax:
> >
> > |$('#container').tabs({ remote: true });|
> >
>
I want to load some external data into the content part of the page. This
only works with ajax:
$('#container').tabs({ remote: true });
But I want to be able to load external pages, I want to use an iframe
instead. Is this possible?
I guess I could use the load event, and manually set the source
Or is it possible to use the tabs plugin together with the
jCarouselLite/jCarousel plugin?
Kia Niskavaara wrote:
> I have a long horizontal list, that I use as a menu, that is too large. Is it
> possible to use
> jCarouselLite to solve this problem?
>
> In the install pag
I have a long horizontal list, that I use as a menu, that is too large. Is it
possible to use
jCarouselLite to solve this problem?
In the install page[1] I see this:
But in my case, I don't have any images:
I'm looking for a plugin that can handle unlimited horizontal menu items. If
the area is too small it should be able to click right/left to see all menu
items. Just like the tabs in Firefox. All menu items doesn't need to be
visible at the same time. But it should be obvious to the user that there
Michael Price wrote:
>
> Logan Cai wrote:
>> could you send me a copy of Catfish-Advert-Plugin-1.3, if you have.
>
> Logan,
> I don't think the problem is the plugin. The one I sent may well have
> been 1.3, but I think Catfish was written for jQuery 1.0.x and obviously
> we're on 1.1.x now an
Sean Catchpole wrote:
>
> On 6/25/07, Kia Niskavaara <[EMAIL PROTECTED]> wrote:
>> Will this work if a site already is using jquery?
>
> Should do, jQuery has it's own "double loading" protection.
>
Yes, but what abou
One of my favourite Wordpress themes, Redoable at
http://www.deanjrobinson.com/wordpress/redoable is
using Prototype. I'm also aware of a few other themes using other libraries.
But I haven't found a
single theme that's using jquery. Are there any?
Kia
Will this work if a site already is using jquery?
Sean Catchpole wrote:
>
> Ahoy,
>
> Seems like a had a little time, so here's the script:
> http://userscripts.org/scripts/show/10141
>
> Cheers
>
> ~Sean
>
This is a diff for issue 2 and 3. I'm still looking for input on issue 1:
remember initial order.
440c440,450
< return s.match(new RegExp(/^[£$?.]/g));
---
> return s.match(new RegExp(/^[£$?.]/g)) || s.match(new
> RegExp(/ [A-Z]{3}$/g));
>
Attached is a diff for 2 and 3. I'm still looking for input on issue 1:
remember initial order.
Kia wrote:
>
> I love the official table sorter plugin, but I'm missing some
> functionality. Would it be possible to add
>
> 1) A new sorter "keep" that will remember the initial order. Why?
> Ofte
59 matches
Mail list logo