Questions tagged as 'javascript'

1
answer

How can I use a .append () within a select event? - Jquery

What I want to do exactly is to generate some input within a form, and generate it by means of a select that will have some numbers so that the append generates these inputs Here I leave the code of the form: <div class="modal fade" id="...
asked by 24.05.2018 / 17:55
1
answer

Concatenate variable javascript in php path

$(document).on('click','.view-info',function(){ id_ = $(this).val(); url = '<?= site_url("Venta/detail/'+id_+'") ?>', This is stressing me out, as I can concatenate the variable id_ in my route that is seen in the code. I...
asked by 22.05.2018 / 23:49
1
answer

Web | Modal message only in desktop resolutions

I have a web page that interacts with smartphones (make calls, save contacts, open a specific app, etc.) therefore, if any user accesses from a notebook or desktop computer (including a tablet) your experience will not be the same. That's why...
asked by 22.05.2018 / 21:33
2
answers

I need to pass the data from one row of a table to another

I know that in this group they are very capable to help, I need your help, my problem is the following, I want to take the data from a selected row of a table and send the data to another table, but I want a column is not sent to the second tabl...
asked by 23.05.2018 / 15:57
2
answers

Validate if there is one or several checkboxes selected in Javascript

Sometimes they ask us in a form of HTML , list in 1 or n checkboxes characteristics of an element. Example: Select 1 or n areas of interest for your job application. Then we must obtain the C / U ID of the areas of interest that you s...
asked by 25.05.2018 / 21:19
1
answer

Enter link and open dropdown [closed]

I'm trying to do the following: On a page I have several links <section class="ac-container"> <div> <input id="ac-1" name="accordion-1" type="checkbox" /> <label for="ac-1">About us</label> <articl...
asked by 25.05.2018 / 12:49
1
answer

Is it possible to have a fixed element inside a div?

I wanted to know if there is a form with css or javascript so that an element can remain fixed inside a div with scroll without exceeding the div. The pages I've visited indicate that you can not. I hope you can help me I tried this page...
asked by 16.05.2018 / 18:46
1
answer

I need to go through all the icheck checkboxes

I have several checkboxes inside a table I need, go through the table row x row, and check if the checkboxes are selected or not, I use the icheck plugin to improve the appearance of the checkbox, but I can not manage this plugin and I do not kn...
asked by 16.05.2018 / 22:44
1
answer

Event Click on Li Html

I have this code in Html <li class="active"> <a href="#homeSubmenu" data-toggle="collapse" aria-expanded="false"> <i class="fa fa-truck"></i>...
asked by 17.05.2018 / 04:02
1
answer

Delete documents automatically

currently I have a doubt, I have a small server which I upload documents using a form, this is uploaded, is the record of the time which has been uploaded and when it should be deleted, I would like to know if there is any simple way to delete t...
asked by 09.05.2018 / 16:30