Questions tagged as 'jquery'

0
answers

how to put touch swipe event in Slick Carousel?

I wanted to know how to add touch swipe events to my slideshow slick carousel . $(document).ready(function(){ $('.slideshow').slick({ autoplay: true, autoplaySpeed:4000, speed:800, }); });     
asked by 30.09.2015 / 17:27
1
answer

Manipulation of parents and siblings JQUERY

I have a question in JQuery. I have the following code, example: <div class="col-sm-2"> <div class="md-checkbox"> <input type="checkbox" id="checkbox1" class="md-check"> </div> </div> <div clas...
asked by 30.09.2015 / 16:23
1
answer

(BackboneJS) Run a View after return from the server

In my application I have 2 Views . One of them is sending the data to the server when the client clicks on submit . The other needs to wait for this response and run to work with the 'upgraded' data. How would I do such a thing?     
asked by 18.08.2015 / 20:02
0
answers

How to maintain the current state of the GridView with Detail jQuery after the Post Back

I'm using the following solution for my grid: link This solution causes a grid to appear and unravel as it is clicked on the image that causes the effect (expand and collapse). So everything works perfectly the demo example of the aspsni...
asked by 01.10.2015 / 22:09
0
answers

Save image along with form to the database by PHP

Good afternoon people, please help me, I found a tutorial on the internet that teaches to save the image in the database with php and jquery, but it teaches to send only the image already tried in every possible way so I can put with form with n...
asked by 03.10.2015 / 18:33
0
answers

Dialog to get only the local path of a folder [closed]

I have a field in an html form, where the path of a Windows folder (EX: C: \ folder1 \ folder11) should be inserted, where this field is of type text same. However, to facilitate, I would like to make a dialog, just like the input of type f...
asked by 21.08.2015 / 18:47
0
answers

Rotate local files within a frame in a modal

I have this code, an asp function: sub montaContrato() %> <!--<div id="dialog1" title="Diálogo Modal" hidden="hidden">Este é um teste de Dialogo Modal usando JQuery-UI</div>--> <iframe id="dialog" class="ui-...
asked by 05.08.2015 / 18:39
2
answers

Change one combobox from the other

Colleagues. I have a combobox which has the hotels list: <select name="Hotel" id="Hotel" class="form-control"> <option value="Selecione">Hotel</option> <option value="Hotel A">Hotel A</option> <option value=...
asked by 27.08.2015 / 20:15
0
answers

PushSharp Paste RegisterId

I'm having a question, how can I get RegisterID(DeviceId) by javascript so that I can use it in future pushsharp ?     
asked by 21.08.2015 / 01:16
0
answers

Print the contents of the div with css

I got the help of Stackoverflow to mount a script to print a document, now I have a second problem, the script opens the print page without formatting css . I saw an example here but I could not change it according to what I need, I...
asked by 15.09.2015 / 22:01