$(
'#ser' ).each( function () { var statekey = $( this ).attr( "name" ).toString();$(
"#ser" ).attr( "rel" , "Login.aspx/ValidateMember" ).cluetip({showTitle:
true ,closePosition:
"title" ,sticky:
true ,ajaxCache:
false ,ajaxSettings: {
type:
"POST" ,data:
"employee=10"},
ajaxProcess:
function (data) { return "<div>" + data + "</div>" ;}
});