Questions tagged as 'jquery'

2
answers

Leave Input next to Label [duplicate]

How to align the inputs with the label Good afternoon, I have a dynamic form, it is done using Bootstrap and the inputs/Labels comes according to the data of the bank, everything is correct, however in the view the inputs are...
asked by 30.10.2018 / 20:56
1
answer

How to manipulate coordinates of a html page freely

How can I get the coordinates of a page HTML and from these coordinates set a target / delimit (red square) dynamically (where I only change positions) In this context it would be NOT to use the measures of a DIV , but to have...
asked by 01.11.2018 / 14:56
2
answers

Validate all required data fields on tab

I'm using bootstrap tabs and I use dataannotations to include required . But it does not validate all fields, I need it to validate the required, and if it is not validated, it select this tab . I tried to locate the fields,...
asked by 26.10.2018 / 14:07
1
answer

Doubt to get the name of an input field automatically generated by php

I have a legacy php system that generates the input radios, and the names of these fields are dynamic, such as the $ row object. And now I need to get the values of the radios fields and their respective names so that they are saved in the bank...
asked by 23.10.2018 / 16:16
2
answers

How to change URLs for anchor links?

How do I change that "#" sign for anchored links? I am creating a slide menu in CSS and it is horrible this sign in the browser bar. Is there any workable solution? I read about jQuery Address, but I confess I did not understand "bullshit"....
asked by 29.06.2014 / 08:06
2
answers

Print only the first and last date

Ajax request returns some information, including data_inicio and data_fim of a command, however I need to display only dates that are in red, it would be:    23/12/1936 à 12/12/1944 Ineedawaytomergeanddisplayonlythem.Atthem...
asked by 19.12.2018 / 18:29
1
answer

Change behavior default chips materialize

Can you add a tag to the user by clicking the enter E in the space ? By default the materialize chips it adds only if you click enter ... I did not find anything about it, the materialize documentation is pretty bad. For example, if you...
asked by 21.12.2018 / 19:53
1
answer

How to set the percentage on top of the chart using ChartJS?

I have the following graphic: var chartData = [{"visitor": 39, "visit": 1}, {"visitor": 18, "visit": 2}, {"visitor": 9, "visit": 3}, {"visitor": 5, "visit": 4}, {"visitor": 6, "visit": 5}, {"visitor": 5, "visit": 6}] var visitorData = [...
asked by 18.12.2018 / 12:10
2
answers

Fields validation failed

I have a form that only enables the forward button when the field is filled in or selected. The fields Subscriber , Subscriber Name , and Installation Date are allowing you to delete your content after you fill it out. The problem is that...
asked by 27.08.2014 / 15:13
2
answers

How to reset a selection menu (selectmenu) when changing another field using a function?

I'm trying to make a "select menu" ( selectmenu ) be reset when I enter a value by hand in a text field, but although I've tried countless solutions that I researched right here in Stack Overflow and other sites, none worked. Below is m...
asked by 20.08.2014 / 04:03