Skip to content

Instantly share code, notes, and snippets.

@captn3m0
Created April 11, 2017 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save captn3m0/6c9775725715bb91af5d106ba7a7c616 to your computer and use it in GitHub Desktop.
Save captn3m0/6c9775725715bb91af5d106ba7a7c616 to your computer and use it in GitHub Desktop.
₹Query Demo
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>₹Query Demo</title>
</head>
<body>
<script src="https://cdn.razorpay.com/rquery.js"></script>
<div class="element">
<button>Click Me</button>
</div>
<script type="rupeescript">
('.element').bhangra();
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment