Posts by Allan Felipe Murara • 101 points
2 posts
-
0
votes2
answers201
viewsA: Show and hide caption with jquery
puts caption inside the item. is HTML error. <div id="slide1" class="item active"> <div id="caption1" class="carousel-caption"> <div class="container-caption"> <h1>Crossfit…
-
0
votes3
answers2007
viewsA: Select records from a table where the record of a related table is a specific value
http://www.codeproject.com/Articles/33052/Visual-Representation-of-SQL-Joins /\ theory about all joins. using : select campos from tabelapai inner join tabelafilha on tabelapai.campo =…