[jQuery] Images not showing the first time (cache?)

2009-02-11 Thread tlob
http://www.vum.ch/thomas/meienberg/content3.php when you activate the navigation, images are cropped the first time. If I remove the css overflow:hidden; in #s1, my navigation for the images are behind the image. I have no idea why. Does it have something to do with the cache? How can I solve this

[jQuery] copy input vals to 3 siblings in diffrent TR/TDs

2009-01-29 Thread tlob
Hello I have problems iterating with each() and traversing in jQ. can you help me out with a slick example? thx a lot! $("input.frage").each(function () { var output = $(this).val(); //$("input.frage").nextAll().val(output); /*NOT WORKING*/

[jQuery] Re: Anyone Else Seeing This?

2008-12-18 Thread tlob
Everything fine here. All Pages load around 6s the first time, 2 to 3s the second time (cache). I am on 10.5.6 Safari newest version. Sitting in europe ;-) cheers tom

[jQuery] Re: Anyone Else Seeing This?

2008-12-18 Thread tlob
url pleeese! On Dec 18, 2:02 pm, PawPrint wrote: > I can't even say if this is related to JQuery or not - but I'm hoping > someone else might have an idea. > > I have a myriad of sites that use a framework I have developed all use > packaed and gzipped JS loaded in the Head from an external

[jQuery] empty() textarea when hidden before not work. NEWBIE

2008-12-17 Thread tlob
Hi I like to empty() specific textareas. Works fine. Except the textareas, that are hidden before. http://www.vum.ch/thomas/post/1-3.html it works in Safari, but not in FF I have no clue why. cheers tl

[jQuery] Re: Expanding div over an image on mouse-over

2008-12-05 Thread tlob
http://www.serie3.info/s3slider/demonstration.html On Dec 5, 4:15 pm, Robert K <[EMAIL PROTECTED]> wrote: > Wow, you rock!! :)  Looks great. > > Only problem, it doesn't seem to work in IE 7, any ideas? > > Cheers, > Rob > > On Dec 4, 10:44 pm, ricardobeat <[EMAIL PROTECTED]> wrote: > > > One way

[jQuery] Re: :last in IE6

2008-12-05 Thread tlob
the class="last alt" are two classes! .alt {} and .last{} is that ok? On Dec 5, 2:59 pm, Liam Potter <[EMAIL PROTECTED]> wrote: > As it turns out, it's not a jQuery problem at all, the last function > works fine, it came down to an ie6 bug > > if i have class="last alt" (alt for striping) and de

[jQuery] sortable not firing always in FF,IE. Safari works fine!

2008-12-05 Thread tlob
Hello on this page, when you drag around LI's http://www.vum.ch/thomas/post/11.html the update: liCounting(), function does not firing alway in FF,IE. Only in Safari or when you click the LI's. I have no clue why Any tips? Thx tom

[jQuery] simple selector problem :beginner();

2008-12-04 Thread tlob
I like to select every span, thats in "this" $(this "span") sorry, simple and stupid... full function: function liCounting (){ $("#staerke1 li,#staerke2 li").each(function(liCounter){ liCounter++; //set liCounter to 1, not 0

[jQuery] sartable problem in IE7(6?)

2008-12-03 Thread tlob
Hello this works nice in FF and Safari: http://www.vum.ch/thomas/post/11.html but not in IE. The click does not change anything, the list is not sortable, the list numbers do not match (CSS problem?) It gives me no errors in FF, Safari. Is there a know problem with sortables and click() in IE?

[jQuery] Thank you (for all the fish?)

2008-11-07 Thread tlob
I just wanted to say: Thank you jQuery, John Reisig (http://ejohn.org/) and all the Team (http://docs.jquery.com/Contributors) behind it! Great work guys. Nokia and M$ ist just the beginning for world Domination ;-) http://jquery.com/blog/2008/09/28/jquery-microsoft-nokia/ Thank you Thank you Tha

[jQuery] Re: stop hover

2008-10-17 Thread tlob
Hallo CSS = border:0; or do you see the dottet border? Thats the browserhighlighting a linked element. Cant surpress that. Its diffrent in every browser cu tom On Oct 17, 11:56 am, weidc <[EMAIL PROTECTED]> wrote: > hi, > > well i got a little problem. > > i got some images which get a bor

[jQuery] Re: UI/Sortables beginner understanding problem

2008-10-15 Thread tlob
I solved the problem with the numbered li. But how can I catch the event when I drag a li around? the change, update, start, sort, stop, beforeStop, recieve, remove, over, out, activate, deactivate are firing when the page loads, not when I sort around. sigh! $("#staerke2").sortable({ opa

[jQuery] Re: UI/Sortables beginner understanding problem

2008-10-15 Thread tlob
I tried the change param: $("#staerke2").sortable({ opacity: 0.5, change: console.log("changed"), connectWith: ["#staerke1"] }); but it shoots, when the list is inialized. so no Luck here... Can anybody help me out? Thx tom

[jQuery] UI/Sortables beginner understanding problem

2008-10-14 Thread tlob
Hello I successfully created two UI/Sortables lists, that are connectWith each other. The lists have a decimal numbering, so it looks like the two lists are diplayed in two rows as one: 1. first List 2. blu 3. blubb 4. foo 5. second list 6. bar 7. foobar The UI docs are not clear enough to me.

[jQuery] Re: jQuery help to replace CSS position: fixed;

2008-10-14 Thread tlob
you need this? http://plugins.jquery.com/project/scroll-follow the plugin section has more to offer... cu tom On Oct 14, 11:10 am, XeroXer <[EMAIL PROTECTED]> wrote: > Hi! > > I am making a menu that I place along the left side of the page. > I starts with the position: absolute; left: 0; top: 5

[jQuery] Re: help me

2008-10-09 Thread tlob
make every drag and drop web componet an unique ID in the first place? please specify you problem a bit better so we can help you. please specify your title better, so we can help you. or help yourself: http://docs.jquery.com/UI/Draggables thx tom On Oct 9, 6:05 am, seka <[EMAIL PROTECTED

[jQuery] jQuery lightbox not working in safari

2008-09-25 Thread tlob
http://www.ginasong.ch/kinderhilfe/chosica.html the lightbox plugin on iMac Intel, OS X 10.4.11, OS X 10.5.4, 10.5.5 on Safari 3.1.2 is not working. I dont have a clue why, because I dont see any errors... thx thomas

[jQuery] Re: simple test if all checked BEGINNER

2008-09-18 Thread tlob
Oh so easy! Thank you very much! I changed it a little bit: var total = $("#form1 :checkbox").size() var checked = $("#form1 :checkbox:checked").size() if(checked == total) $("#all").show(500); thx tom

[jQuery] simple test if all checked BEGINNER

2008-09-18 Thread tlob
Hello I sucessfully implemented a test to see if all checkboxes are checked: $("form#form1").submit(function() { var anzahl = $("#form1 input:checked").length; if (anzahl=="7"){$("#all").show(500);} return false; }); I think this can be done more elegant, because when the

[jQuery] Re: simple if not :checked then show div - BEGINNER

2008-09-17 Thread tlob
can this be done more efficient? $(document).ready(function(){ $("#auswertung > div").hide(); $("form#form1").submit(function() { $("#auswertung > div").hide(); $("form#form1 [EMAIL

[jQuery] simple if not :checked then show div - BEGINNER

2008-09-17 Thread tlob
Hello I try to do a very simple thing. 7 Checkboxes. 1 submit. If none checked, show div#none if not checkbox1:checked show div#not1 and if not checkbox2:checked show div#not2, too and so on... I can do it with man if then's, but I like it slick and sexy! And I cant figure it out. Thx in ad

[jQuery] Re: Code Editors

2008-09-12 Thread tlob
holy moly, I didn't know aptana, I think it will replace my jEdit.org. thx!

[jQuery] Re: show hide selected on page load (beginner)

2008-09-11 Thread tlob
case "2": $('#kirche-wrapper').show(); break; case "3": $('#openair-wrapper').show(); break; case "4": $('#andererort-wrapper

[jQuery] show hide selected on page load (beginner)

2008-09-10 Thread tlob
the following works pretty well on click: $('#form1 #ort_id option').click( function () { var wrapper = $(this).attr('value'); $('#schuppen-wrapper,#kirche-wrapper,#openair-wrapper,#andererort- wrapper').hide(); switch(wrapper){

[jQuery] Re: jQuery and swapping name values

2008-09-09 Thread tlob
Can you be more specific? I dont get it Sorry You fill out the first Input, save the form via a submit button and then? > > But now I need to be able to swap the name values of the text fields > > on the toggle as well, so that the visible text field always carries > > the name value of "da

[jQuery] reduce this to the max

2008-09-05 Thread tlob
I have the strange feeling, this can be done much more efficient. I am willing to learn and to marvel: 1. $("form#form1").submit(function(event, validated) { 2. if (validated) { 3. return; // done, submit 4.

[jQuery] porn here

2008-09-05 Thread tlob
in the comment section: http://jquery.com/blog/2007/02/17/the-jquery-irc-channel/

jquery-en@googlegroups.com

2008-09-05 Thread tlob
morning jQueryians anyone have an idea? thx tlz On Sep 4, 6:08 pm, tlob <[EMAIL PROTECTED]> wrote: > Hello I am fairly new to jQuery and JS, so be nice to me ;-) > I added the validation Plug into my form. > > I have 5*2 Input fields in form of the UI/datepicker. Every pair

jquery-en@googlegroups.com

2008-09-04 Thread tlob
Hello I am fairly new to jQuery and JS, so be nice to me ;-) I added the validation Plug into my form. I have 5*2 Input fields in form of the UI/datepicker. Every pair can be blank or both have to be filled out. Pretty simple... not for me. I cant get my head around it. I try to do it the proppe

[jQuery] Re: Animate Query

2008-09-02 Thread tlob
a neat trick to set timeouts is with animate animate({"opacity": 1}, 1000); it keeps the opacity to 1 but it takes 1000ms to do so. I experienced problems with setTimeout. That trick suited me well. I am a beginner, so I cant help you further, sorry. cheers tlz

[jQuery] Re: submitting a form by pressing enter

2008-06-27 Thread tlob
For some > browsers it will remove the action of the button, so you are back to > square one.. :) > > Oh, and lastly, why invent new things, when existing ones do exactly > what is requested :) > > On Jun 26, 12:25 pm, tlob <[EMAIL PROTECTED]> wrote: > > > A page

[jQuery] Re: submitting a form by pressing enter

2008-06-26 Thread tlob
A page is read without css? Hmmm I think that is really really really rare Even more rare than a browser without js turned on. Thats only really really rare ;-) Or what do you mean? instead of moving it away, why not css display:none;? Does this brake the submit? cheers tl On Jun 26, 10:22

[jQuery] Re: php with javascript...jquery...

2008-06-26 Thread tlob
You dont understand the difference between php, html an JS. where is PHP and JS executed? What does the browser see? Does the browser see any PHP code and running it? http://www.google.ch/search?q=php+vs+js&ie=utf-8&oe=utf-8&aq=t&; wrote: > Hi I have a question. Is it possible to use php with

[jQuery] Re: Using "this" with jQuery

2008-06-26 Thread tlob
Add a class to your IDs, then it should work: [code] div {border:1px solid #ccc;width: 100px;height:100px;margin: 10px;float:left;}