I am using a tooltip I got a positioning error on ie. I put a jquery browser code
MY Tooltip
$('.tooltip').tooltip({
position: "bottom center"
});
Then I want to add an argument like this
$.browser.msie({
// I wanted to add tooltip setting here
});
How can I do that? please help