Widget:Raty: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$("#star").click(function(){ | $("#star").click(function(){ | ||
alert('woop'); | alert('woop'); | ||
$("#star").html(' '); | $("#star").html(' '); | ||
}); | }); | ||
</script> | </script> | ||
<div id="star"><img src='http://static.wikidoc.org/5/54/Click_here_to_add_a_question.png' /></div> | <div id="star"><img src='http://static.wikidoc.org/5/54/Click_here_to_add_a_question.png' /></div> | ||
</includeonly> | </includeonly> |