[jQuery] Re: Make li list of unique json data?

2008-12-19 Thread alpha tester
Thanks very much for this Brian - got my head round it now! brian-263 wrote: On Thu, Dec 18, 2008 at 4:49 AM, alpha tester david.oli...@rbs.co.uk wrote: Hmmm... struggling to read from this new dataset using the code provided - can someone point out the stupidity in the following

[jQuery] Re: Make li list of unique json data?

2008-12-18 Thread alpha tester
Amazing! Love the way you can take what was about 90 lines of javascript and turn it into about 5 of jquery and the jquery ends up being far more flexible! Thanks very much for your help! (do you know of any tutorials that cover this sort of dataset management stuff (push/group etc))

[jQuery] Re: Make li list of unique json data?

2008-12-18 Thread alpha tester
Hmmm... struggling to read from this new dataset using the code provided - can someone point out the stupidity in the following code: html head script type=text/javascript var myData = { records : [ { CATEGORY : Sport, TITLE : The world of sport, LINK: http://test.com; }, { CATEGORY :

[jQuery] Make li list of unique json data?

2008-12-17 Thread alpha tester
Hi I'm just learning JQuery and while I've got my head around the general concepts, the real power of the logic it provides is still escaping me. I've got a page with a JSON dataset like this: var myData = { records : [ { CATEGORY : Sport, TITLE : The world of sport, LINK: http://test.com;