Questions tagged as 'jquery'

1
answer

Select2 to display optgroup value and concatenated option

I'm creating a selection field where the user can choose between several states, but I need to show when I select both the value of the optgroup and the option, Remembering that I'm using library select2 follows the base html <select n...
asked by 11.02.2016 / 22:11
1
answer

How to display the CPF in several different places every X seconds on the video screen using HTML5?

Does anyone have any ideas or suggestions on how to make the CPF stay running every X seconds on the video screen using HTML5? <video width="320" height="240" controls> <source src="movie.mp4" type="video/mp4"> <source src...
asked by 15.02.2016 / 15:38
1
answer

Change transition and location of an action in jQuery

I recently found a code that has what I need. I am developing a page with 3 buttons, each of them shows a content (a div) when clicked. When I click the first button, as the div is displayed below, the other buttons are also pushed down. That...
asked by 28.01.2016 / 20:28
1
answer

problem with "inspect element"

Friends; I'm developing an application and I have a manager where the database records are ready. The information is arranged in a table and I have a checkbox for selection of records that can be edited or deleted. This way: <input name=...
asked by 14.04.2016 / 00:58
1
answer

How to show "load" screen with modal bootstrap on any process from server c #

I need my pages to show the entire server process a screen with a Loading type using the bootstrap modal I created below. My problem is being able to show this in every process. Is there any way to do this? Does anyone have an idea? M...
asked by 12.04.2016 / 19:09
1
answer

Handle autocomplete Jquery ui

I am implementing a query through an input system using the Jquery UI Autocomplete. In practice when querying a value by field name (Ex: Are) my input will display a list with possible returns (São Paulo, São Bernardo ...). This result is alread...
asked by 14.04.2016 / 07:29
2
answers

Margin or Anchor Link Placement

I have an anchor link that leads from a button at the top to a certain part of the page, but as my menu accompanies the page, it ends up being cut as in the image below: HowwouldIdotogiveaspace?Marginorposition,Idonotknow,butIneedthelinktogo...
asked by 04.04.2016 / 14:53
1
answer

Display error in jquery mobile table

Hello, I'm trying to display some data that I get by ajax and put them in a responsive table using the Jquery Mobile framework. The problem is that the first time I do the operation, it works normally, but already the second time, some elemen...
asked by 31.05.2016 / 09:46
1
answer

Moving (drag) three divs at the same time and deactivating with a checkbox

I am using this code to move divs simultaneously: link The logic: If checked checkbox, use 'drag in group', otherwise, use 'drag per unit'. But once the checkbox is unchecked (to use 'drag per unit') the same is not working as it should...
asked by 14.01.2016 / 01:16
1
answer

How to use a collapsible without an id for the target element?

I'm implementing a spoof bbcode for a phpbb forum, which uses Bootstrap and jQuery in the theme. The code is this: <div class="panel-group"> <div class="panel panel-warning"> <div class="panel-heading"> <h4...
asked by 01.02.2016 / 22:42