[web2py] Re: web2py with bootstrap-slider bootstrap-typeahead

2015-03-06 Thread Francisco Costa
On Saturday, 31 January 2015 03:24:04 UTC, Massimo Di Pierro wrote: Niphlod. Calm down. Everything is going to be fine. ;-) In fact, I almost did not know JS when I started web2py and avoided it as the plague. Today I like it a log. Back to the original question. Assuming we are

[web2py] Re: web2py with bootstrap-slider bootstrap-typeahead

2015-03-06 Thread Massimo Di Pierro
correction. My comment was wrong. The web2py code is correct. On Friday, 6 March 2015 11:18:24 UTC-6, Massimo Di Pierro wrote: I had no idea. I will change this immediately. On Friday, 6 March 2015 06:27:55 UTC-6, Francisco Costa wrote: On Saturday, 31 January 2015 03:24:04 UTC, Massimo

[web2py] Re: web2py with bootstrap-slider bootstrap-typeahead

2015-03-06 Thread Massimo Di Pierro
I had no idea. I will change this immediately. On Friday, 6 March 2015 06:27:55 UTC-6, Francisco Costa wrote: On Saturday, 31 January 2015 03:24:04 UTC, Massimo Di Pierro wrote: Niphlod. Calm down. Everything is going to be fine. ;-) In fact, I almost did not know JS when I started web2py

[web2py] Re: web2py with bootstrap-slider bootstrap-typeahead

2015-01-30 Thread Massimo Di Pierro
Niphlod. Calm down. Everything is going to be fine. ;-) In fact, I almost did not know JS when I started web2py and avoided it as the plague. Today I like it a log. Back to the original question. Assuming we are diagnosing the problem correctly (and Niphlod in my experience is 100% right)

[web2py] Re: web2py with bootstrap-slider bootstrap-typeahead

2015-01-29 Thread JoeCodeswell
Dear Niphlod, Thanks SO MUCH for being a GREAT technical contributor to my FAVORITE web framework. I have a suggestion for you regarding tone of the first part of your answer. In your answer to *fsp*, the first sentence could have been *profitably skipped*. I think that first sentence is

[web2py] Re: web2py with bootstrap-slider bootstrap-typeahead

2015-01-29 Thread Niphlod
and of course resuming a 2-month old thread is equally helpfulthanks for the kind words but I still think it's a forum for webp2y users, who will always need to read docs OUTSIDE the world of web2py if they'd like to poke with CUSTOM js code coming from OUTSIDE... we can't

[web2py] Re: web2py with bootstrap-slider bootstrap-typeahead

2015-01-29 Thread Tim Richardson
an incredibly restrained answer. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google

[web2py] Re: web2py with bootstrap-slider bootstrap-typeahead

2014-11-30 Thread Niphlod
use some javascript 101 course before digging into javascript. One issue with your code is that you're not waiting the document to be ready before calling the javascript bit. Use $(document).ready(function() {}) to wrap any javascript in the page. On Friday, November 28, 2014 8:49:35 PM UTC+1,