[jQuery] Merry Xmass

2008-12-24 Thread Lukas Polak
Hi everybody, I don't want you interrupt, but I don't know if you already notice that today is 24th December so at least today you shoold stop working and relax :) Merry Christmas to all of you :) elf from Slovakia

[jQuery] error in ajax call in IE?!?

2008-11-03 Thread Lukas Polak
Hi, I use jQuery to every ajax call in my webpage. It seems to me that ajax call doesn't work in IE at all. Am I wrong or is this known error? Is this possible to fix it? If you need, I can send sample of my source code. elf

[jQuery] Re: error in jQuery?!

2008-09-14 Thread Lukas Polak
up. BB wrote / napĂ­sal(a): > You have to include mootools at first and jquery at least: > http://docs.jquery.com/Using_jQuery_with_Other_Libraries > > On 14 Sep., 20:41, Lukas Polak <[EMAIL PROTECTED]> wrote: > >> Hi guys, >> >> I have a question. I'

[jQuery] error in jQuery?!

2008-09-14 Thread Lukas Polak
Hi guys, I have a question. I'm using jquery on my pages and js files are linked like this: http://code.jquery.com/jquery-latest.js";> http://dev.jquery.com/view/tags/ui/latest/ui/ui.datepicker.js";> Everything works fine, but ff 3.0.1. is showing some(2) errors in mootools.js: el.

[jQuery] first day in week - datepicker

2008-09-08 Thread Lukas Polak
Hello, i need help. I 'm trying what fatepicker can do and I want change the day, when week starts in calendar. I want monday to be first day in week, but I really don't know hwo to do that. Do you have any ideas? elf

[jQuery] Re: Everyone knows how to manipulate a SELECT with jQuery??

2008-09-06 Thread Lukas Polak
you don't need to use jQuery. I've just been solving problem about how can I get value of SELECT by jQuery and I've realized that there is another, easier path. Just use simple JS: function getID() { return document.getElementById('test').selectedIndex; // this command find out index of ac