greenwar,
<!DOCTYPE html>
<html>
<head>
<title>Untitled</title>
<meta charset="utf-8">
<style type="text/css">
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>
$(function() {
$('a.waitFB').hover(abc1);
function abc1(e)
{
alert(this.hasAttribute('data-ajax'));
}
});
</script>
</head>
<body>
<a href='/?page=clients' class='waitFB' data-ajax='client_log&id=11440744' data-X='35%' data-Y='1em'><span class='info1' title='13:54:01'>21.07.16</span></a>
</body>
</html>