[jQuery] Jqury CoverFlow

2010-01-05 Thread Zamir Jan Hui
needs like this on Jquery but it should be vertically Regards Zamir Jan Hui

Re: [jQuery] jQuery in Action = $15 off today (12/28)

2009-12-28 Thread Jan Wilson
Rick Faircloth wrote: I'm not sure what you mean, Jan... We can order the *new* second edition now, which is not available yet, and get chapters in PDF as they're completed...is that part correct? The part I don't understand is "then the brand-new one in late March or Ap

Re: [jQuery] jQuery in Action = $15 off today (12/28)

2009-12-28 Thread Jan Wilson
they are complete, then the brand-new one in late March or April. Cost for the Second Edition, in PDF or 2 other ebook formats, after the $15 discount, is only $12.50 US! -- Jan

[jQuery] Re: Get the below and above

2009-11-18 Thread Jan
Thank you both, it works :)

[jQuery] Get the below and above

2009-11-18 Thread Jan
Hi there, I'm new to jQuery and was looking for a way to get a table cell above or below the current one. What I mean is a function like .prev() or .next() but those only help me getting the cell to the left or to the right.

[jQuery] jquery each function iterate through form inputs problem

2009-10-24 Thread jan
Hi! I cant get this each function to work inside a form: for example i have this code: $('#formid>input').each(function(){ if($(this).attr('id')!='') alert($(this).attr('value'); //fetch id if not blank ang show value }); the code inside this function does not run if the form is render

[jQuery] each function not iterating

2009-10-21 Thread jan
Hi! Sorry to flood please disregard my previous attemp to post for this same issue. This is the real post. I have this code within the ready function: $("form.uplform").live('submit', function(){ if($(this).attr('validate')=='true'){

[jQuery] Re: serial scroll 'not working'

2009-10-10 Thread Jan Limpens
Forgot to say: only the third set has pictures in it right now 2009/10/10 Jan Limpens : > Sorry for the dumb title, but f I knew what it was, I'd probably not > write this message > > At http://limpens.com I want to show my portfolios from flick > photosets. I would want

[jQuery] serial scroll 'not working'

2009-10-10 Thread Jan Limpens
ut of some reason, it won't scroll. All the code is in http://limpens.com/js/main.js . If someone could tell me, what I am doing wrong, I'd be much obliged :) -- Jan

[jQuery] How animate in sortable ?

2009-09-15 Thread Jan Koprowski
Hi ! I'am creating movable panels using jQuery UI sortable behavior. Unfortunately my columns have different size. Question is - how smooth resize panel after dropped it on the column to column size ? Greetings from Poland ! -- Jan Koprowski

[jQuery] Re: Form Plugin issue

2009-09-11 Thread Jan
and 'script' and even 'xml' out of sheer desperation), so if anyone has any ideas they are more than welcome! Jan On Aug 27, 12:01 am, Lay András wrote: > Hello! > > On Wed, Aug 26, 2009 at 9:04 PM, Mike Alsup wrote: > > Kostya is correct.  Try embedding the response i

[jQuery] Re: trying to talk to googleadservices via $.getScript()

2009-08-31 Thread Jan Limpens
yip, that was it! 2009/8/31 Jan Limpens > aha! adbock?? maybe... > > > 2009/8/31 Jan Limpens > >> firebug gives me this in html view: >> http://www.googleadservices.com/pagead/conversion.js?_=1251741522425"</a>;> Failed >> to lo

[jQuery] Re: trying to talk to googleadservices via $.getScript()

2009-08-31 Thread Jan Limpens
aha! adbock?? maybe... 2009/8/31 Jan Limpens > firebug gives me this in html view: > http://www.googleadservices.com/pagead/conversion.js?_=1251741522425"</a>;> Failed > to load source for: > <a rel="nofollow" href="http://www.googleadservices.co

[jQuery] Re: trying to talk to googleadservices via $.getScript()

2009-08-31 Thread Jan Limpens
oogleadservices.com/pagead/conversion.js?_=1251741522425</a> the qs is not mine, if jq adds is to prevent caching it is actually doing a bad service to me. the given address works just fine. 2009/8/31 Jan Limpens > in chrome and ie that is. firefox still eats it. > > > 2009/8/31 Jan Limp

[jQuery] Re: trying to talk to googleadservices via $.getScript()

2009-08-31 Thread Jan Limpens
in chrome and ie that is. firefox still eats it. 2009/8/31 Jan Limpens > magic! the second, I wrote this post, it started to work. > > 2009/8/31 Jan Limpens > > Hello, >> >> miraculously enough, this call >> >> $.getScript('http://www.googleadser

[jQuery] Re: trying to talk to googleadservices via $.getScript()

2009-08-31 Thread Jan Limpens
magic! the second, I wrote this post, it started to work. 2009/8/31 Jan Limpens > Hello, > > miraculously enough, this call > > $.getScript('http://www.googleadservices.com/pagead/conversion.js', > function() { confirm('g'); }); > > doe

[jQuery] trying to talk to googleadservices via $.getScript()

2009-08-31 Thread Jan Limpens
nter/text/19216.html)! But - anyone did come around this somehow, or maybe test this in his/her firebug console? -- Jan

[jQuery] validate classbased via ajax request

2009-08-25 Thread Jan Limpens
I set element valid? }); }, jQuery.validator.messages['date']); I might be doing something wrong... I know there is a remote({}) method, but how could I use it from there? It might work less asynchronously, thus easier... -- Jan

[jQuery] Default Menu

2009-08-01 Thread jan
Hi! I'm trying to show the selected menu with a different color background when a user clicks on a particular main menu item. This works with a ul that does not have child items on it. But ul's with child elements the css does not seem to work and seemed overridden by javascript. What i did was

[jQuery] Response not working after page has been loaded by jQuery Load

2009-07-23 Thread jan timmer
ation fails. Does anybody know what is going on here, or better have a solution? Thanks in advance, Jan

[jQuery] autocomplete plugin error callback?

2009-07-09 Thread Jan
? If i'm not mistaken adding ", error : options.errorCallback" inside the $.ajax(...) somewhere in the middle of jquery.autocomplete.js would suffice to achieve this behavior... Plz consider, thx, regards, Jan

[jQuery] Re: why is this href firing???

2009-07-09 Thread Jan Limpens
I was not aware of that - I wonder if there are other types of buttons, then :) 2009/7/9 Nick Fitzsimons > > 2009/7/9 Jan Limpens : > > in fact, it was a button at first, but it always submitted :) > > I ought to switch that back :) > > > > As long as you speci

[jQuery] Re: why is this href firing???

2009-07-09 Thread Jan Limpens
sers that JQuery supports > allow this. (But remember to set "overflow: visible;" in the styling, > or IE6 (as usual) can make a mess of it if it under certain > circumstances: <http://natbat.net/2009/Jun/10/styling-buttons-as-links/ > >.) > > Regards, > > Nick. > -- > Nick Fitzsimons > http://www.nickfitz.co.uk/ > > -- Jan

[jQuery] Re: why is this href firing???

2009-07-08 Thread Jan Limpens
7;, '-'); input.before(spinDown); spinDown.click(function() { return spin(-1); }); var spinUp = makeButton('spinUp', '+'); input.after(spinUp); spinUp.click(function() { return spin(1);

[jQuery] Re: why is this href firing???

2009-07-08 Thread Jan Limpens
ver > > > On Jul 8, 11:09 am, BaBna wrote: > > I don't really see where your link is, but if you had .click(function > > (e){e.preventDefault();} to your link, that should disable it. > > > > On Jul 8, 3:54 pm, Jan Limpens wrote: > > &

[jQuery] why is this href firing???

2009-07-08 Thread Jan Limpens
spinUp', '+'); input.after(spinUp); spinUp.click(function() { return spin(1); }); }; })(jQuery); $('#spinMe').spinner(); -- Jan

[jQuery] Re: replace existing div with fadeIn

2009-05-18 Thread jan
does anyone know solution for this? thank you

[jQuery] replace existing div with fadeIn

2009-05-18 Thread jan
ange the code that does what I want. I have nine links on my list. Thank you very much in advance for the help. Jan

[jQuery] Re: jq.ui and the embedded autocomplete plugin

2009-02-10 Thread Jan Limpens
Ah, never mind, found it: http://jquery-ui.googlecode.com/svn/branches/dev/autocomplete/ui/ On Feb 10, 4:55 pm, Jan Limpens wrote: > Thanks a lot! > Any idea, where autocomplete sans ui has its page or repository? > > Anything further, I'll move to the other list... >

[jQuery] Re: jq.ui and the embedded autocomplete plugin

2009-02-10 Thread Jan Limpens
ve any further questions about jQuery UI, I invite you to > join the jQuery UI mailing list: > > http://groups.google.com/group/jquery-ui > > Thanks. > > - Richard > > On Tue, Feb 10, 2009 at 1:22 PM, Jan Limpens wrote: > > > Earlier I received an embedded

[jQuery] jq.ui and the embedded autocomplete plugin

2009-02-10 Thread Jan Limpens
or should I better look elsewhere? --Jan

[jQuery] Re: "subclassing" ajaxForm

2009-02-09 Thread Jan Limpens
opts.success(data); } }); }); }; $.fn.jsonForm.defaults = { success: function(){} }; })(jQuery); On Feb 9, 5:20 pm, Jan Limpens wrote: > When I try to do this, firebug does not alert me of anythi

[jQuery] "subclassing" ajaxForm

2009-02-09 Thread Jan Limpens
When I try to do this, firebug does not alert me of anything wrong, the form is posted normally (no ajax). What mistake am I making? // requires jquery.forms plugin jQuery.fn.jsonForm = function(onSuccess) { this.ajaxForm({ dataType: 'json', success: function(data) { if (data.

[jQuery] Re: How can i count validation errors and trigger alert on submit?

2009-01-07 Thread Jan Eggers
For counting errors, use numberOfInvalids(), which comes with the showErrors-Method. Set onfocusout: false, if you don't want the plugin to validate on leaving the element. There are some examples in the documentation: http://docs.jquery.com/Plugins/Validation/validate#toptions On Jan 7,

[jQuery] Re: element:gt(0) works in FF, but not in Safari/IE/Chrome

2008-12-18 Thread Jan Rocho
I also tried replacing the line with: > > $(this).attr('onclick', "$('ul#c" + i + " li:not(:first-child)').toggle > (" + speed + ");$('#content').hide();"); > > and > > $(this).attr('onclick', "$('ul#c" + i + " li').slice(1).toggle(" + > speed + ");$('#content').hide();"); > > Both of those also work in FF, but again not in Safari/IE/Chrome. > > Any ideas? > > Thanks, > Jan > > >

[jQuery] Re: event fires exponentially

2008-12-16 Thread Jan Limpens
Yes I do. It's just a bunch of check boxes to filter and order a result. It is not updating the form, too. Nothing disastrous about this. Keep cool, Jan On Tue, Dec 16, 2008 at 5:42 PM, MorningZ wrote: > > This original code you posted > > > $(document).ready(functi

[jQuery] Re: event fires exponentially

2008-12-16 Thread Jan Limpens
target: "#layout-child-output" }); }); }) strange, though On Tue, Dec 16, 2008 at 3:27 PM, Jan Limpens wrote: > Must be some bug in ajaxForm, I guess. > > if I change > $('input', $form).change(function(){ >

[jQuery] Re: event fires exponentially

2008-12-16 Thread Jan Limpens
t the exponential behavior. My guess is, that ajaxForm.submit() somehow touches the inputs and triggers the change event recursively. But that is just my impression... On Tue, Dec 16, 2008 at 3:12 PM, Jan Limpens wrote: > No, unfortunately... but I may be able to put something up... > > On

[jQuery] Re: event fires exponentially

2008-12-16 Thread Jan Limpens
alue. > > On Dec 16, 11:55 am, "Jan Limpens" wrote: >> Hi guys, >> >> I have this piece of innocent looking code: >> >> >> $(document).ready(function(){ >> $form = $('#filter-form'); >> $form.

[jQuery] event fires exponentially

2008-12-16 Thread Jan Limpens
alert("peng"); }, target: "#layout-child-output" }); $('input', $form).change(function(){ $form.submit(); }); }) If I check one checkbox, I get one submit, for 2 2, however for 3 4, for 4 16, and so on until the server crashes. Any idea what is wrong here? -- Jan

[jQuery] layout of a project / good practices

2008-12-15 Thread Jan Limpens
more. Any pointers? -- Jan

[jQuery] Re: passing args to a delegate

2008-12-15 Thread Jan Limpens
> now for the x variable. > > The downside to closures is that handled incorrectly, they can cause memory > leaks. > > But review of the many articles on the subject will help keep that from > happening. > > JK > > > -Original Message- > From: jquery-e

[jQuery] Re: passing args to a delegate

2008-12-13 Thread Jan Limpens
n Sat, Dec 13, 2008 at 3:22 AM, Mike Nichols wrote: > > Try this: > success: function() { registerImageForms(id,key,type); } > > > On Dec 12, 5:13 pm, "Jan Limpens" wrote: >> Hello, >> >> I have the following code: >> >> var registerIm

[jQuery] passing args to a delegate

2008-12-12 Thread Jan Limpens
quot;, $clonedForm).ajaxForm({ success: registerImageForms }); $clonedForm.show(); }); }; Success has no args, so everything is rendered empty, after posting the form. If I pass arguments as success: registerImageForms(id, key, type) The browser crashes and it makes sense, because at the time this fires, these identifiers mean nothing. But how do I pass them? -- Jan

[jQuery] Re: fadeIn something from JSON

2008-12-09 Thread Jan Limpens
e in something it has to be hidden first. If > the example with hide() doesn't work, just hide it straight from html. > > $.getJSON(urlForDescription, function(data) { >$div = $("" + data > + ""); >$element.after($div).fadeIn();

[jQuery] Re: fadeIn something from JSON

2008-12-08 Thread Jan Limpens
urlForDescription = $element.attr('href') + '/descricao'; $.getJSON(urlForDescription, function(data) { $div = $("" + data + ""); $element.after($div).fadeIn(); }); } else { $element.next("div.info").fadeIn(); } } also, just pops up. :( -- Jan

[jQuery] fadeIn something from JSON

2008-12-08 Thread Jan Limpens
ow can I fadeIn this new element? I tried hiding it first (via css and hide()), but then it did not show up at all (only on subsequent hovers)... Any ideas? -- Jan

[jQuery] jquery validation and disabled elements

2008-12-03 Thread Jan Limpens
How can I tell the bassistence validator to ignore disabled inputs? I have ui.tabs, and only the selected tab's controls are enabled. I want validation to fire only at them. -- Jan

[jQuery] Re: how to bind a form to json data

2008-10-29 Thread Jan Limpens
I've got something along the lines here. Just wanted to know of a more solid approach... On Wed, Oct 29, 2008 at 3:36 PM, Jay <[EMAIL PROTECTED]> wrote: > > > > On Oct 29, 10:30 am, "Jan Limpens" <[EMAIL PROTECTED]> wrote: > > hello, > > then

[jQuery] how to bind a form to json data

2008-10-29 Thread Jan Limpens
one two Is this implemented somewhere? -- Jan ___ [EMAIL PROTECTED] www.limpens.com +55 (11) 3082-1087 +55 (11) 3097-8339

[jQuery] Pb with JqModal et datepicker

2008-09-22 Thread Nicolas JAN
Hi, I would like to display 2 datepickers in a jqm window. The problem is when I click on the second datepicker and I choose a date, the first datepicker displays and I can't choose a date for the second. This is my code : index.html http://www.w3.org/TR/html4/strict.dtd";>

[jQuery] Re: linking two controls

2008-09-17 Thread Jan Limpens
script sucks, that's for sure :S -- Jan On Wed, Sep 17, 2008 at 7:22 AM, Richard D. Worth <[EMAIL PROTECTED]> wrote: > I'm not sure if this is exactly what you're looking for, but I wonder if > you've looked at the jQuery UI Dialog plugin: > > Docs: > htt

[jQuery] Re: linking two controls

2008-09-16 Thread Jan Limpens
ah and by popup i mean something like a modal dialogue on the page, not another browser instance. On Tue, Sep 16, 2008 at 3:22 PM, Jan Limpens <[EMAIL PROTECTED]> wrote: > hello, > > on several pages I have small forms (plural) with a textbox and a > button. If I click on t

[jQuery] linking two controls

2008-09-16 Thread Jan Limpens
$("<div><input type='radio' value='"+this.Id+"' id='"+id+"' name='article.Id'/><label style='float: inherit' for='"+id+"'>" + this.Name +"</label></div>").appendTo(list); i++; }); } -- Jan ___ [EMAIL PROTECTED] www.limpens.com +55 (11) 3082-1087 +55 (11) 3097-8339

[jQuery] jQuery under Konqueror

2008-09-04 Thread Jan Koprowski
Hi ! When I open jQuery homepage site under Konqueror i see something like that: http://jan.koprowski.zhr.pl/jquery_konqueror.png Even demo script doesn't work. Why ?

[jQuery] chaining and functions

2008-09-02 Thread jan
$('#content').empty().append( function() { return "hello" } ); does not produce any output? thanks, Jan Vandorpe

[jQuery] Re: jqModal callback

2008-06-10 Thread Jan Limpens
Nobody has an idea, what I am doing wrong? Or is the question too specific / this the wrong place to ask this kind of question? 2008/6/6 Jan Limpens <[EMAIL PROTECTED]>: > Hello, > > I am in the process of writing some scripts that makes use of JqModal > (http://dev.iceburg.

[jQuery] jqModal callback

2008-06-06 Thread Jan Limpens
;; var i = 0; $(select).find("option").each(function(){ msg += ""; msg += ""; msg += $(this).attr("value"); msg += ""; i++; }); msg += "" msg += ""; msg += ""; return msg; } Anyone with more jq experience can tell me what I am doing wrong? -- Jan ___ [EMAIL PROTECTED] www.limpens.com +55 (11) 3082-1087 +55 (11) 3097-8339

[jQuery] Re: get Request doesnt work in IE7

2008-06-06 Thread Jan S
this is the problem, but you're missing a semicolon (;) > after the end of your $.get function call. > > Carl > > Jan S wrote: > > All of a sudden, xmlhttprequests don't work no more in IE7. FF > > perfect, no problems. > > Here the simple code: > >

[jQuery] get Request doesnt work in IE7

2008-06-05 Thread Jan S
All of a sudden, xmlhttprequests don't work no more in IE7. FF perfect, no problems. Here the simple code: http://www.w3.org/1999/xhtml";> some title $(document).ready(function(){ $.get('act/load.list.php', {kind:'contracts'}, functi

[jQuery] Re: What is the purpose of th jcarousel this.funcResize() function?

2008-05-23 Thread Jan Sorgalla
Hi, i fixed that in the current version. Jan On 19 Mai, 18:48, Jeff Kenny <[EMAIL PROTECTED]> wrote: > I noticed this message after I posted mine, but apparently this > "this.funcResize()" function is also what's causing IE 6 and 7 to > scrollback when an item in

[jQuery] Re: jcarousel: problem with IE (6 & 7) scrolling back

2008-05-23 Thread Jan Sorgalla
Hi, thats a bug. I fixed that in the current version. Jan On 19 Mai, 07:55, Jeff Kenny <[EMAIL PROTECTED]> wrote: > Hi - I noticed a problem on the thickbox example page in both IE 6 and > 7 where when you click on an thumbnail in the carousel to get the > larger image the c

[jQuery] Re: jCarousel - Multiple rows in horizontal mode (or cols in vertical mode)

2008-04-30 Thread Jan Sorgalla
Hi, you can put whatever you want inside the items. It can be a single image or a table of 9 images. Jan On 30 Apr., 13:00, tekanet <[EMAIL PROTECTED]> wrote: > Hello folks, > I need to put multiple items in a carousel, placed on rows and cols, > with horizontal scrolling. &g

[jQuery] Re: Scroll, jump, goTo etc problem

2008-04-30 Thread Jan Sorgalla
Hi, check the "external controls" example: http://sorgalla.com/projects/jcarousel/examples/static_controls.html Jan On 30 Apr., 16:03, theVibe <[EMAIL PROTECTED]> wrote: > Hi, > > This is what i want to use. onClick jump to 'imgIndex': >

[jQuery] Re: jCarousel circular bug in IE7, separate bug in Firefox (mac)?

2008-04-30 Thread Jan Sorgalla
Hi, i've fixed this. Just download the package again. Jan On 28 Apr., 23:28, ericHurst <[EMAIL PROTECTED]> wrote: > I am usingjCarouselv0.2.3 with jQ 1.2.3. > > I'm having a problem on IE7 where the item that should be displayed on > the left side, next to the back

[jQuery] Re: jCarousel: HTML structure vs CSS vs documentation

2008-04-29 Thread Jan Sorgalla
Thanks, its fixed now. Jan On 28 Apr., 12:45, "Glenn Nilsson" <[EMAIL PROTECTED]> wrote: > Sorry, wrong line number, 24, not 28. > > * > > On Mon, Apr 28, 2008 at 12:42 PM, Glenn Nilsson <[EMAIL PROTECTED]> wrote: > > Hi, > > > just upgra

[jQuery] Re: Slide Panel

2008-04-20 Thread Jan David
I'm trying to achieve the same, but with an overlayed panel sliding up from the bottom of the screen. Do you know if that is possible using this script? Jan David On 20 mrt, 21:47, uneuronh <[EMAIL PROTECTED]> wrote: > hey thanks, it worked :) > > On Mar 19, 5:36 am, "

[jQuery] Re: validate() and multiple forms that arrive via ajax

2008-04-18 Thread Jan Limpens
) { submit(form, target) } }); } function submit(form, target){ if ($(target) != null) { $(form).ajaxSubmit({target: $(target)}); } else { form.submit(); } } On Fri, Apr 18, 2008 at 6:19 PM, Jan Limpens <[EMAIL PROTECTED]> wrote: &

[jQuery] Re: validate() and multiple forms that arrive via ajax

2008-04-18 Thread Jan Limpens
foreSubmit: function(){$(form).valid()}, target: $(target) }); } } but the problem persists... any help? On Fri, Apr 18, 2008 at 1:06 PM, Jan Limpens <[EMAIL PROTECTED]> wrote: > > In a wizard I have a container page with a few divs, e

[jQuery] Re: jCarousel infinite loop problem w/ multiple carousels on display: none

2008-04-18 Thread Jan Sorgalla
utside with css. On resize, the number of visible items can change and jcarousel needs to know that for firing the callbacks. See: http://sorgalla.com/projects/jcarousel/examples/static_callbacks.html But i'll keep that in mind and will add an "noOnResizeBind" option to the next version. Jan

[jQuery] validate() and multiple forms that arrive via ajax

2008-04-18 Thread Jan Limpens
In a wizard I have a container page with a few divs, every div can host a certain form, that post it's result to another div. Everything via ajax. On the bottom of these forms, I call something like this: jQuery(function($){ setupAddressForm(); }); which looks like this function setupAddr

[jQuery] Re: jCarousel - highlight current external control

2008-04-18 Thread Jan Sorgalla
Hi, could you please show an example page. Jan On 16 Apr., 08:19, "Ryan M." <[EMAIL PROTECTED]> wrote: > I'm attempting to use thejCarouselplugin, and have been able to set > up what I want, for the most part. In the carousel I've built, I'm > only s

[jQuery] Re: jCarousel problems in IE6 and 7

2008-04-10 Thread Jan Sorgalla
Hi, can you please post a link the page. Jan On 9 Apr., 17:52, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'm usingjCarouselto scroll a list of images (linked to pages) > horizontally. It's a simple setup - the carousel is inside a div that > has

[jQuery] Re: jcarousel problem under Safari

2008-04-03 Thread Jan Sorgalla
e if thats a jquery.ready() or a jCarousel issue. But i'm currently working on it and you can expect an update in the next few days (tomorrow hopefully). Jan

[jQuery] Re: jcarousel scroll breaks in IE6 + IE7

2008-03-31 Thread Jan Sorgalla
Hi, you should initialize jCarousel like this: jQuery(document).ready(function() { jQuery('#mycarousel').jcarousel({ scroll: 1 }); }); Remove the comma after scroll: 1 IE does not accept a comma after the last entry in hashes. On 25 Mrz., 16:19, "[EMAIL PROTECTED]" <[EMAIL PROT

[jQuery] Re: jCarousel infinite loop problem w/ multiple carousels on display: none

2008-01-31 Thread Jan Sorgalla
Hi, i couldn't reproduce that. Can you please create a cleaned up sample page (without google maps) where i can test it. Jan On 31 Jan., 04:04, Todd <[EMAIL PROTECTED]> wrote: > I am attempting to build a page with multiple carousels, that by > default, only one displays. Whe

[jQuery] Re: Jcarousel problems in Safari.

2007-11-30 Thread Jan Sorgalla
- and click the back and forward buttons you should see that items > just disappear. In my implementation the items usually start off > showing but then end up spaced really far apart or disappearing > completely when you scroll back and forth. i've checked that with version 3.0.4 and can't reproduce that. Its all working just fine for me... Jan

[jQuery] Re: jCarousel: No width/height set for items.

2007-11-24 Thread Jan Sorgalla
icurl) { > $('#dspPic').html(" > >").animate({height: 'show',opacity: 'show'}, 'slow'); > } > > Thanks! did you included the core css file (jquery.jcarousel.css)? Jan

[jQuery] Re: jcarousel using jquery - VERY slow init in IE7

2007-11-12 Thread Jan Sorgalla
straightforward > html):http://www.azestimators.com/slide/az.htm > > If you can help me figure out why this takes so long with IE7 I would > really appreciate it. > Thanks, > Tim hmm...the page loads fast for me in IE7. Jan

[jQuery] Re: cross domain ajax calls

2007-11-12 Thread Jan Sorgalla
ond. if you query more, the server blocks > my servers ip. > > i need a pure java script solution. so every query will be made via > users ip. > but i am about to loose my hope. maybe that will help: http://code.google.com/apis/ajaxfeeds/ Jan

[jQuery] Re: jcarousel: how to count click next and previous

2007-11-10 Thread Jan Sorgalla
var currPage = ((carousel.first - 1) / 3) + 1; makevisible('vedi'+ currPage) return false; }); Jan

[jQuery] Re: Initialization of jCarousel with too few elements.

2007-11-07 Thread Jan Sorgalla
le of loops in the code that loop, not the items, but > the number of possible visible item, resulting in null-items. Just to > be sure, I modified the example > athttp://sorgalla.com/projects/jcarousel/examples/static_simple.html > so it only had 2 items. I got the same error there. i've just released a new version which includes a fix for that. Thanks for the bug report. Jan

[jQuery] Re: how to trigger jCarousel callbacks from the outside..

2007-10-28 Thread Jan Sorgalla
Can you post a link to a sample page with your carousel? Jan On 24 Okt., 17:12, pigeonpoop <[EMAIL PROTECTED]> wrote: > the variable; carousel, the argument passed into bindLoader, is > undefined.. would you know what could cause this? FYI.. my carousels > are being initialized

[jQuery] Re: how to trigger jCarousel callbacks from the outside..

2007-10-24 Thread Jan Sorgalla
lick', function() { // Do loading stuff here: // carousel.add(position, item); }; }; jQuery('#mycarousel').jcarousel({ initCallback: bindLoader }); Jan

[jQuery] Problem with each()

2007-10-15 Thread Jan
Hi, I'm experiencing a problem with each(): function CalculateDuration() { $(".duration").each(function() { var dur = $(this).html(); dur++; $(this).html(dur); }); } This function should take the value of fields tagged with .durat

[jQuery] Re: thumbnails in jCarousel inquiry

2007-10-05 Thread Jan Sorgalla
he width of the clip and container of the the carousel: .jcarousel-skin-ie7.jcarousel-container-horizontal { width: 245px; padding: 20px 40px; margin-left: 5px; margin-right: 5px; } .jcarousel-skin-ie7 .jcarousel-clip-horizontal { width: 245px; height: 77px; } Jan

[jQuery] Re: Ajax and Flickr picture load??

2007-09-28 Thread Jan Sorgalla
ine? Just go to http://www.flickr.com/services/api/keys/ and create your own api key. Then set it with the variable $api_key = 'you api key'; and remove include '../../config.flickr.php'; Jan -- View this message in context: http://www.nabble.com/Ajax-and-Flickr-picture

[jQuery] Re: Prev and Next problem

2007-09-15 Thread Jan Sorgalla
Hi, that happens due to a bug in jQuery 1.2. You either have to wait for 1.2.1 (which is scheduled for this weekend) or use the older version delivered with jCarousel. debussy007 wrote: > > Hello, > > I have a problem to make this plugin running correctly for my web site. > > I have been tr

[jQuery] Re: Bug IE6 only (next and previous button)

2007-09-13 Thread Jan Sorgalla
Hi, did you tried it with exactly the code i posted? Jan Chboc wrote: > > Hi Jan, > > I'd try your fix but the bug still there. I don't know what to do. > > Alex > > > Jan Sorgalla wrote: >> >> Hi, >> >> >> Chboc w

[jQuery] Re: Bug IE6 only (next and previous button)

2007-09-13 Thread Jan Sorgalla
nk you > that happens due to the fact that IE6 can't handle empty divs properly. Try to build up the jcarousel markup like (note the comments inside the divs): ... Jan -- View this message in context: http://www.nabble.com/Bug-IE6-only-%28next-and-previ

[jQuery] Re: Bug IE6 only (next and previous button)

2007-09-13 Thread Jan Sorgalla
om/jcaroussel/index.htm that happens due to the fact that IE6 can't handle empty divs properly. Try to build up the jcarousel markup like (note the comments inside the divs): ... Jan

[jQuery] Re: need help to add the autoscroll together with the external controls

2007-08-05 Thread Jan Sorgalla
uredcontentslider.htm is > there a way to add a feature like this "the pagination and a next and prev > button" by dynamic ?? > check this out: http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html Jan -- View this message in context:

[jQuery] Re: jCarousel question

2007-08-04 Thread Jan Sorgalla
tell jCarousel only scroll 1 item per click. jQuery('#mycarousel').jcarousel({ scroll: 1, itemFirstInCallback: {onAfterAnimation: mycarousel_itemFirstInCallback} }); Jan

[jQuery] Re: jCarousel question

2007-08-04 Thread Jan Sorgalla
something > wrong or going about this the wrong way? > > Thanks in advance for the help! i guess you're talking about jCarousel, so the "start" option isn't what you need. Check out this example: http://sorgalla.com/projects/jcarousel/examples/special_start.html Jan

[jQuery] Re: Dynamic Load Ajax of 2 jcarousel same page

2007-08-02 Thread Jan Sorgalla
ion (carousel, state) { mycarousel_itemLoadCallback('../slideshow1.txt', carousel, state); } }); and for the second carousel: jQuery('#mycarousel').jcarousel({ itemLoadCallback: function (carousel, state) { mycarousel_itemLoadCallback('../slideshow2.txt', carous

[jQuery] Re: need help to add the autoscroll together with the external controls

2007-07-26 Thread Jan Sorgalla
in the "Carousel with external controls" example and pass the autoscroll option. Jan -- View this message in context: http://www.nabble.com/need-help-to-add-the-autoscroll-together-with-the-external-controls-tf4145305.html#a11811654 Sent from the jCarousel mailing list archive at Nabble.com.

[jQuery] Re: Non integer amount of visible items

2007-07-09 Thread Jan Sorgalla
Hi, this mix is a bit difficult to handle. I've updated jquery.jcarousel.js. Please download it from http://sorgalla.com/projects/jcarousel/ and try if it works now for you. Jan yhager wrote: > > > > Jan Sorgalla wrote: >> >> >> yhager wrote: >>&

[jQuery] Re: [JCarousel] Auto Scrolling

2007-07-07 Thread Jan Sorgalla
ht. > I can notice in the code it is supposed to do so, has anyone a fix for this > ? > > Thank u for any help. check the configuration option "wrap". http://sorgalla.com/projects/jcarousel/#Configuration Jan

[jQuery] Re: i want to display the pictures one by one

2007-07-03 Thread Jan Sorgalla
1, but no effect. what i have to do? > changing scroll to 1 is correct. It should work. Do have a link where i can see your carousel? Jan -- View this message in context: http://www.nabble.com/i-want-to-display-the-pictures-one-by-one-tf4017576.html#a11412044 Sent from the jCarousel mailing list archive at Nabble.com.

[jQuery] Re: jCarousel: start image

2007-07-02 Thread Jan Sorgalla
27;, function(){} But how to make this on > page loading? Did you checked the example: http://sorgalla.com/projects/jcarousel/examples/special_start.html Jan

  1   2   >