I\'m trying to disable these radio buttons when a the loadActive link is clicked but for some reason it only disables the first in the order and then skips the rest.
code:
function writeData() { jQuery("#chatTickets input:radio[id^=ticketID]:first").attr('disabled', true); return false; }
See also: Selector/radio, Selector/attributeStartsWith, Selector/first