Posts by Eder Aparecido • 39 points
4 posts
-
1
votes2
answers65
viewsA: Problems with Collapse Bootstrap
You need to create your div ids and data-target and Aria-Controls stats dynamically, example: <div class="jumbotron jumbotron-fluid" style="background-image: url(img/fundo.jpg);"> <div…
-
0
votes2
answers47
viewsA: How to add class to specific elements?
Another way to do it and this way: $(document).on('click' , '.moreinfobtn' , function(){ $(this).parent().parent().find(".moreInfo").toggleClass("moreInfoactive"); });…
-
1
votes0
answers187
viewsQ: Convert PDF to Word without losing styles
Wanted a code to convert a pdf document into word without losing the styles. I have this class that converts to word but it doesn’t keep the document styles. public class teste { public static void…
-
0
votes0
answers260
viewsQ: How to login and register Facebook
Guys tomorrow I need to do a login screen and user registration,using the Facebook account,I need to get the data and send to webservice. Only I’m not getting it