Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
This script can be used for link after hovering mail get highlighted by underline.
#1
var a=sdk.getWidget( 'label179' ).m_componentid;
$("#"+a).hover(function(){
$(this).css("text-decoration", "underline");
}, function(){
$(this).css("text-decoration", "None");
});
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)