<div class="im">On Sun, Apr 1, 2012 at 12:26 AM, Dieter Adriaenssens <span dir="ltr"><<a href="mailto:dieter.adriaenssens@gmail.com" target="_blank">dieter.adriaenssens@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

Op 31 maart 2012 19:20 heeft nandu <<a href="mailto:nandu130@gmail.com" target="_blank">nandu130@gmail.com</a>> het volgende geschreven:<br>
<div>> Thanks..<br>
> they are related  javascript code embedded in (or referenced from) HTML5<br>
> documents can use the objects and methods provided by jQuery to perform its<br>
> tasks. yes you are correct that it cannot be used in html5,<br>
> So can it be considered as 1 thing that i can include in my proposal, though<br>
> am intending to find others too???<br>
Please use bottom posting on this mailing list. [0]<br></div>
<br>
Can you prepare a patch that implements this idea and post it to our<br>
tracker [1] or create a fork of the phpmyadmin code on github and<br>
issues a pull request, as explained on our website [3].<br></blockquote></div><br><br>hello, <br>        I have my semester exams going on currently so am not able to give the maximum time<br>to this patch, I also regret that I dint followed the bottom level posting, and all the mess ups.<br>

In order to identify a device we can use<br><br>if( navigator.userAgent.match(/<div>Android/i)<br> || navigator.userAgent.match(/webOS/i)<br> || navigator.userAgent.match(/iPhone/i)<br> || navigator.userAgent.match(/iPad/i)<br>

 || navigator.userAgent.match(/iPod/i)<br> || navigator.userAgent.match(/BlackBerry/i)<br> )<div class="im"><br><br>{<br><br>$(function () {<br>   $('input:text').prop({<br>       autocapitalize: 'off',<br>
       autocorrect: 'off'<br>
   });<br>});<br><br>}<br><br></div>I am confused regarding which file this code is to be updated in phpmyadmin??<br>I have to submit the patch before 10th.. please help</div>