0

I'd like to know if it's possible to force a newline to show in the tooltip when using title property of a td. I just render the value in dynamic table.i show tha tooltip in baseprice and srp.i just show the tooltip in this format base price next line SRP.

i tried this tags 
, 
 and 
 but not working.something like  

 .append($('<td/>', { 'html': Ratescount, 'title': 'Base Price: ' + Ratescount + 'SRP: ' + dt.SRP }))

please help me.

Murugans
  • 51
  • 7
  • possible duplicate of [How can I use a carriage return in a HTML tooltip?](http://stackoverflow.com/questions/358874/how-can-i-use-a-carriage-return-in-a-html-tooltip) Money-quote: "It's so simple you'll kick yourself... just press enter!" – feeela May 21 '14 at 07:35
  • Using "\n" Works in Chrome to create separate lines in a tooltip. – Murugans May 21 '14 at 10:15

0 Answers0