Al
Al
Symfony 2.4.8 ``` $('form') .find('input[type=text], textarea') .blur(function(){ // Run validation for this field $(this).jsFormValidator('validate') }) .focus(function() { // Reset markers when focus on a field $(this).removeClass('error'); $(this).removeClass('ready'); }) .jsFormValidator({ 'showErrors':...
Hi Cem, Sorry for bothering you. I am helpless at this point being a non IOS developer. I tried push keyboard to app-store and got following error. I have checked...
Hi Cem, Thanks for you work. When I long press on top row key, a popup appears under main container. It is possible to bring it to front. Default keyboard:...
Hi Cem, Thanks for wonderful project. I am a non IOS person. Want to make a keyboard for my language. is it possible to do following using your project? ...