[jQuery] problems with each() and JSON

2009-05-15 Thread martin horton
Hi Folks, i have a big roblem with a little getJSON request. At first..this is my code: === HTML === buttondicken ajax-request ausführen!/button ul id=myList /ul /body === JavaScript == $(function(){ $(button).click(function(){ $.getJSON(myJson.js, myCallback);

[jQuery] Re: problems with each() and JSON

2009-05-15 Thread martin horton
Thanks for your example. Now its working like it should :-D