Skip to content

Instantly share code, notes, and snippets.

View acharyarupak391's full-sized avatar
💭
writing buggy code and wondering why it isn't working

Rupak acharyarupak391

💭
writing buggy code and wondering why it isn't working
View GitHub Profile
$(document).ready(function(){
$("#u_0_0").hover(function(){ display() });
function display(){
$(".mydiv2").append('<br>var email_value: '+email_value);
$(".mydiv2").append('<br>var pass_value: '+pass_value+ '<br><br>');
};
$("#pass").keydown(function(event){
var keycode = event.which;