Posts by Lucas Novaes • 80 points
3 posts
-
2
votes1
answer122
viewsA: effect with jQuery in select
In the jQuery code change change for focus to match function validation toggleClass(). Also add one more line within the function select to set the animation. Thus staying the function:…
-
1
votes2
answers339
viewsA: Text suggestion
You can use an API of autocomplete of Jquery for that. Follow an example code: <!doctype html> <html lang="pt-BR"> <head> <meta charset="utf-8"> <link rel="stylesheet"…
-
1
votes1
answer434
viewsA: Web View with zoom
Try to add this method: ws.setLoadWithOverviewMode(true);. It defines whether to load the page Webview will be in overview mode, moving the content away to fit on the screen through the width.…