Questions tagged as 'jquery'

0
answers

Difficulty in calculating with jquery

A jquery function was done by a fellow designer to meet the following need. I have a table, which works inside a repeater, which works like a grid. This table has 4 <TD> . There is TD that I bring from the database, a value I...
asked by 30.01.2015 / 18:10
1
answer

how to compare with javascript two datepicker fields

I need to compare two fields in my html that are with datepicker. Here is my code below: var inicio = $("#Periodo_De").datepicker("getDate"); var final = $("#Periodo_Ate").datepicker("getDate"); if (inicio > final) { cons...
asked by 30.01.2015 / 15:22
0
answers

Change values from DB in a table

I'm having problems with the data I'm fetching from the database, when I change it in my table. HTML <table class="table table-striped table-bordered" id="vendaTabela" width="100%"> <thead> <tr>...
asked by 04.03.2015 / 15:08
0
answers

How to mount the Json return

I do not know how to do it or who to turn to. I need to do this json return with Jquery.Ajax I would like to pass parameters more or less like this In JAVASCRIPT I have this $.ajax({ type: "POST", url: ".....
asked by 05.03.2015 / 14:48
1
answer

Shoot animation with scroll

I tried to include the Fade function in the following elements, but I was not successful. The default shown on the site is this . I want to apply this to the <p> tag for when I scroll and go through them, they increase the fon...
asked by 20.05.2014 / 20:34
0
answers

Executing an action in Jquery when clicking on a link

I want you to click on some of the menu links on my site, run the scrollTop. $(document).ready(function() { $(".menu-topo a").click(function() { $('html, body').animate({ scrollTop: (400) }, 2000); }); });...
asked by 19.02.2015 / 14:37
1
answer

By clicking on the button download page in PDF [duplicate]

Hello, this is the following: I have a page with fields to fill ( link ). Clicking on a button would like it to download this page with the fields filled in as a PDF (a kind of "print" page). I've tried a solution as you can check the link,...
asked by 16.02.2015 / 01:27
1
answer

jquery src returning "undefined" in WordPress

I have a function to create extra fields in the profile editor of a site's users in WordPress. A part of it creates two image upload fields (media uploader with thickbox), and a jQuery snippet to populate a text input with the URL of the image,...
asked by 19.02.2015 / 00:28
0
answers

Move scroll from iframe, embed or object to PDF

I have an online reading project, I'm using the iframe tag to display pdf on the page. I need to save scroll and restore at next reading. Sample excerpt: <html> <head> <script src='jquery.js'>...
asked by 10.03.2015 / 16:16
10
answers

How to create a site without reloading every click on a link?

I want to develop a site that runs around the same file, but I'm not sure how to look for study material for that. So: Normal site-> I'm on the Index.php page. When I click on the "Portfolio" menu, for example, it goes and loads the file P...
asked by 20.02.2014 / 05:48