Questions tagged as 'jquery'

1
answer

Pan Image js and css with "mascara" on top

I'm using a js script to do a "pan image" effect by following the following link: link The first list has an image above and so it does not work .. the bottom one is the effect I want, but I need the image to make a "mask". Is there a...
asked by 15.02.2016 / 18:07
0
answers

Bcash does not work with Jquery

I'm trying to use a bcash cart code on my site, however from what I realized, it does not work when the site uses jquery. I tried on a site with pure html and the link opened normal, but with jquery nothing happens. Does anyone know what it can...
asked by 17.02.2016 / 00:32
1
answer

Login in restricted area

I have a site with a login form inside a div, which clicked modal opens. <a href='#' id='login-link'>Login</a> I have some restricted areas on the site, and I would like to display the login form in case the user is not logged i...
asked by 18.03.2016 / 17:35
0
answers

Put a balloon on top of the input [type = range]

I'm generating a form from a php, it generates an html like this: <div class="mf_slider"> <div class="mf_slider_label">Você tem cabelos brancos?</div> <div class="tooltip"> <div class="tooltip-arrow"></...
asked by 18.03.2016 / 15:49
1
answer

Jquery datatable appears with the result of previous searches while filtering

I own a search page made in ASP.NET MVC that has data loaded into a table using AJAX and jQuery Template, so you do not need to reload the page after searching. Here's the example below: function CarregaTabela() { idFiltro = $("#idFilt...
asked by 06.04.2016 / 16:25
0
answers

Pie Chart within modal

I am putting together a page with a link that opens a modal. In this modal I want to open a pie chart, but the modal opens in white and only after I update the page with the modal open is the pie chart appears. Detail: I'm using bootstrap, Admin...
asked by 15.03.2016 / 22:40
0
answers

How to solve the setinterval problem that only refreshes the first time

This is only giving the first automatic refresh to. Here's what I'm using var refresh = setInterval( function() { $('#uohide').load('rand.php'); }, 5000); html <div id="uohide></div> rand.php <? echo ran...
asked by 10.02.2016 / 21:22
0
answers

Capture page with PHP Curl

Personally I need to capture the source code of a page with cURL, but the jQuery of this page that generates the content and cURL does not return this data generated with jQuery, has some way of capturing the source code of the page after it has...
asked by 06.02.2016 / 23:30
1
answer

Input being automatically cleaned

I am creating a chat but the input where the message is written will self-clean before sending the message follows the code to give me a hand of what can be, if in case you need more details put the complete code script $(function() { af...
asked by 06.02.2016 / 17:18
1
answer

View slide only after upload

I would like a help because when I load my page, my slide is all messed up, and only after about 5 seconds it returns to normal and this ends up causing a bad impression. I would like something with jquery or ajax to show my sli...
asked by 06.02.2016 / 15:56