Posts by SDani • 41 points
2 posts
-
1
votes0
answers68
viewsQ: Select inside a button does not work in Firefox
I have a select inside button as follows: <button type="button" class="btn btn-primary" id="l_ns" data-toggle="button"> Choose the N to be stage <select id='n_selector' class="btn…
-
3
votes0
answers70
viewsQ: Which python web service to use in an application using knockoutjs?
I need to create a python web service for my Django application. My application was built using Django and knockoutjs, but I don’t use models or Forms, knockout ko.observable. I thought about using…