Questions tagged as 'jquery'

0
answers

Get Attribute Date in DIV [closed]

At certain div I make an area calculation for a responsive site. <div id="iframe-game" class="help" data-scale="0.8264794383149449"> </div> By jQuery I try to get the value of the attribute data-scale like this:...
asked by 07.07.2015 / 19:55
0
answers

Change image name, upload file jquery

Good morning Sirs, Someone who has already worked, or who understands the plugin code file upload jquery ESSE Could you tell me How do I change the name of the image before uploading? Example: The image is named image.jpg and I would lik...
asked by 12.08.2015 / 14:08
1
answer

FadeIn as the browser descends

I have a problem, I think it's more logical. It's the following I'm trying to make that effect from when I'm rolling the site down the content will popping up. $(function(){ $(window).scroll(function () { if ($(window).scrollTop() &g...
asked by 13.08.2015 / 21:32
0
answers

Send input value file via ajax without form

I need to upload images inside a form. I would like to know if it is possible to pass parameters from the image upload form via ajax outside the general form? If so, how would I do it? I tried some forms, but none worked. NOTE: I am using val...
asked by 13.08.2015 / 14:03
1
answer

how to do .append () on the right card, according to the right element of the array

Good morning I'm new to programming in jquery, and right now I'm at a stage where I need to make a table, where the lines in this table consist of two buttons and four cards, if they do. For this I use a vector, $ array, that comes from my datab...
asked by 24.06.2015 / 14:57
0
answers

Is there any way to get the before orientation change?

In my mobile application (scheduled in JavaScript ), I have a function that is enabled when the screen orientation changes. $( window ).on( "orientationchange", function( event ) { ... } I, even before this function was activated...
asked by 25.06.2015 / 10:51
1
answer

How to make the paralax effect horizontal and vertical at the same time

I would like to know how to do with the parallax effect that exists on the following site: link In the arrows on the left side (up arrow), after the site loads, see the example of planet earth. How to make this effect with javascript or...
asked by 24.06.2015 / 16:27
0
answers

Passing parameters to a jquery function

I'm having difficulty passing two parameters to a jquery function, where I'll get the location where I clicked, and where the content will be exchanged. The reason I need this is to do a standard function where when I want to change this field t...
asked by 01.06.2015 / 16:05
0
answers

What is causing this error? jquery.php? version = 1.3.2 & gzip = 0 & farfuture = 0: 1

I'm having trouble identifying this error that appears on one of the pages of a website:    Uncaught SyntaxError: Unexpected identifier   jquery.php? version = 1.3.2 & gzip = 0 & farfuture = 0: 1 I did some research and it looks like it's...
asked by 28.05.2015 / 11:12
0
answers

How to put modal window with gif on the form?

I have a form that I programmed using PHPMailer and I would like it when the user filled out the fields and clicked send, instead of redirecting to another thank you page, I wanted to see a kind of " dialog in> "or rather a modal window with a...
asked by 28.05.2015 / 13:59