I have HTML page where the button is created with CSS and defined as <button class="submitbutton">Submit</button>.
I use wesbocket and Jquery.
Then after pressing on Submit button - submitbutton_Click is not invoked.
When I define button id="submitbutton">Submit</button> - submitbutton_Click does invoked but the button has no style.
How to handle with button class?
I use wesbocket and Jquery.
Then after pressing on Submit button - submitbutton_Click is not invoked.
When I define button id="submitbutton">Submit</button> - submitbutton_Click does invoked but the button has no style.
How to handle with button class?