Quantcast
Channel: Getting Started
Viewing all articles
Browse latest Browse all 6

Re: Pop-up modal box when radio button clicked

$
0
0

This seems to work. Hope this helps anybody else that is looking for similar functionality.

<script>
		    $(function () {
			$( "#radio1" ).change(function() {
			$( "#dialog-modal" ).dialog({width: 500, height:400, modal:true });
			$( "#dialog-modal" ).dialog( "open");
	});</script>




Viewing all articles
Browse latest Browse all 6

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>