Advertisement
Guest User

Untitled

a guest
Aug 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if (data.attr("type") == "radio")
  2. {
  3.     $("div[id^=input-" + data.attr("name").replace(/[\[\]]/g, "") + "] input").each(function () {
  4.         optionResults.remove($(this).attr('custom-name'));
  5.     });
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement