[jQuery] Re: jquery 1.4 and jqueryui tabs with ajax load

2010-01-22 Thread alaa-eddine
Same here ! seems to be a bug or a breaking change in JQuery 1.4 When I switch back to JQuery 1.3.x it works again. On 20 jan, 03:23, MrEcho mre...@gmail.com wrote: Yes im having the very same issue. No idea how to fix it. On Jan 18, 2:59 am, Joris D'Huys jdh...@gmail.com wrote: I've

[jQuery] jQuery Animate

2009-10-21 Thread Alaa
Hi All, Just wanted to share this link: http://blog.freelancer-id.com/index.php/2009/10/12/jquery-animate-advanced thanks.

[jQuery] Animated window scroll with jquery

2009-09-02 Thread Alaa
Hi all, Here is something cool... jQuery window scroll with animation http://blog.freelancer-id.com/index.php/2009/03/26/scroll-window-smoothly-in-jquery

[jQuery] Accordion Mouseover Event

2009-06-05 Thread Alaa
Hello, I am trying to implement an accordion with event = mouseover, when I write $(function() { $(#accordion).accordion({ event: mouseover }); }); It shows the accordion and I can navigate by mouseover, but , when I write

[jQuery] not Filter

2009-05-28 Thread Alaa
hi, I wrote a simple code to test the is and not filters, like this: Script: $(#isDiv div).click(function (){ if ($(this).is(:contains('Offenburg'))) { alert(Offenburg); } if ($(this).not(:contains('Offenburg'))) {

[jQuery] Re: not Filter

2009-05-28 Thread Alaa
Thanks, Actually I know that the complement to $('foo').is() is !$('foo').is (), but I wanted to try the .not and now it works as expected using this code: $(#isDiv div).not(:contains('Offenburg')) .bind(click, function(e){

[jQuery] Periodical Updater

2009-04-28 Thread Alaa
HI, I tried to implement some code that do the same as Ajax.periodicalUpdater in Prototype, when I run it in the browser, it works, but the memory used by the browser getting bigger and bigger, so the browser will not respond anymore, Here is my code script type=text/javascript

[jQuery] Mobile Ajax

2009-03-31 Thread Alaa
Hello, I have a question which could be a very beginner question, This is because I am a beginner, Can we use jQuery framework to build Mobile Applications, or I have to use a Mobile specific frameworks like Mojax or Frost. Thanks alot,

[jQuery] A question About jQuery

2009-03-24 Thread Alaa
Hi, I am doing a master thesis about Javascript ajax frameworks, and I have a question about jQuery framework, and need your answer please. As I read, jQuery is not a new creation, but it is a new implementation of existing frameworks like Prototype and Moo.fx. is that true? if yes, Prototype