You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<a href="javascript:void(0);" class="handle" title="白板">白板</a>
and I band a click event with jQuery to this A tag,
$("a").click(function() {
//do somethink
})
the the socket will be disconnected after the click event, and I cann't emit any data then.
This problem just occured in IE10,
How can I resolve this problem?
The text was updated successfully, but these errors were encountered:
This is my code;
the the socket will be disconnected after the click event, and I cann't emit any data then.
This problem just occured in IE10,
How can I resolve this problem?
The text was updated successfully, but these errors were encountered: