Re: [b2g] Engineering wish list

2013-07-04 Thread Jack Mitchell
On 03/07/13 20:03, Fabrice Desre wrote: Hi all, A few months ago, Jaime and Jonas sent out a survey to gather items that engineering folks felt should be worked on. The list was then massaged and scored based on a set of criteria. The result is in this document:

Re: [b2g] having problems with jquery2 and login system

2013-07-04 Thread Julien Wajsberg
Le 02/07/2013 16:59, jose llopis a écrit : $(document).ready(function(){ $(#loginButton).each(function(){ this.onclick=logon; }); }); function logon() { $.ajax({ url:http://127.0.0.1/webappServer/login.php;, type:POST, There is

Re: [b2g] Is it possible to autofocus on Firefox OS?

2013-07-04 Thread Andre Mendes
That's right, I probably mistyped it because it's working now. Thanks a lot.. 2013/7/4 Rudy Lu left...@gmail.com Hi André, I am not sure if autofocus is supported right now. But invoke focus() on an input element should work, var input = document.getElementById('input-id');