[jQuery] probelm with cluetip and radio button lists

2009-11-25 Thread couch
I'm trying to create a radio button list programatically from a database, and have cluetip messages on the labels. I first created the databound radio button list in .NET and applied the code: $(document).ready(function(){ $('span.tips').cluetip({ splitTitle: '|',

[jQuery] Re: probelm with cluetip and radio button lists

2009-11-25 Thread couch
OK - I found my newby mistake. The cluetip function should be inside the getJSON function...