Advertisement
tmc_angel

mapping usage

Apr 22nd, 2012
522
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. jq_144(function(){
  3.     var name = getURLParameter('name');
  4.     jq_144('#ty_text').append('Спасибо, ' + name + '!');
  5. });
  6. </script>
  7. <span id='ty_text' style='font-size:16px; color: black;'></span>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement