Posts by gustavo frança • 3 points
3 posts
-
0
votes2
answers54
viewsA: How to query a select that has two values?
Be able to solve farm $('#iputTurno1').blur(function () { var codigo = $(this).val(); $("#inputTurno2 option").each(function () { var valores = $(this).val(); var teste = JSON.parse(valores);…
-
-2
votes2
answers54
viewsQ: How to query a select that has two values?
I have a field that I type the reference code and it already selects automatic select to facilitate the life of the user who already knows the code. I have this select with two values in a list. I…
-
0
votes1
answer59
viewsQ: Generate a context from another instance in Createview
Hello! I need to render a context in the Createview template. no requeste to passing an id, and I want to put the name of that id in the Createview template py.url urlpatterns = […