Posts by Leadnnd Pereira • 50 points
6 posts
-
0
votes2
answers22
viewsA: backgroundColor is not working on Chrome (Jquery)
Good morning, Test this way: $(document).ready(function(){ $("div").css({color:'blue', border:'1px solid blue', background-color:'green'}); });
-
0
votes1
answer104
viewsQ: I click the button and do not add the div - C# Asp.Net
I click the button and it does not add me to div, but sends it to the database, someone can help me? C# protected void img_btn_enviar_nome_Click(object sender, EventArgs e) { UtilizadoresBot…
-
0
votes0
answers370
viewsQ: MVC Upload Image and send the database
Good evening I’m making an online shop for a discipline and I was wondering if someone could help me create the image upload to the Database. The purpose is to add in the admin page and appear in…
-
0
votes1
answer1236
viewsQ: Error {"The object reference was not defined as an instance of an object." } System.Nullreferenceexception MVC ASP.NET
Well, it now gave me an error on the main page so I tried to pass the resgisto values to the index. the error is in line 35 of the index of the main page with the code: @foreach (var item in Model)…
-
3
votes3
answers340
viewsA: Position caption above div
Try to put the HTML: <!DOCTYPE html> <html lang="{{ config('app.locale') }}"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge">…
-
0
votes1
answer729
viewsA: Show only the latest php channel video
I don’t know if it helps but I can give you the code in HTML and Javascript. HTML <div class="videos"></div> Javascript (with jQuery): $(function() { // Baixar URLs do feed do canal…
phpanswered Leadnnd Pereira 50