Monday, April 24, 2017

stopping page refresh on button click javascript

just use this:

$("#captureid").click(function (e) {
                    
                        e.preventDefault();


                    });





Here is my channel about programming. Visit this channel and subscribe.




No comments:

Post a Comment