Questions tagged as 'jquery'

0
answers

modal appear after notice

Colleagues. I have a chat on a project, but I want to go further. I want user I when calling user II to receive a notification of modal bootstrap. The initial idea is to create status in the database and user II upon receiving the invitation,...
asked by 10.05.2015 / 23:24
1
answer

Return in each getJSON - Jquery

I would like to know the following how do I give return in a function created by me in a situation below. For always returns undefined object, but when I give an alert it returns the normal object. function jjson(url){ var result...
asked by 30.04.2015 / 21:43
2
answers

How to use user informed search conditions (not required)

My question is a little complicated to explain, but come on. I have several checkboxes, where it is not mandatory to select them to do the search, just are search parameters, my question, how to do this "relative search"? Parameters are the chec...
asked by 11.05.2015 / 21:42
1
answer

Block form submission when clicking back

It may sound like a beast question, but I'm amazed that when I click the back button, the form is sent. The code looks like this: <form id="idform" method="post" onsubmit="return funcaodevalidacao(this);"> <!-- conteúdo do form...
asked by 10.05.2015 / 21:45
0
answers

Mediaelement.js - Pause / Stop all other audios / videos of the same class when starting some

I'm having some headaches to implement a BGM and BGS system for a fanfics site here. I'm using mediaelement.js for mobile interoperability and support for Youtube videos. Anyway, I'm trying to implement exactly what is in the title: Two au...
asked by 28.04.2015 / 02:35
2
answers

Validating fields when submitting form

How can I validate multiple fields in the form where these fields are created dynamically? Example: <tr align="right"> <td style="font-size: 11px;"><b>Item 1 - Descontos:</b></td> <td><input type="...
asked by 29.04.2015 / 21:18
0
answers

Synchronize facebook photo album on site

In a web site project a client asked me if it is possible for him to register his photos on facebook and they are updated / synchronized on his website, because as they work with events, it would be much more practical for them. Has anyone do...
asked by 07.05.2015 / 19:41
1
answer

Problems with accentuation in .load

The site is all right, database, files and meta everything in utf-8, but when I use $("#aviso").load("inc/aviso.php");},1000); It results in these characters , when I access the warning.php file it is with the accents all right. I'm us...
asked by 08.05.2015 / 00:30
1
answer

Change attribute in Jquery

I wanted to know if you can modify the attributes of a charts of Google with a Jquery. Example: google.load("visualization", "1", {packages:["corechart"]}); google.setOnLoadCallback(drawChart); function drawChart() { var data =...
asked by 06.05.2015 / 20:59
0
answers

How to use the onSnapFinish (); of jquery-panelsnap /

I'm having a question in the jquery-panelsnap plugin ( link ) it's a plugin that works with transition from sessions from the scroll. It works great, but instead of using all my sections with 100% height, as in some I will have less content,...
asked by 25.05.2015 / 20:53