Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
df0e9928
Commit
df0e9928
authored
Jun 11, 2020
by
Gabriel-31415
Browse files
ajuaste no jquery
parent
c9f7cc34
Changes
3
Show whitespace changes
Inline
Side-by-side
app/Http/Controllers/AdministradorResponsavelController.php
View file @
df0e9928
...
...
@@ -32,6 +32,7 @@ class AdministradorResponsavelController extends Controller
$user
=
User
::
where
(
'id'
,
$request
->
user_id
)
->
first
();
$isAvaliador
=
Avaliador
::
where
(
'user_id'
,
$request
->
user_id
)
->
count
();
$avaliador
=
new
Avaliador
();
$avaliador
->
area_id
=
1
;
$avaliador
->
save
();
if
(
$isAvaliador
==
0
){
...
...
resources/views/coordenadorComissao/listarUsuarios.blade.php
View file @
df0e9928
...
...
@@ -114,9 +114,9 @@
data
:
dados
,
//x-www-form-urlencoded
dataType
:
'json'
,
success
:
dados
=>
{
//console.log(dados);
checkBox
.
checked
=
dados
[
0
];
console
.
log
(
checkBox
.
checked
)
//
console.log(checkBox.checked)
},
error
:
erro
=>
{
console
.
log
(
erro
)
}
...
...
resources/views/layouts/app.blade.php
View file @
df0e9928
...
...
@@ -166,7 +166,8 @@
@else
@endif
<script
src=
"https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity=
"sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin=
"anonymous"
></script>
<script
src=
"https://code.jquery.com/jquery-3.5.1.min.js"
integrity=
"sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin=
"anonymous"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity=
"sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin=
"anonymous"
></script>
<script
src=
"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity=
"sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin=
"anonymous"
></script>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment