Questions tagged as 'html'

0
answers

HighCharts use method to fill series

I'm doing an application in Asp.Net that is using HighChart graphics and the javascript function I'm using is this (taken from the net and placed on the aspx page): <script type="text/javascript"> $(function () { $('#container').hig...
asked by 10.05.2016 / 18:33
1
answer

FRONT END - jBox?

How or what to use to make an effect where the user notices that the table has minimized up to that small table? For example: The minimizing effect of MAC ... At the moment there is only one Fade and Hide relationship, as you can see in the foll...
asked by 10.05.2016 / 18:58
0
answers

Common bootstrap tabs / pills content

Use bootstrap tab / pills and tab content is almost the same, differentiating only a few fields. Is there a way to take advantage of what's common between them? <ul class="nav nav-pills"> <li class="active"><a data-toggle="pil...
asked by 31.05.2016 / 12:01
4
answers

Problems with Input AngularJS

I have a problem with my application. When I use ng-repeat of angularJS to create a table, and in that table there is input , and in that field input , it is filled with a value. It also has a SAVE button, where i...
asked by 22.04.2016 / 21:23
0
answers

slide in js does not work

I have the following problem with 3 images with the following names and extensions: f1.jpg f2.jpg f3.jpg I'm doing a slide with JS but the first image and loaded correctly however when I click the next button it fails the next image does n...
asked by 27.04.2016 / 17:48
2
answers

Edit does not edit PHP

Code: EditNot <?php include('../connection_open.php'); include_once ('../controller/NotControle.php'); include_once ('../model/Not.php'); include_once ('../DAO/NotDAO.php'); $controller = new Notifica($conn); $id = ""; $InAtivo = "...
asked by 28.04.2016 / 15:38
2
answers

Check on Radio button with DB data

I'm having problems getting the data from the bank and passing via session to my form, all the input data is coming correctly, I just can not pass it as check to my radios ... I tested it in several ways, one of them was: <div...
asked by 06.06.2016 / 16:16
1
answer

Change table with javascript javascript

I have a dynamically created order table, the user selects the item, the quantity, and whether it is for loan or not, and adds the item to the table. I needed that by adding an item that is already inserted into the table (for example, the mo...
asked by 26.05.2016 / 19:15
2
answers

How to remove the index through the site's .htaccess file?

Hello, I'm making a website and I would like to remove the index by changing it to another address eg: site.com.br/curitiba - WITHOUT USING CPANEL REDIRECTION. I'm looking for a solution in .HTACCESS to re-name the index ... but continuing to...
asked by 26.05.2016 / 20:46
1
answer

Change the contents of a DIV from another site

Good afternoon, I'm having a hard time finding a way to make two divs communicate and I need help finding out what I can use to make this communication For example, an object will send a command from site2 and will change a url inside a di...
asked by 24.05.2016 / 22:43