Posts by Rodrigo Henriques • 77 points
5 posts
-
1
votes1
answer386
viewsQ: Return modal values to main screen using jQuery
I have a Bootstrap modal where I fill out a "form" with 2 input fields and 3 radio options. Follow code below! By filling out these fields I have one button (Generate) that puts the entered values…
-
-1
votes1
answer40
viewsQ: List a date period by the day of the week?
I need to do a function in Javascript/jQuery that I take the value of two fields of date format and it returns me a sequence of dates as I choose: 1st or 2nd Tuesday of the selected period in the…
-
1
votes1
answer178
viewsQ: Repeat rows from a table using Javascript
My question is the following: I have this code where it feeds a table with 3 fields (portion value, start date, end date). From my numerous attempts I have not had success I am trying by a while to…
-
0
votes1
answer1137
viewsQ: How to take an input value and manipulate in Behind
Guys with a difficulty where I need to take the value of a text input and manipulate it in the aspx page’s Cs. I am using repeater to add the data to the table, but while trying to pull the input…
-
4
votes2
answers208
viewsQ: Do not allow repeating values in different dropdownlists using jQuery?
I have 3 DropDownList where they have 4 items with the same valor (1,2,3,4). I need to respect each DropDownList do not repeat the value selected in the others. Example: ddl0= 1 ddl1= 2 (não…