Questions tagged as 'html'

0
answers

"25" added after "%" [closed]

I created an HTML form that will send some parameters to a page, in that form it has a parameter set to hidden which is the token. The token has several characters "%" in the middle of it and I noticed that on the page where the TOKEN INVALID...
asked by 10.11.2016 / 19:49
0
answers

return method JS

I have the following method: $scope.upload = function (files) { if (files && files.length) { for (var i = 0; i < files.length; i++) { var file = files[i]; if (!file.$error) { Uplo...
asked by 08.11.2016 / 21:57
1
answer

Changing a PHP variable with the click of a button

Currently I do a search using my code I only get the first page, to change the results I have to do this manually, how can I change the $ page variable with the click of a button. My code: <?php function buscaUser($user) { $opts = [...
asked by 18.10.2016 / 18:44
0
answers

How to make a side menu that expands by pushing the body? [closed]

In the style similar to that of this site here: LINK     
asked by 05.12.2016 / 05:47
1
answer

Crud with php ajax

I have a table that I want to customize and leave it a full crud, with delete, insert, update and delete multiple records, 1- I wanted to see if I could leave this table compatible with jquery 2.2.0 or a more advanced jquery because it only acce...
asked by 06.12.2016 / 18:15
0
answers

SockJS WebSocket

I'm trying to use SockJS, and I put in the HEAD of my index <script src="//cdn.jsdelivr.net/sockjs/1/sockjs.min.js"></script> and javascript: var wsUrl = 'ws://' + window.location.host var ws = new WebSocket(wsUrl + '/aplic...
asked by 07.11.2016 / 18:44
1
answer

Use stored value and redirect to chosen page

I have a dropdown list that takes its options from a mysql database. The value is stored in a variable with the Script Js. The button returns the information selected in option 3. After selecting the value it is saved in a variable...
asked by 19.10.2016 / 04:36
0
answers

Access VUE data model by another script

Well I have a data model with the following information in vuejs graficos: { data : { labels: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri'], series: [ [5, 2, 4, 2, 0] ] }, options : {...
asked by 04.11.2016 / 02:02
1
answer

Problems with HTML and CSS structure

I have a case that I can not solve, I'm developing a layout in HTML and CSS where I use flexbox centralizing content, well, on large screens everything works okay, but on small screen the div pops up and does not show the content that sho...
asked by 04.11.2016 / 17:14
2
answers

Problems with modals

I'm using the template in Angular. I need to open a page within a modal, for this I used a code that was suggested by the template support: <script type="text/javascript"> $('#conteudo2').on({ 'show.uk.modal': function () {...
asked by 04.11.2016 / 08:52