Questions tagged as 'html'

1
answer

How to call modal window with parameter in bootstrap?

I would like to know how I can call opening a modal window in the bootstrap by passing a parameter. The idea is to open the inserted invoice item to edit the quantity.     
asked by 19.08.2014 / 03:30
1
answer

Image Preload JS + HTML

Well, I have an embedded application where our processor is not the best, which gives some problems. Let's say I need to display images for 10 to 10 seconds, in theory, it would just make a little counter there and wait to change the image, h...
asked by 20.11.2015 / 19:15
1
answer

How to bookmark an event in datepicker?

I have this code in javascript: $(function() { $("#calendario").datepicker({ changeMonth: true, todayHighlight: true, changeYear: true, showOtherMonths: true, selectOtherMonths: true, date...
asked by 10.12.2015 / 12:23
0
answers

Monthly shift schedule

I have to create a button in php for when I click generate a monthly shift schedule, but I'm not sure how to do it. Can anyone suggest an idea? What I am thinking is to randomly choose the collaborations I need per day of each shift, but it i...
asked by 08.01.2018 / 18:41
2
answers

How to hide menu items using spring security?

I'm using spring security to control access to my web application. I already managed to implement the control that each type of user will have in relation to the urls, now I would hide the items for the ordinary user that will be restricted to o...
asked by 04.06.2018 / 20:48
1
answer

play button plays another audio

I have a table named posts , and there is a post_aud column where a text is inserted with the name of the audio / music (which is 'saved' in the audios folder) ... $get_posts = "SELECT * FROM posts ORDER by 1 DESC"; $run_posts = m...
asked by 15.12.2017 / 04:11
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

How do I create a DataTable that has a dynamic column structure?

Hello, I need to create a DataTable in my MVC project that does not have predefined columns. The number of columns must be defined from the amount of data in a DB field. I have a field in my Model that is called Low Tier Id, it is an FK from...
asked by 14.08.2018 / 14:55
1
answer

Return PartialView with validations for an ASP Modal MVC 4

I have an Index screen, where is the table of registered people, on the same screen I have a new button that calls a Modal (boostrap) like this: <a href="@Url.Action("Add", "Pessoa", new { area = "Gestor" })" class="btn btn-primary" data-to...
asked by 21.05.2015 / 02:01
0
answers

I make a change in CSS but after reload it returns to normal [closed]

I have the following View : IwanttochangethepositionofCheckBox,soinViewwehaveadiv:<divclass="form-group"> <div class="col-md-offset-2 col-md-10"> <div class="checkbox"> @Html.CheckBoxFor(m =>...
asked by 13.07.2017 / 13:42