[jQuery] Include jquery in Google Chrome userscript

2009-12-07 Thread Kia Niskavaara
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

[jQuery] Re: New jQuery plugin LoopedSlider. Looking for feedback

2009-04-07 Thread Kia Niskavaara
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

[jQuery] SerialScroll with scaling images and circular scrolling?

2009-03-17 Thread Kia Niskavaara
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

[jQuery] Logging JavaScript errors with jQuery

2008-05-22 Thread Kia Niskavaara
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?

[jQuery] Re: YUI Compressor and JCarouselleLite

2008-04-29 Thread Kia Niskavaara
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”,

[jQuery] YUI Compressor and JCarouselleLite

2008-04-24 Thread Kia Niskavaara
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

[jQuery] error in jcarousellite_1.0.1.js?

2008-04-21 Thread Kia Niskavaara
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

[jQuery] Use your iphone as an xbmc remote

2007-11-07 Thread Kia Niskavaara
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

[jQuery] Declaring a new jquery variable

2007-10-24 Thread Kia Niskavaara
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

[jQuery] Re: ANNOUCE: jQuery lightBox plugin

2007-10-15 Thread Kia Niskavaara
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

[jQuery] Re: ANNOUCE: jQuery lightBox plugin

2007-10-15 Thread Kia Niskavaara
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({

[jQuery] Re: ANNOUCE: jQuery lightBox plugin

2007-10-15 Thread Kia Niskavaara
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

[jQuery] Re: Catfish Advert Plugin

2007-10-08 Thread Kia Niskavaara
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

[jQuery] Re: Catfish Advert Plugin

2007-10-03 Thread Kia Niskavaara
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

[jQuery] Re: Catfish Advert Plugin

2007-10-03 Thread Kia Niskavaara
: > > 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

[jQuery] Catfish Advert Plugin

2007-10-02 Thread Kia Niskavaara
I'm unable to download the Catfish Advert Plugin from http://www.jqueryplugins.com/plugins/view/1/ - does anyone have the source? Kia

[jQuery] Re: Tablesorter dd/mm/YYY date problem

2007-09-26 Thread Kia Niskavaara
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

[jQuery] Re: Announce: jQuery Tablesorter 2.0.1 Released

2007-09-18 Thread Kia Niskavaara
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

[jQuery] Re: google reader slick animation using jquery

2007-09-12 Thread Kia Niskavaara
; 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

[jQuery] google reader slick animation using jquery

2007-09-11 Thread Kia Niskavaara
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;

[jQuery] jQuery and blogrolls

2007-08-13 Thread Kia Niskavaara
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?

[jQuery] Re: ANNOUNCE: Truncate v.2.2 plugin for jQuery released

2007-08-09 Thread Kia Niskavaara
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

[jQuery] Re: Animate height from 0px to default w/o flicker

2007-08-01 Thread Kia Niskavaara
> 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

[jQuery] Animate height from 0px to default w/o flicker

2007-08-01 Thread Kia Niskavaara
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

[jQuery] Re: "please wait"-box only if delayed response

2007-07-31 Thread Kia Niskavaara
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");

[jQuery] "please wait"-box only if delayed response

2007-07-30 Thread Kia Niskavaara
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).

[jQuery] Re: Infinite animations

2007-07-29 Thread Kia Niskavaara
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

[jQuery] Infinite animations

2007-07-28 Thread Kia Niskavaara
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

[jQuery] Re: easing - only use one function

2007-07-20 Thread Kia Niskavaara
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)) {

[jQuery] easing - only use one function

2007-07-19 Thread Kia Niskavaara
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) {

[jQuery] Re: ANNOUNCE: tablesorter 2.0 beta released!

2007-07-19 Thread Kia Niskavaara
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

[jQuery] Re: ANNOUNCE: tablesorter 2.0 beta released!

2007-07-18 Thread Kia Niskavaara
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

[jQuery] Re: ANNOUNCE: tablesorter 2.0 beta released!

2007-07-18 Thread Kia Niskavaara
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,

[jQuery] Re: ANNOUNCE: tablesorter 2.0 beta released!

2007-07-18 Thread Kia Niskavaara
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

[jQuery] Re: tablesorter 2.0 - Shiny Brand new documentation!

2007-07-17 Thread Kia Niskavaara
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!

[jQuery] jCarouselLite

2007-07-10 Thread Kia Niskavaara
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

[jQuery] Re: Preview: Brand new tablesorter 2.0, multi-column sorting and more

2007-07-06 Thread Kia Niskavaara
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

[jQuery] Re: Preview: Brand new tablesorter 2.0, multi-column sorting and more

2007-07-06 Thread Kia Niskavaara
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 >

[jQuery] Re: tableSorter - problems with changing the number of rows

2007-07-05 Thread Kia Niskavaara
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!

[jQuery] Tooltip plugin as a preview bubble (Was: Websnapr using jQuery)

2007-07-05 Thread Kia Niskavaara
[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

[jQuery] Re: Websnapr using jQuery

2007-07-05 Thread Kia Niskavaara
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

[jQuery] Websnapr using jQuery

2007-07-04 Thread Kia Niskavaara
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'

[jQuery] accessing elements in frames

2007-07-04 Thread Kia Niskavaara
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!

[jQuery] Re: Resizing a iframe to height=100% using jQuery

2007-07-04 Thread Kia Niskavaara
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

[jQuery] Resizing a iframe to height=100% using jQuery

2007-07-03 Thread Kia Niskavaara
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?

[jQuery] Re: Tabs plugin, using iframes

2007-07-03 Thread Kia Niskavaara
> > > > > > 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

[jQuery] Re: Using jCarouselLite w text, as a menu?

2007-07-03 Thread Kia Niskavaara
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

[jQuery] Re: Using jCarouselLite w text, as a menu?

2007-07-03 Thread Kia Niskavaara
; -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

[jQuery] Re: Tabs plugin, using iframes

2007-07-03 Thread Kia Niskavaara
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 });| > > >

[jQuery] Tabs plugin, using iframes

2007-07-03 Thread Kia Niskavaara
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

[jQuery] Re: Using jCarouselLite w text, as a menu?

2007-07-03 Thread Kia Niskavaara
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

[jQuery] Using jCarouselLite w text, as a menu?

2007-07-03 Thread Kia Niskavaara
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:

[jQuery] Sliding horizontal menu in a limited area

2007-07-01 Thread Kia Niskavaara
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

[jQuery] Re: Could anyone send me a copy of Catfish Advert Plugin 1.3.

2007-06-27 Thread Kia Niskavaara
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

[jQuery] Re: jQuery for GreaseMonkey

2007-06-27 Thread Kia Niskavaara
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

[jQuery] Are there any Wordpress themes using jquery?

2007-06-27 Thread Kia Niskavaara
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

[jQuery] Re: jQuery for GreaseMonkey

2007-06-25 Thread Kia Niskavaara
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 >

[jQuery] Re: Request: tablesorter, remember initial order and some small modifications

2007-06-19 Thread Kia Niskavaara
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)); >

[jQuery] Re: Request: tablesorter, remember initial order and some small modifications

2007-06-19 Thread Kia Niskavaara
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