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
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*/
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
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
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
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
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
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
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
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?
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
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
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
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
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.
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
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
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
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
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
can this be done more efficient?
$(document).ready(function(){
$("#auswertung > div").hide();
$("form#form1").submit(function() {
$("#auswertung > div").hide();
$("form#form1 [EMAIL
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
holy moly, I didn't know aptana, I think it will replace my jEdit.org.
thx!
case "2":
$('#kirche-wrapper').show();
break;
case "3":
$('#openair-wrapper').show();
break;
case "4":
$('#andererort-wrapper
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){
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
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.
in the comment section:
http://jquery.com/blog/2007/02/17/the-jquery-irc-channel/
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
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
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
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
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
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
Add a class to your IDs, then it should work:
[code]
div {border:1px solid #ccc;width: 100px;height:100px;margin:
10px;float:left;}