Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
former_member189929
Participant


I had a situation that, I need to add a dynamic image to a background to a table.

 

 

To  do that I had placed a CSS class to the table like below in the view file.

 

<Table class="tblBackground">

 

Now in the Controler file, I used below Jquery CSS trick to place an image.

 

$(".tblBackground").css("background", "url("dynamicImageURL") no-repeat");

 

 

Thanks and Regards,

Ravi Varma Indukuri

Labels in this area