Questions tagged as 'html'

1
answer

How to intere jquery with angular [closed]

I use ui-router with Angular and I would like to integrate the 2 but I can not find how to do it. The problem is that when I use a ui-router route the jquery code stops working.     
asked by 24.02.2017 / 17:43
2
answers

Make a javascript in html that returns my ip

Hi, I'm doing a small html with your javascript to show me my ip, the code is as follows: <HTML> <HEAD> <script type="text/javascript"> (function(loading, success){ var xhr = XMLHttpRequest !== undefined...
asked by 25.02.2017 / 18:03
2
answers

How to give value to a data taken from a serializaArray and send it by AJAX?

I have a tabla called 'individuos' , it has basic data like (id, no.identificacion, nombre completo, depen_serial(INTEGER)) among others ... (to avoid any 'wrong' comment, this is how it is stipulated :: ..) depen_ser...
asked by 07.03.2017 / 16:06
3
answers

How to change my icon by clicking jquery DATATABLES?

I have a table which I have put an image as an icon (+) <--"abrir" , which when you click there throws me a child.rows showing more information, what I want is that by clicking automatically I change the image or icon for (-)...
asked by 01.03.2017 / 15:00
1
answer

Generate list from string and show on page with VBS

Hello, I am trying to read a text file that contains some start characters but it can vary in the amount of elements indicating its cost and in the end the total sum. After generating the list it must be shown on the page in the order in which a...
asked by 12.03.2017 / 22:09
1
answer

Get ajax checkbox values

the following happens to me I am driving a system which has 2 checkboxes <div class="form-group"> <input id="admin" type="checkbox" class="material_checkbox" name="admin"> <label for="admin">Administrador</...
asked by 10.02.2017 / 02:30
1
answer

Get POST variable in php and AJAX in the same form, PHP SELF

Hi, I have this problem, I have a canvas which serves as a signature for documents that are sent to the same form where you are with phpself , but at the time of doing the conversion in ajax to send it as string of image , nothing brings...
asked by 07.02.2017 / 16:54
1
answer

I can not get radio button value

I would like to obtain the value of the active radiobutton of the group "tipo_sancion" <?php include "conexion.php"; ?> <html> <head> <script type="text/javascript" src="./js/cambio.js"></script> <script type="...
asked by 08.02.2017 / 02:47
2
answers

"Next" and "return" button in something similar to a form with Angularjs

Good morning. I need to know how I can use the "next" and "return" buttons on something similar to a form with html using angular js. Said "form" will be more like an online test, in which the user will click on "next" and "return" as he advance...
asked by 18.02.2017 / 18:19
1
answer

Help class offset Bootstrap

I have two columns that I want to work like this: when they are in sizes md and lg they measure [9 | 3]  and when SM is the first clone measure 12 and the second pass down and have 4 offset and be of size 8 In SM it works correctly but in...
asked by 31.01.2017 / 16:18