jQuery $(this) Problem, wrong object

i using this code to show a title

$  (".line").mopTip({
'w':150,
'style':"overOut",
'get': $  (this).attr("title")
});

but as title I get the title of page… what do I wrong?

newest questions tagged jquery – Stack Overflow

About Admin