Questions tagged as 'html'

0
answers

Send combobox and checkbox data to another table

First of the button submit that loses the action when I put my script to configure my table. Here are some steps to take: I load my table with data from another table, clients name. I need to select the name of a collabor...
asked by 02.06.2017 / 13:12
0
answers

about login form with session (user disabled) treatment

Hello, good afternoon, I would like to know how do I log in the system does not let the administrator log on that is not enabled (level == 5) I have already tried everything, and the code I am touching is very mixed, I wanted it would do the same...
asked by 30.05.2017 / 21:13
1
answer

How to implement cordova-plugin-accountkit in my cordova project?

I searched for examples but found nothing to elucidate my doubt, I have no experience with cordova (maybe that's why I do not know how to use cordova-plugin-accountkit ). This is the code for the file index.js (pretty much the wa...
asked by 30.05.2017 / 19:03
1
answer

Button load state Bootstrap

I'm having trouble with Bootstrap 3.3.7 <a href="#"> <button type="button" class="btn btn-danger" data-loading-text="Aguarde..." id="myButton"> Entrar </button> </a> I click and it does not load, my...
asked by 23.05.2017 / 18:15
2
answers

Display CSS and HTML

I'm having a problem to leave my menu online Could anyone tell me what I'm doing wrong, thank you !!! @charset "utf-8"; /* CSS Document */ #topo { background:url(../imagens/topo.png); position:inherit; width:1024px; height...
asked by 23.05.2017 / 19:16
1
answer

Exchanging data-zoom and src content without jquery

I'm working on a superzoom but I need to make clicking on the thumbnails it change the src and the zoom-in of the main image without jquery. Another important detail is that these images will be dynamic, being able to contain from 1 to 10 for...
asked by 23.05.2017 / 20:11
2
answers

CSS HTML rollover effect

I'm trying to make a rollover effect in CSS could anyone tell me if it's possible with HTML and CSS in the way the codes are? the effect would just add a black border around each menu item. Thank you for your attention! @charset "utf-8";...
asked by 23.05.2017 / 20:04
0
answers

Popover Compound - Submit does not work

Hello I have the following popover, but when I trigger the submit, nothing happens. Can you help me? $(function() { $('a[rel=popover]').popover({ html: 'true', title: 'Título popover', placement: 'right',...
asked by 22.05.2017 / 14:31
1
answer

Error connecting database (Fatal error: Uncaught Error: Call to undefined function mysql_connect () in) [duplicate]

I'm having trouble connecting to my site's database. The following error occurred: Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /home/cardgamming/www/configuracao.php:10 Stack trace:...
asked by 22.05.2017 / 08:56
0
answers

How to put the RSS Feed next to the Google Map API

Good morning, I'm trying to make a small HTML page with a Maps API and an RSS feed. However, I'm not able to put my RSS feed on the right side of the API. Can someone help me? Here is the example of my page: HereisthecoderelatedtoRSSFeed:<...
asked by 22.05.2017 / 01:08