[jQuery] Re: setInterval()

2009-08-24 Thread solow
I really need this

[jQuery] Re: setInterval()

2009-08-23 Thread solow
Thanks for the reactions. but now, how do I see if the var has been set. *I'm using 'intvarM' as a var btw* Because when I click a hyperlink, or button, it says the vasn't been set. which is weird because the loop does update my fields. this is how i start an interval: function

[jQuery] Re: setInterval()

2009-08-23 Thread solow
someone? please?..

[jQuery] setInterval()

2009-08-21 Thread solow
Hey, I have a question. I want to create a javascript loop, with setInterval(). This loop has to be used in dynamicaly loaded content, which should be reloaded every x seconds. This works fine. But now, I want to use clearInterval to STOP the interval, when I leave the dynalically loaded page.

[jQuery] Re: Table sorter

2009-08-06 Thread solow
nobody? i kind of, really need a tablesorter for a dynamically loaded page... On 5 aug, 04:21, solow solow.wes...@gmail.com wrote: Hey, I'm using table sorter. http://tablesorter.com/ Now, this is great and all, but it doesn't seem to work in dynamically loaded pages. Does anyone know

[jQuery] Re: Table sorter

2009-08-06 Thread solow
        $(#myTable).tablesorter();         $(#myTable).tablesorter();  // had to do that twice for column sorting to work in both directions         $(#myTable).trigger(sorton, [currSort]); Hope that helps. On Aug 6, 6:23 am, solow solow.wes...@gmail.com wrote: nobody? i kind of, really need

[jQuery] Table sorter

2009-08-04 Thread solow
Hey, I'm using table sorter. http://tablesorter.com/ Now, this is great and all, but it doesn't seem to work in dynamically loaded pages. Does anyone know a solution for this problem? I hope so.. thanks :)

[jQuery] Re: form submit

2009-08-03 Thread solow
$(#itemId).val(); I found this one here http://docs.jquery.com/Attributes/val now, when I place this inside the live() function, this should work right? because it's already 'live' so it already has the elements from the dynamically loaded page. On Aug 3, 7:35 am, solow solow.wes...@gmail.com

[jQuery] form submit

2009-08-02 Thread solow
all I want is to use the values in these input items, within the called function. I hope someone is able to help me. solow.

[jQuery] Re: form submit

2009-08-02 Thread solow
and for the input text input? On 3 aug, 07:11, waseem sabjee waseemsab...@gmail.com wrote: var tcC = typecoinsCASHIN.val(); please add values to all your option tag. if(tcC == 1) { } On Mon, Aug 3, 2009 at 4:03 AM, solow solow.wes...@gmail.com wrote: hello, Recently i've

[jQuery] Re: jquery blocks javascript?

2009-07-31 Thread solow
Yes I get the point... But how to use this on a hover? Because I really cant see how to use this with my code... sorry :$ I'm actually a php and perl programmer. I recently started with ajax, and now with jquery, so i'm kind of new to this jquery stuff... ***and not only that, The live thing,

[jQuery] Re: jquery blocks javascript?

2009-07-31 Thread solow
I got half of it. $(document).ready(function () { $(function() { $(div ul li a).live(mouseover, function() { if ($(this).is(':animated')) { $(this).stop().animate({width: 83px}, {duration: 250, easing:easeOutQuad}); } else {

[jQuery] Re: jquery blocks javascript?

2009-07-30 Thread solow
Right, my bad. http://www.waysoflife.eu/poker.php This is the url. In the menu, click settings. What you see now, is a list. *To check the html, visit http://www.waysoflife.eu/pages/pages.php?settings *. This list should look like this: http://www.waysoflife.eu/merijn.html So maybe I've

[jQuery] Re: jquery blocks javascript?

2009-07-30 Thread solow
so, now i post the url and the problem, and people still dont know the problem? i really want help :(

[jQuery] Re: jquery blocks javascript?

2009-07-30 Thread solow
please enlighten me on the usage. I dont understand how this could make it work

[jQuery] Re: jquery blocks javascript?

2009-07-30 Thread solow
sorry for my extra post... but do you mean i should use live() on the li tags, in stead of my current javascript?

[jQuery] Re: jquery blocks javascript?

2009-07-30 Thread solow
JS ERROR: Gebruikersagent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0) Tijdstempel: Thu, 30 Jul 2009 22:52:44 UTC Bericht: Object doesn't support this property or method Regel: 18 Teken: 6 Code: 0 URI: http://www.waysoflife.eu/poker.php script type=text/javascript

[jQuery] Re: jquery blocks javascript?

2009-07-30 Thread solow
I think i'm using 1.3... But this is the way, to execute javascript, in content whch has been loaded using $(#DIV).load ?

[jQuery] Re: jquery blocks javascript?

2009-07-30 Thread solow
Thanks a lot. This is the best answer av had so far. So as far as I understand, when calling for the page, where this javascript will be executed, I'll have to call for the functions again. so that it once again checks all ul li a tags. Thank you so much.

[jQuery] Re: jquery blocks javascript?

2009-07-30 Thread solow
Swedberg k...@englishrules.com wrote: On Jul 30, 2009, at 7:31 PM, solow wrote: I think i'm using 1.3... But this is the way, to execute javascript, in content whch has been loaded using $(#DIV).load ? Yes, you need to either use event delegation or rebind the event   handlers. This FAQ

[jQuery] jquery blocks javascript?

2009-07-29 Thread solow
Hey. I'm using jquery, to load in pages. now one page, is a list. it uses *again jquery* jquery code, to do something with the li. Now somehow, alone, it works. but when I loaded in the page, it doesn't work anymore. Some code: script type=text/javascript src=http://ajax.googleapis.com/ajax/

[jQuery] Re: jquery blocks javascript?

2009-07-29 Thread solow
Nobody? Am at the source of jquery, and nobody knows this? :P