Posts by Victor Augusto • 25 points
4 posts
-
1
votes2
answers626
viewsQ: Resize photos from Bootstrap and Javascript
I have a Javascript and Bootstrap made Carousel. It gets images from a database based on a click rank, but the images are all different sizes and end up interfering with the display of the Carousel,…
-
0
votes0
answers53
viewsQ: How to store </br> and n in the database, and then show in HTML when it is called?
I’m storing it in the attribute off_desc the description of an offer, but even if in Textarea I insert line breaks, in the database and in HTML (When I try to collect the data), they are all shown…
-
0
votes0
answers70
viewsQ: What does callback.call mean in jQuery?
I’ve searched everywhere but can’t find an exact definition. Follow my function and the snippet of my HTML where Dropdownlist is created: function carregaSubCategoria(valor) { $.ajax({ url:…
-
0
votes1
answer32
viewsQ: Serial ID not assigning to model id
I’m making a website that receives for a Webservice, data from a dvd (from a site of another colleague), and creates an offer with his information. I think I’m having trouble with the MVC…