cluetip not working in webcontrols

cluetip not working in webcontrols


Hi,
 
I am new to JQuery.
I am using cluetip inside userdefined webform and webcontrol, its displaying the image but cluetip is not working.
Example generated Code on web page:
 
<div id="RJ" >
<fieldset class="Lf">
<legend>RJ</legend>
<ul>
<div id=""> 
<li class="ui-widget"  ><label / ><input/></li>
<li class="ui-widget"  >
    <label  >:</label>
    <input />
    <a  href="ajax/DatePickerInfo.aspx" rel="ajax/DatePickerInfo.aspx" title="DatePicker Information" style="float:right;" class="sticky" >
    <span class="ui-icon ui-icon-info"></span></a>
    </li>   
</div></ul></fieldset></div>











 
 $('a.sticky' ).cluetip({sticky: true, closePosition: 'title', arrows: true});
 
Please share some ideas.
 
Thanks in advance.