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
plugin that is
based on mootools. It
can do exactly what I want. But I want to use jQuery if possible.
Any ideas?
Kia
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
anks again!
Kia
On Dec 25, 10:19 am, "Allan Mullan" <[EMAIL PROTECTED]> wrote:
> Hey Kia,
>
> Sorry, this is probably too late but I just found a site with exactly this
> -http://www.techlicious.name.my/2007/12/21/ubuntu-804/- The JS in the page
> source will give
Hi all
I'm looking for a falling snow plugin. Is there such a plunin for
jquery?
Marry christmas!
Kia
/
Video:
http://orionmods.com/temp/xbmc-iphone.avi (17 MB)
Source:
http://code.google.com/p/xbmciphone/
Article:
http://www.tuaw.com/2007/07/30/use-your-iphone-as-an-xbmc-remote/
Kia
myvariable
or
$.myvariables.myvariable
Thank you for your help!!
Kia
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
make it visible again.
Like this:
$('#gallery a').lightBox({
'imageBtnPrev' : 'images/image-prev.gif',
'imageBtnNext' : 'images/image-next.gif',
'imageLoading' : 'images/image-loading.gif'
});
Leandro Vieira Pinho wrote:
> Hi Kia,
>
> You don´t need to inform all parameters. Just what you want to use.
> The others default values will be keeped.
it work.
- On your "How to use" page you're still including the 0.2 js and css files
- Do I need to alter anything in the CSS file? I've looked at it and it seems
as if the IE-fix image
needs to be altered. But I'm not sure.
Kia
Leandro Vieira Pinho wrote:
> Thanks
But what if the page already have a defined padding?
Kia
wick wrote:
>
> That bottom padding makes it so all the normal page content appears
> above the catfish advert - in other words you can scroll to the bottom
> of the "normal" page & the content at the very end
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
or (var i = 0; i < itemlength; i++) {
var it = $(items[i]);
$it.hide();
$(container).append($it);
$it.show('fast');
// sleep ...
}
Is this the way to do it? I can't see any animations at all. And also all the
items get the style
"display: block;" when showing them. Is this necessary?
Kia
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
$('#wait').css({height: 0}).animate({ height: 'toggle' }, 3000);
> > >}
On Aug 1, 3:53 pm, "John Resig" <[EMAIL PROTECTED]> wrote:
> Which browser? If you're in IE, then this flicker is because your page
> is in Quirks mode instead of Standards mo
7;).css({height: 0}).animate({ height: 'toggle' }, 3000);
}
Kia
On 8/1/07, John Resig <[EMAIL PROTECTED]> wrote:
>
>
> Which browser? If you're in IE, then this flicker is because your page
> is in Quirks mode instead of Standards mode (you'll need to provide a
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
opacity and height to the CSS. But the height don't toggle...
Instead of:
$wait.css({opacity: 0}).animate({ opacity: 1 }, 3000);
I do this:
CSS:
#wait { opacity: 0; height: 0px }
JavaScript to show #wait
$wait.animate({ opacity: 1, height: 'toggle' }, 3000);
But the height doesn't toggle!
Kia
ument).ready(function(){
// show wait-box
$('#wait').css({opacity: 0}).animate({ opacity: 1 }, 3000);
// load content
$('#content').load('content.php', function() { $('#wait').hide(); });
});
Kia
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.
On Jul 18, 6:12 pm, Rick Pasotto <[EMAIL PROTECTED]> wrote:
> On Wed, Jul 18, 2007 at 03:46:58PM +0200, Christian
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
ot;selected");
},function(){
$(this).removeClass("selected");
});
Kia
i repacked it and got down to 5,2 KB.
>
> Updated the page to reflect the changes:
> http://lovepeacenukes.com/tablesorter/2.0/
>
Off topic: How can I find information of how to do this. It seems as if I'm
doing something wrong.
Kia
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!
});
<<
http://www.domain.com/123.jpg";>
http://www.domain.com/456.jpg";>
http://www.domain.com/789.jpg";>
>>
Also, the install link on
http://www.gmarwaha.com/jquery/jcarousellite/index.php#install doesn't work:
http://www.gmarwaha.com/jquery/js/jquery.jCarouselLite.js
Kia
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
these bugs
would probably go away automatically - and it would be easier to maintain.
And probably faster too.
Kia
On 7/5/07, Rey Bango <[EMAIL PROTECTED]> wrote:
>
>
> Kia,
>
> I don't recall seeing a plugin that can do that but if Websnapr does the
> trick and the
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 });|
> >
>
ly set the source of an
iframe. But wouldn't that ruin the functionality of the Tabs plugin? It
would be great if I can use fxAutoHeight: true together with the iframe.
Kia
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:
Anyone?
On Jul 1, 8:14 am, "Kia Niskavaara" <[EMAIL PROTECTED]> wrote:
> 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 Firefo
solve any problems (afaik).
Right now, my only option is to have a selectbox, since my menu doesn't fit
in the area that I'll have to work with. a selectbox is really useful for
limited space - but it isn't that beautiful...
Any input on my problem would be really helpful!
Kia
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
>
bleSorter.parsers.percent = {
> id: 'percent',
> is: function(s) {
> return s.match(new RegExp(/%$/g));
547a558
> $.tableSorter.analyzer.add($.tableSorter.parsers.percent);
> Kia wrote:
>>
>> I love the offi
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 w
sure how... Any ideas?
2) Could the currency parser be modified to handle NOK/FIN etc. Like
this:
return s.match(new RegExp(/^[£$?.]/g)) || s.match(new RegExp(/ [A-Z]
{3}$/g));
3) I would like to introduce a new percent parser:
return s.match(new RegExp(/%$/g));
Kia
65 matches
Mail list logo