Posts by Anderson Fernando Domingos • 7 points
2 posts
-
-4
votes3
answers63
viewsA: Event at mouse click
Good afternoon. Try using pure javascript without Jquery and see if it works Go to the element inside the html form id="touches" and put onclick=" $('#msg-touches'). Hide();" ex: $('#msg-toca').…
javascriptanswered Anderson Fernando Domingos 7 -
1
votes2
answers309
viewsA: How can I only enter a certain amount of records into sql server?
Good afternoon, Create the tables below: create table Hoteis ( id_hotel int not null primary key identity ); create table Hoteis_Fotos( id_hotel_foto int not null primary key identity, fk_hotel int…