Questions tagged as 'show'

1
answer

how to do show. () to more than one class at a time

Hello, I'm trying to do the following: $('.1','.btn').show(); I want to make visible only the div's that have those two classes together like this: <div class="1 btn"> I've tried doing it like this: &...
asked by 29.01.2018 / 00:12
3
answers

Hide and show div with jquery and CakePHP

When trying to show a div: <div class="modalHome"> HOLA MUNDO </div>' $(".modificar-foto-perfil").on("click", function() { $('.modalHome').show(); }); <i id="modificar-foto-pe...
asked by 19.12.2018 / 15:01
3
answers

Problem with route show function LARAVEL

After a lot of searching for google and not finding a solution to my problem, I decided to ask the wisdom of the internet: These are my routes: Route::get('/customers', 'CustomerController@index') ->name('customerIndex'); Route::get('/...
asked by 16.10.2018 / 17:09
2
answers

Open a form from the main one and modify a principal variable without creating it again

using visual studio I need to modify a variable that exists in the main form from a secondary one. To move from the main to the secondary I used the ShowDialog property to avoid closing the first because the secondary was small and I use it o...
asked by 20.08.2018 / 19:01
0
answers

Show divs depending on two selects

I would like to know how I can show divs that depend on two select and a submit button. The problem I have is that the second selection varies depending on what is chosen in the first, so I do not know how I can show different divs according to...
asked by 25.04.2018 / 13:25