Questions tagged as 'jquery'

1
answer

How to check if data already exists in the bank before inserting another in angular?

I have already made a modal that receives a name, it sends the controller in the function of inserting new contact. I want to check if this data is already registered in the bank so they do not sign it again. Anyone know how I can do this in Ang...
asked by 07.05.2018 / 19:45
2
answers

Jquery - Dynamic Form Enumeration

Hello, how are you? I have a form with text type fields that can be added and deleted as the user likes. My question is this: when the user finishes filling the form I will not know how many fields will exist on the form, since there may have be...
asked by 16.06.2018 / 18:02
1
answer

jQuery Masked Input - Is it possible to recover the mask attached to the field?

I'm using jQuery Masked Input Plugin with jQuery Validation Plugin . When a form field loses focus, the validation plugin shows a message, but this is not happening with the fields that are have masks, perhaps because the blur event happens a...
asked by 26.02.2014 / 21:32
1
answer

The hover on GreenSock fires all animations instead of just one

I have a list with several images, and when with hover , there are 4 animations, one overlay , another bg of overlay , the image caption appears and another "read more" text also appears. All the animations I've done with jQuery, exce...
asked by 24.02.2014 / 20:16
1
answer

How to do multiple image uploads with Rails 3?

I created a scaffold with the name "property", I need to add images next to it preferably in a different model referencing (1 property can have many images), where the user can select more than an image. The idea would be to create a button...
asked by 21.02.2014 / 13:39
1
answer

Google API JSON Return

I make a request to a Google API (API Web Service), in which I get a JSON (Matrix) ... My problem is when trying to extract data that are Arrays inside Arrays ... Like field data "Photos", follows a piece of the return JSON. { "html_attribu...
asked by 13.02.2016 / 19:03
1
answer

Send data to upload images through ajax

<script type="text/javascript"> $(function(){ $("#oformulario").submit(function(e){ e.preventDefault(); var nome = $("#nome").val(); var email = $("#email").val(); var obs = $("#obs").val();...
asked by 20.08.2014 / 23:54
3
answers

Is it possible to assemble standard layout for HTML pages?

If I have two pages: pagina1.html and pagina2.html , which are very similar, can I use a layout.html page to determine common elements of each page? Also avoid repetition of tags as it happens in projects Asp.Net MVC,...
asked by 05.06.2015 / 04:54
1
answer

Grouping in Ireport

I'm developing an application in Java where I extract reports in PDF and EXCEL, using Jasper with Ireport (3.7.2) . One of these reports requires data grouped by a certain element. I gave a researched and only found resolutions with ve...
asked by 07.04.2014 / 20:32
2
answers

Updating the Header with JQuery after reloading the page

I have a Rails partial to load my header on all pages .. _header.html.erb: <ul class="nav navbar-nav"> <li><%= link_to "Home", root_path %></li> <li><%= link_to "Top Itens!", itens_path %></li>...
asked by 09.05.2014 / 03:18