Questions tagged as 'jquery'

1
answer

how to add an image only in checked checkbox [duplicate]

I would like to know how I can do to add an image with append only within span.abcd that is next to the checked checkbox. HTML <div class="col-lg-3 col-md-4 col-sm-6 col-xs-12"> <div class="hovereffect"> <...
asked by 21.06.2016 / 21:09
1
answer

How to make the iCloud dynamic background effect?

How can I make the login screen effect with the background like iCloud when does the browser size change? If you repair the obfuscated objects change position depending on the size of the browser. In the first image are 2 rows of object...
asked by 21.06.2016 / 17:27
1
answer

JQuery datepicker popup in white

My project is in .NET MVC 4 and I'm having trouble calling the datepicker. It is applied but the popup is small above the field and blank. I want to use it in this field: @Html.TextBoxFor(model => model.DataDesligamento, new { @class = "for...
asked by 04.08.2016 / 19:34
2
answers

Moving character and map with canvas + js

Well I have a question, I would like to know how I could use the image at normal size, but I can navigate it with the directional left and right, eg I have a canvas of size 968 width and 643 height, and I have one image of 643 tall and 2000 width...
asked by 18.06.2016 / 04:39
1
answer

How can I be doing multiple modalities on a page, just pulling another PHP page within the modal?

I have a code that opens a modal with another PHP page within modal, but I only managed to do that with a page. I would like to do the same thing using this code for the other buttons, only opening other distinct pages. Can someone help me with...
asked by 24.05.2016 / 14:31
3
answers

Return DB values via ajax

I have a screen where I should populate with database values using ajax. When I click the button to fill in the fields the following error appears:    Failed to load resource: the server responded with a status of 500   (Internal Server Er...
asked by 18.10.2016 / 20:13
3
answers

Empty string passed to getElementById ()

I'm using jQuery and I have the following code jQuery(document).ready(function($){ $(".checkParcelamento").click(function(){ var bandeira = $("#bandeiraCartao").val(); var numero_cartao = $("input[name='numero...
asked by 19.10.2016 / 04:40
1
answer

Function jQuery Menu select browser url

How do I get the code window.location.href right with value of <option : <script type="text/javascript"> jQuery(document).ready(function($){ $('select').find('option[value=window.location.href]').attr...
asked by 19.10.2016 / 05:18
1
answer

One-hour character counter

I would like to know how to count how many characters contain within this h2, which in this case ex: <h2 class="h2">Ola Mundo</h2> contains 9 characters.     
asked by 30.06.2016 / 17:47
1
answer

Problem uploading a .gif file when updating php page?

I have a problem in my code to load a gif when updating a page the gif until it appears more does not leave it running straight. Can anyone help me? Here's my javascript: <script> $(document).ready(function(){ $("#loa...
asked by 16.05.2016 / 15:55