Questions tagged as 'jquery'

2
answers

How to make an automatic transition between divs in JQUery?

I want to make an automatic transition between divs. Example: div1 - show(); div2 - hide(); .... 3000milisegundoss ... div1 - hide(); div2 - show(); And stay in this transition ... I'm trying to do t...
asked by 24.02.2016 / 17:09
1
answer

Several "Divs" within a foreach

I want an "imdb" star ranking system, but the element only appears once inside the cycle. Script: <script> $(document).ready(function () { $(function () { $("#rateYo").rateYo({ onChange: functi...
asked by 12.05.2016 / 17:12
1
answer

Pass text from a textbox via onclick parameter

I need to pass as parameter the content that is in textbox , in onclick of a button. How can I do this? This is the Html code: <div id="popup"> <table width="300" height="160"> <tr> <td colspan...
asked by 04.02.2016 / 17:59
1
answer

Select preselected with Jquery change?

I'm studying Json and the Jquery change event. What I need is the following When the user opens the page already has results. (no select all checked) The html comes empty and only works when I change the select to some city. var ci...
asked by 02.04.2016 / 20:30
1
answer

How do I send data from a dynamic HTML table via json

I need to do something like the code below: Here I create the table htmla dynamically: $('#btnIncluirContato').on('click', function () { $('#tblContato tbody').append('<tr id=' + $('#ContatoID').val() + '>' + '<td class="N...
asked by 31.03.2016 / 22:17
1
answer

zoom button in / out of a div

Somehow know with jquery and / or css to simulate the zoom in / out effect of a div. The div does not necessarily have an image. Without the div boost / dimuir, simulate this effect for the elements that are contained in it? Basically increase a...
asked by 30.03.2016 / 20:44
1
answer

Pop-up with video for site

I have a normal website and I need it when I enter it to have a pop up with a youtube video. A normal pop up with a close button. It can be done in html / css or with javascript or jquery     
asked by 01.02.2016 / 14:06
1
answer

How to disable controls with JQuery when loading page

Include the JS Code below to disable fields when the checkbox is checked. However, when I load the page with it checked the fields need to be disabled, and the command only disables them when the click occurs. How can I disable the controls (tex...
asked by 29.01.2016 / 13:52
1
answer

How to make a div menu appear when clicked on a button?

I'm trying to make a menu similar to this: Click here to see the menu example What I did, I put a div over the other using position:absolute and hid the div responsible for the menu with a display:none and in...
asked by 01.02.2016 / 15:19
1
answer

Problems with Append and slideToggle

I have a problem here that is as follows. I have a timeline that displays some posts, for ajax I load more content and make an append, the new items that are displayed do not get the slideToggle. I've manually added the script again on the page...
asked by 20.01.2016 / 16:57