Hello,
I'am trying to apply the resizable widget for div inside
the grid items.But the 3 resizable icons displayed incorrectly for the
grid item.If you apply it for normal div then it displays properly but
not for elements inside <ul><li> tags.
for example
<ul>
<li>
<div id="usernote">
///content goes here
</div>
</li>
</ul>
$("#usernote").resizable();
Thanks in advance for the response.
Regards,