Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. jQuery(document).ready(function() {
  2. jQuery("input").click(function() {
  3. if ( jQuery("#shipping_method_0_flat_rate").is(":checked") ) {
  4. window.alert("sometext");
  5. } });
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement