[jQuery] sifr on newly added tags

2009-08-13 Thread Snef
Hi, I use sifr on some h1 elements in a certain div. Can it be automated (like .live use) to sifr newly added h1 elements? (I thought about .live, but that is with an event like click). S.

[jQuery] Nice lightbox variant?

2009-04-22 Thread Snef
hi, I want to use a lightbox (clone) for showing forms (like login, register etc.). I looked at Lightbox and Simplemodal. Are there any other suggestions? Snef.

[jQuery] Re: Nice lightbox variant?

2009-04-22 Thread Snef
want to use a lightbox (clone) for showing forms (like login, register etc.). I looked at Lightbox and Simplemodal. Are there any other suggestions? Snef. _ Share your photos with Windows Live Photos – Free. http

[jQuery] Handling html with javascript in .html()

2009-04-15 Thread Snef
When using $.ajax() i encounter some problems. With the ajax I'm calling a script that will return some html. When echoing the returned data, I can see that everything is returned including the javascript tags. When 'inserting' the returned data into a div on the screen, the javascript seems to

[jQuery] Re: Handling html with javascript in .html()

2009-04-15 Thread Snef
complete manually? btw, do you check the page source using `view page source' or firebug's dom inspector? latter recommended. On Apr 15, 3:56 pm, Snef sne...@gmail.com wrote: When using $.ajax() i encounter some problems. With the ajax I'm calling a script that will return some html. When

[jQuery] Re: Handling html with javascript in .html()

2009-04-15 Thread Snef
Donny Kurnia schreef: Snef wrote: When using $.ajax() i encounter some problems. With the ajax I'm calling a script that will return some html. When echoing the returned data, I can see that everything is returned including the javascript tags. When 'inserting' the returned data

[jQuery] Re: Handling html with javascript in .html()

2009-04-15 Thread Snef
Well a tip to all. When having problems, first give your pc a nice reboot ;) Suddenly it is working :S Don;t know why, but it is. Thanx for all support! Snef schreef: Donny Kurnia schreef: Snef wrote: When using $.ajax() i encounter some problems. With the ajax I'm calling

[jQuery] Re: Handling html with javascript in .html()

2009-04-15 Thread Snef
I do not think it is due to $.ajax function. Even when using plain $ (#freediv).html(.) it won't work. (and I don't need json yet). András Csányi schreef: 2009/4/15 Snef sne...@gmail.com: I already tried it with the $(document).ready(function(){.}). No success. :( And through

[jQuery] Re: Handling html with javascript in .html()

2009-04-15 Thread Snef
András Csányi schreef: 2009/4/15 Snef sne...@gmail.com: When using $.ajax() i encounter some problems. With the ajax I'm calling a script that will return some html. When echoing the returned data, I can see that everything is returned including the javascript tags. When

[jQuery] jQuery $.ajax and dataType

2009-04-10 Thread Snef
= window[eval](( + data + )); } (please check the httpData in jquery.1.3.2.js!) In this way, when dataType is omitted, it'll take a look at the returned content type. Offcourse, this is just a quick rewrite and maybe not even correct but with some simple tests it worked well. Snef

[jQuery] Re: jQuery $.ajax and dataType

2009-04-10 Thread Snef
Well, is it a good suggestion? Or maybe it's possible to override (or extends) tjhe current ajax implementation? On 10 apr, 16:45, Snef sne...@gmail.com wrote: Hi, When using the $.ajax functionality i came across some things. You have to set the dataType option in order to get the correct

[jQuery] Re: jQuery $.ajax and dataType

2009-04-10 Thread Snef
/archive/2008/10/14/enabling-auto-detection-of-response-type-in-jquery.aspx On Apr 10, 3:39 pm, Snef sne...@gmail.com wrote: Well, is it a good suggestion? Or maybe it's possible to override (or extends) tjhe current ajax implementation? On 10 apr, 16:45, Snef sne...@gmail.com wrote

[jQuery] Re: IE bug in the Tab plugin

2008-10-15 Thread Snef
Maybe it is in your IE settings (Tools - Internet options - General - Temp. Internet settings - Settings - Check for news version of stored pages) When it is on 'On every page visit' it will blink a lot. Setting it to 'Automaticly' will reduce (or eliminate) blinking. Remember that things will

[jQuery] Lightbox balupton

2008-09-24 Thread Snef
Hi, Playing around with the lightbox. Works nice! Only one 'little' problem though: When using it with IE6, the browser locks an the computer is having a hard time. I already tried to explicitly add ie6_support: true. I used css to hide the info box (and close link), that couldn't cause the

[jQuery] Re: Lightbox balupton

2008-09-24 Thread Snef
Also tried to remove the show_linkback option in the construction (read it in bug report). Now I only have the files option in the constructor. Also tried to use the non-packed version. Snef schreef: Hi, Playing around with the lightbox. Works nice! Only one 'little' problem though: When

[jQuery] Re: pngFix or .width() problem

2008-06-30 Thread Snef
So what has changed? Still got the problem in 1.2.6. :( iZorg wrote: I have got the same problem. It began since version 1.2.2. So, if you can, use the jQuery version 1.2.1

[jQuery] Re: iFixPng issue in IE6 - red cross on image

2008-05-14 Thread Snef
I've got a problem that it will resize the image although it is not due to iFixPng but a wrong reading from .width(). In IE6 it read 120x120 while it is 124x124! (set in css, set as img attribute, image itself is 124x124). Still no solution to that one. Snef debussy007 wrote: Hi, I am

[jQuery] Re: [PLUGIN] Excellent File Tree

2008-05-02 Thread Snef
Looks very well. Hoping that someone will include sorting ;-) Rey Bango wrote: Thanks to Karl Swedberg for pointing this jQuery-based File Tree out. http://abeautifulsite.net/notebook.php?article=58 Rey

[jQuery] Cycle plugin (Mike) problem

2008-04-29 Thread Snef
Hi, The 'cleartype' issue in IE does not only appear with the fade transition, but also with others. When you look at the demo: http://malsup.com/jquery/cycle/int2.html (No-Image Content demo), the slide numbered 1 has the cleartype issue. But only that slide! Not all. I'm using the slide

[jQuery] Re: Cycle plugin (Mike) problem

2008-04-29 Thread Snef
Hi Mike! That did the trick! Thanks for that! (and for the very quick reply!) And also thank you for implementing the continuous property! :) Mike Alsup wrote: The 'cleartype' issue in IE does not only appear with the fade transition, but also with others. When you look at the demo:

[jQuery] Re: Cycle plugin (Mike) problem

2008-04-29 Thread Snef
Too fast replied It still has some strange behaviour. Now only the first slide when showed for the first time will look bad. When it is showed in the 'next cycle' it will be displayed correctly. Any ideas? Mike Alsup wrote: The 'cleartype' issue in IE does not only appear with the fade

[jQuery] pngFix or .width() problem

2008-04-28 Thread Snef
Hi, I'm using pngFix and I'm running into some weird thing. I have a .png file (logo.png) . Dimensions: w: 124px, h: 124px. When doing the pngFix, the dimensions are altered to 120/120. It seems that width property of the image will return 120, but it in fact is 124px! Within the pngFix, the

[jQuery] Superfish menu

2008-04-01 Thread Snef
li li.sfHover ul { left:8.45em; top:-1px; } The sub-submenu is shifted to the left, only the middle items seem to fall under it parent! Tried some z-indexing, but i can not get it right. Anyone? (just used the default example with its css). Snef

[jQuery] Re: Strange bold look after a show in IE6

2008-03-28 Thread Snef
Try to use a background Olivier Percebois-Garve wrote: Hi all, I'm using animate({opacity: 1}); It produces a strange effect on IE6 where the text appears sort of bold (or sort of duplicated) and a little dirty. With show() I see this effect during the transition, but when it is finished

[jQuery] Re: Zebra striping in tables

2008-02-05 Thread Snef
); --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Feb 4, 2008, at 5:38 PM, Snef wrote: Hi, I know how to do some 'zebra-striping' on tables with jQ, but i have a little problem. I have some (unknown amount) tables om a page and I want

[jQuery] Re: Zebra striping in tables

2008-02-05 Thread Snef
that are an even child of their parent element. This should work: $(table tr:nth-child(even)).css(background, #cc); --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Feb 4, 2008, at 5:38 PM, Snef wrote: Hi, I know how to do some 'zebra

[jQuery] Re: Zebra striping in tables

2008-02-05 Thread Snef
() { $(this).find('tr:even').css(background-color, #ff); }); Maybe I don't understand the question. Allex -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Snef Sent: Monday, February 04, 2008 2:38 PM To: jQuery (English) Subject: [jQuery] Zebra

[jQuery] Re: Zebra striping in tables

2008-02-05 Thread Snef
Sent: Tuesday, February 05, 2008 5:06 AM To: jQuery (English) Subject: [jQuery] Re: Zebra striping in tables On Feb 5, 7:57�pm, Snef [EMAIL PROTECTED] wrote: Karl, Again, many thanks. Only just one question... I have used your one-liner like this: $(table tr:nth-child(even

[jQuery] Zebra striping in tables

2008-02-04 Thread Snef
Hi, I know how to do some 'zebra-striping' on tables with jQ, but i have a little problem. I have some (unknown amount) tables om a page and I want to 'stripe' the tables seperately, so that all striping is the same in each table. With a simple: $(table tr:even).css(background, #cc) the