Advertisement
Guest User

NUSMods Simple Color Selector

a guest
Jul 30th, 2014
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. $(".nm-timetable-action").append("<a href='#' class='nm-timetable-color'><img src='http://files.softicons.com/download/toolbar-icons/max-mini-icons-by-ashung/png/16x16/color.png' /></a>");$(".nm-timetable-color").click(function(e){var t="."+$(this).parent().parent().attr("class");var n=prompt("Please enter the color code","#ffffff");$(t).css("background",n);e.preventDefault();return false});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement