Posts by Luís Henrique Bevilaqua • 26 points
2 posts
-
1
votes2
answers210
viewsA: Problems with the presentation of cshtml(Visual)
Remove the comment from the line in JS: //str += '<div>'; And also remove at the end of the line: str += '</table>'; These are just opening and closing errors. JS corrected: str +=…
-
0
votes1
answer142
viewsA: Resizable does not work on dynamic image
Try running . resizable() after loading the image.