Posts by Jorge B. • 11,427 points
255 posts
-
0
votes4
answers6094
viewsA: Side banner that accompanies the scroll
You can see here the example given by @Leandro <script> $(window).scroll(function(){ if ( $(window).scrollTop() > sidebar_position.top && $(window).scrollTop() <…
-
0
votes2
answers1170
viewsA: Why does the Gravity attribute of the Linearlayout.Layoutparams object not work like the View setGravity() method?
But I didn’t understand if you want to line up the text right inside the textview or if you want to align yourself texview to the right. Sorry for the reply but I have no reputation for comment... I…
-
1
votes1
answer1257
viewsA: Bootstrap Popover with table-Responsive
After two weeks of searching and trying everything I know, I finally managed to solve the problem. In my case I added to the default values of can an option on line 1392 of the script…
-
1
votes2
answers2573
viewsA: Dropdown does not work
As I am not allowed to comment I am responding. From what I see of the errors the scripts that you use are not being loaded. Start trying to solve the bugs from top to bottom. First why the jQuery…
-
1
votes1
answer1257
viewsQ: Bootstrap Popover with table-Responsive
I am using Bootstrap v3. And I need to filter table fields. I have chosen to use this example as a basis. I’m now having a problem, when I’m viewing my table (it’s table-Responsive) on a mobile…