Posts by blackblather • 367 points
11 posts
-
0
votes2
answers2303
viewsA: Event . click() of jQuery, does not work with tag <button> ( with Bootstrap 3 )
I don’t know what the mistake was, but I copied another boot I had somewhere in the code and pasted it, added the class and it worked, it must have been a syntax error
-
0
votes2
answers2303
viewsQ: Event . click() of jQuery, does not work with tag <button> ( with Bootstrap 3 )
I have a website with 2 files (index.php and modals.php). No index.php use include("modals.php"); and in modals.php I have several modals that are generated dynamically, according to the information…
-
2
votes1
answer1504
viewsQ: How to open a file in MS-Office with Javascript or PHP?
I have a website that works only on a local network, where I have several files stored on the web application server, and I would like to somehow use PHP or Javascript to open it directly with…
-
7
votes3
answers7634
viewsQ: Error importing CSV into phpMyAdmin
I need to import a file .csv for phpMyAdmin, but the special characters do not appear, nor the text that follows them. What may be the problem?…
-
5
votes2
answers42594
viewsQ: How to open and close modals with jQuery
I’m trying to open a modal, wait 3 seconds and close it inside the $( document ).ready(). When I use $('#myModal').modal('show'); the modal appears but when I do…
-
1
votes2
answers3026
viewsQ: Bootstrap styles do not load
I have a website and I’m using Bootstrap but for some reason when I go to index.php everything works as it should be, but if it goes to index.php/ (with the bar at the end) the HTML code loads but…
-
3
votes3
answers3204
viewsQ: Button next to text bar with Bootstrap
I am trying to create a very simple form with Bootstrap which consists of only one text bar and a search button. But, although they are both in the same .form-group, to text bar has a width 100% and…
-
1
votes1
answer492
viewsA: Bootstrap Navbar Collapse firefox problem
I found my problem: I only had one item in the list and, as the animations of Google Chrome and Firefox are slightly different, this did not appear correctly. With more items already works right.…
-
1
votes1
answer492
viewsQ: Bootstrap Navbar Collapse firefox problem
I recently started working with Bootstrap and am trying to create a navbar. The problem is that the navbar appears to be normal until we decrease the size of the window where it gives collapse as it…
-
1
votes3
answers257
viewsA: Problem with Jquery UI Slide Left
I’m not really into jQuery and I need to explain the code when doing my project presentation (PAP) and the way I managed to solve the problem was: $(" #sideBarE ").click(function(e) { var divE =…
-
4
votes3
answers257
viewsQ: Problem with Jquery UI Slide Left
I’m developing a project and I needed to know how to slide a div to the left. I am currently using: $('#idDiv').toggle('slide', { direction: 'left', distance: 450 }); I wanted mine to div of 500px…