Posts by Dan Oliveira • 87 points
6 posts
-
-2
votes1
answer94
viewsQ: Referenceerror: $ is not defined
Hello, I created an application a short time ago and got jquery via Nuget, but it keeps giving error when initializing jquery. I have the following function in a js file.…
-
0
votes1
answer344
viewsQ: Sort months by Name Jquery Datatables
Guys, I have the following columns in my table, and one of them is the "Month" it gets an int that refers to the number of the month (1 - Jan, 2 - Feb, etc.) When the screen loads the table displays…
jqueryasked Dan Oliveira 87 -
4
votes1
answer134
viewsQ: View 2 dataTextField in a Selectlist
Hello! I have a little problem to make a selectlist display 2 values in textfield. I have the following Selectlist which is stored in a viewbag: ViewBag.Account = new SelectList(new…
-
2
votes1
answer70
viewsQ: Modal does not load Style when initialized automatically
I have a modal that is opened when the application is started, I made the check if it is the first time that the user logs into the system through a cookie. The problem is that when the modal is…
-
1
votes1
answer706
viewsQ: Remove Cookie when closing your browser
When the application starts, I need to open a modal for the user to choose an environment, so I created a cookie in JS to store if this is the first time the user opened the application, follow the…
-
1
votes1
answer228
viewsQ: Pick the fields of a Select and pass to viewmodel
Guys I own two Selects Multiple where their function is to change values as shown in the image below: The first in real is a Dropdownlist where he searches the bank’s information, follows its code:…