Hi,
I have tried to call css class/id with link attribute like that:
<set label='' value='' link='#info' id='facebox' />
But I can not call the following division when I click on the above data chart.
<a href="#info" id="facebox" > include 'details.php'; </a>
---------------------------------------------------------------------------------
<script type="text/javascript"> jQuery(document).ready(function($) { $('a[rel*=facebox]').facebox({ loadingImage : '../SAP_V1/chart/facebox/src/loading.gif', closeImage : '../SAP_V1/chart/facebox/src/closelabel.png' }) }) </script>
---------------------------------------------------------------------------------
How can i call the css id? or can any1 suggest me the alternative way to call the css id/class?
Thanks