Posts by Leandro • 36 points
2 posts
-
1
votes2
answers150
viewsA: Javascript + Ajax not returning as expected
Enable server-side CORS... (http://www.asp.net/web-api/overview/security/enabling-cross-origin-requests-in-web-api) If you add an error in your ajax, you will notice that it falls there. $.ajax({…
-
1
votes2
answers763
viewsA: Page size equal to Iframe size
The content you’re inserting is over 700x500, so the scroll bars... Using a responsive layout you solve the problem of horizontal scrolling. This can be done with bootstrap or Foundation, whereas…