Questions tagged as 'jquery'

1
answer

Content loses formatting when viewing print asp.net mvc

I have a page to print, it was done with the bootstrap, I would like to keep the layout with the same formatting, I am doing it this way: Thank you <script> function cont(){ var conteudo = document.getElementById('print').i...
asked by 13.01.2016 / 17:19
0
answers

Change Image Color by clicking button

I have several images, when I click the button I want it to take the ID of the image to pass this ID to the OnChange function and execute the function update (this.jscolor) . Here is the full HTML code snippet: <button name="color1" cla...
asked by 13.01.2016 / 15:30
0
answers

Ajax converts url

Personnel I have a routine that sends a search via AJAX to my PHP, so when I have for example the following query:? value
asked by 13.01.2016 / 15:49
0
answers

Zoom on Ipad with Javascript

I have an HTML5 presentation that runs on the Ipad with slider controls on the 'Swipe' (Swipe right or left). However, when the swipe occurs, the slide is released. I've added the following code to truncate: $(document).ready(function() {...
asked by 25.02.2016 / 19:21
0
answers

bxslider only text, when I call js the texts are

I have a problem with bxslider, I do not really know if it's a problem or if it does not accept only texts. I have this code below: <ul class="bxslider row"> <% student.qrcodes.each do |qrcode| %> <li class="col-xs-...
asked by 26.02.2016 / 13:30
1
answer

How to transfer the selected checkboxes to an input hidden field?

I have a checkboxes checkbox that selects multiple cities and I need the selected values to enter within a value of a input hidden . The example of what I need can be found here by clicking Neighborhoods >.   WhatI'vedone:...
asked by 04.01.2016 / 16:07
0
answers

Problems with iframe and jquery

Well I have a small big problem with iframe. <iframe src="index.php" frameborder="0" name="site" class="site"></iframe> <iframe src="toca/player.php?volume=100" name="player" frameborder="0" class="toca"></iframe>...
asked by 03.01.2016 / 18:58
2
answers

Insert HTML via jQuery (Chat)

Well, I'm developing a Chat with Faye. On the back end everything is normal. Fucking perfectly, but I'm having a silly problem: I can not insert the messages for viewing. I'll explain better: When I retrieve the messages I enter a <div...
asked by 05.01.2016 / 12:46
0
answers

Doubt with reading data from an api web using AngularJS

I have a web api made in ASP.NET, I have a script that reads these data, but I'm not sure how to do the other methods. I am posting the code of the script is from the html that at the moment this only working the GET. Thank you Doubt: There i...
asked by 07.01.2016 / 14:05
1
answer

how to put the return of a json in a specific place of a table? [duplicate]

I have a fixed table with schedules from 8:00 am until 7:00 pm each has its line with its description (which would be the type of query) I get a json on my page when selecting a date in my jQuery datepicker that comes with the database info...
asked by 12.12.2015 / 01:45