Posts by user1576978 • 856 points
3 posts
-
70
votes4
answers42074
viewsA: What are the main differences between jQuery and Angularjs?
Basically, jQuery is a Javascript library, which simplifies o Javascript for common activities in day-to-day development. Excellent for handling the GIFT with much less code than pure JS. Example of…
-
3
votes2
answers202
viewsA: Doubts and More Doubts about the bootstrap 3 Layout
You need a container, with Rows and columns inside, it would be something like: <div class="container"> <div class="row"> <div class="col-md-2">ESQUERDA</div> <div…
-
1
votes2
answers525
viewsA: How to place url dynamically to facebook comment boxes, specific to each page
You can pass as variable in res.render(). Inside your Ikebox.jade, I’d file something like: div(class="fb-comments" data-href="#{minhaurl}" data-width="687" data-numposts="7"…