Questions tagged as 'jquery'

1
answer

How to disable option according to option selected?

I have a list of users and each of them will have one or more functions (example: Leader, To Knowledge, Participant). In case I choose the option "Leader", the other options (of that same select) should be disabled (since only one user can be...
asked by 20.11.2016 / 22:05
1
answer

Fill Select Automatically via If and else with Jquery

I need some help. I have a form that captures address information through zip. I need a function in Jquery that will select a field in a select depending on the value populated automatically in the input with id estado . Here's how I tr...
asked by 02.05.2016 / 16:02
1
answer

addClass () to an object via an external link

I need to create a click () function for 8 links that are in pagina X , each link will take me to a specific slide in a pagina Y . The slide is active when it is with Class selected , so my idea is as follows: The user cl...
asked by 29.04.2016 / 04:09
2
answers

Add CSS class to Input while loading page

I want to add class="cpf_cnpj" to a input with id input-custom-field2 when loading the page, follow the html and javascript that I tried to use but to no avail: <input type="text" name="custom_field[account][2]" value="...
asked by 08.08.2016 / 14:53
1
answer

Show message of success when dragging component with jQuery UI

I have the following jQuery: $(function() { $( "#sortable1, #sortable2, #sortable3, #sortable4, #sortable5, #sortable6").sortable({ connectWith: ".connectedSortable" }).disableSelection(); }); This jQuery drags one div into...
asked by 24.08.2016 / 15:47
1
answer

Some js are printing a strange number on my page

Some Javascript or js is printing a strange number well at the beginning of the page in the site here . I have tried to remove 1 java script at a time, but I did not find the cause of it, Is it the actual jquery...
asked by 26.08.2016 / 22:21
1
answer

Laravel - 'Route' call without a command for this?

I'm doing a test using Laravel, jQuery and PHP. I have routes, action in jQuery, methods in controllers and two views-blade, one to provide search elements (BillingListView.blade.php) and another to display the result (BillingApplication.blad...
asked by 25.08.2016 / 13:12
1
answer

Selector and jQuery issues [closed]

I am trying to run a code but it does not work, I do not know if it is due to logic error in its execution, see, this code is executed when the OK button is pressed: $('HTMLNEW').appendTo($(this).closest('.BOX').find('.DIVNEW')).css({...
asked by 30.05.2016 / 09:13
2
answers

Script for side menu

Does anyone know of any script to make a responsive side menu similar to that of badoo? When viewing the site on a large screen device the menu appears with all the options and qd is on a smaller screen the menu hides showing only icons with the...
asked by 25.05.2016 / 19:07
1
answer

Change text label

The JQuery below is not changing html of label : <script src="_global/_js/jquery-2.1.4.min.js"></script> <label id="precoSedex">0.00</label> <input type="radio" name="pgtoTipo" value="40010" r...
asked by 30.05.2016 / 18:15