[jQuery] strange slide Down Problem

2007-01-11 Thread Alexander Petri
Hi, i built a very small Demosite using CodeIgniter and jQuery. http://www.konzept-b.net/ci_2/index.php As you can see there is a strange effect if you click on "Kommentar"... on IE first it slides up, and then down. on FF it jumps up and down. could anyone help me to let that work smooth? // J

Re: [jQuery] strange slide Down Problem

2007-01-11 Thread Alexander Petri
hm i updated the site but that doesnt help for the jumps Klaus Hartl schrieb: > Klaus Hartl schrieb: > >> Alexander Petri schrieb: >> >>> Hi, >>> i built a very small Demosite using CodeIgniter and jQuery. >>> >>> http://www.konzept-

[jQuery] Examples of drawing charts with jQuery and SVG

2007-01-23 Thread Alexander Petri
Does anyone know of a plugin that can draw charts with jQuery and SVG? ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] loading images

2007-02-04 Thread Alexander Petri
i have a question how to load images with a small indicator i use the following javascript: $(document).ready(function(){ $('td > #artwork-link').click(function(e){ e.preventDefault(); $('#artwork_container').load('../php/artwork_ajax.php?img_id='+$(this).attr('nam

[jQuery] Image.complete

2007-02-06 Thread Alexander Petri
Hi, if i load an image i.e: im = new Image() im.src='new_img.jpg' and i ask if(im.complete )... is this an event that i can us with bind? i simply want to dynamically load images i have a linklist at the left side of the page and "onclick" it should update the src attribute of an Tag in the cen

[jQuery] technique to load pictures with an ajax loadingpic

2007-02-15 Thread Alexander Petri
I'm still wondering how i could load images like it is in interface::imagebox with an ajax loading image is there a special technique to do that..? i looked up in the source code of imagebox but i dont understand how to do that. could anyone give me a hint or a simple example how to do such thing

[jQuery] animate

2007-03-22 Thread Alexander Petri
Hi, i have a small problem to solve: i want to animate the "src" attribute in an tag i have 25 scaled images of a filled circle. the larest is 640x640px and the smallest is 32x32 i want to animate the steps in one second. can anyone give me a hint how to do that? maybe with the animate method? --

[jQuery] Newbee question

2006-11-17 Thread Alexander Petri
i have a simple question i have this sample html: Headline 2 My text.. show comments my js is like this: $('[EMAIL PROTECTED]').oneclick(function(){ var href=$(this).href(); $(this).parent().append(load(href)); $(this).html("hide comments"); $(this).click(showhideComments); }

Re: [jQuery] Newbee question

2006-11-17 Thread Alexander Petri
sorry return false; doesnt help Marc Jansen wrote: Hi Alexander, I think within the function you should type "return false" so the link is not being followed. By the way, are you sure you want to use oneclick() and not click()? As always: untested! -- Marc Alexander Petri schr

Re: [jQuery] Newbee question

2006-11-17 Thread Alexander Petri
, but it should work. On 11/17/06, *Alexander Petri* < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: i have a simple question i have this sample html: Headline 2 My text.. show comments my js is like this: $('[EMAIL PROTECTED]'

Re: [jQuery] Newbee question

2006-11-17 Thread Alexander Petri
yes that is the problem how can i force the encoding type in the js? or have i to edit the htaccess file - or what can i do? Ⓙⓐⓚⓔ wrote: all ajax calls rely on the encoding set by the server. are you getting ? instead of ü? On 11/17/06, Alexander Petri <[EMAIL PROTECTED]> wrote: tha

Re: [jQuery] Newbee question

2006-11-18 Thread Alexander Petri
Thank you but i had to add AddDefaultCharset ISO-8859-1 so it worked then Ⓙⓐⓚⓔ wrote: I have AddDefaultCharset UTF-8 in my apache conf file... it may work in htaccess also. I decided many years back to go utf all the way! On 11/17/06, Alexander Petri <[EMAIL PROTECTED]> wrote:

[jQuery] problems with slideUP

2006-11-23 Thread Alexander Petri
Hi i done this little function to dynamicaly fold out comments to a blog but if i say hide comments with the function toggle the comment div dissapears but there is a lot of free space there the "html" below the comment wont slide up How can i fix that? i hope you understand my problem $("[EMAIL P

[jQuery] problems with slideUP

2006-11-24 Thread Alexander Petri
Hi i done this little function to dynamicaly fold out comments to a blog but if i say hide comments with the function toggle the comment div dissapears but there is a lot of free space there the "html" below the comment wont slide up How can i fix that? i hope you understand my problem $("[EMAIL P

Re: [jQuery] problems with slideUP

2006-11-24 Thread Alexander Petri
ok i patched ist to this one but the first time i click it the alert in my .ajaxComplete says NULL to me even if i try to click it oncemore it works with strange effects both of the comments fold out. i just want to load the comments one time an then fold them in and out... // JavaScript Documen

[jQuery] Tweenbox Plugin

2006-11-29 Thread Alexander Petri
i want to use Tweenbox for dialogs. but im unable to build a custom "close" button are there any suggestions? ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/