…Entering data into mobile web apps is also pretty important.…And that's where text input controls come in.…JQuery mobile supports both the basic input controls,…as well as the newer HTML5-based input controls.…And I'll give you an example of those.…So here I have a label with three input types.…One is text; one of them is number, and one of them is email.…JQuery mobile will properly enhance each of these for use in your mobile apps.…
You can also use text areas.…Text areas are great for implementing longer…form elements for larger amounts of text.…And what jQuery mobile will do with text areas is auto grow them to…prevent scroll bars from forming because those are just a pain on mobile devices.…So let's jump over to the code and exercise some of this stuff.…Okay, so here we are in the code.…And in the example snippets, I've scrolled down to the text input section.…And let's open up the Inputs_start document.…
And what I'm going to do is I'm going to copy these…first few lines right here up to the field set.…
Author
Released
6/3/2014- Building your first jQuery Mobile app
- Understanding the page architecture
- Using page transitions and dialog widgets
- Working with forms and controls
- Creating toolbars
- Working with list views
- Using jQuery Mobile's content formatting features
- Adding events to detect and respond to changes
- Configuring and customizing jQuery Mobile
Skill Level Beginner
Duration
Views
Related Courses
-
Introduction
-
Welcome58s
-
What you should already know1m 21s
-
Using the exercise files4m 42s
-
-
1. Getting Started with jQuery Mobile
-
Intro to jQuery Mobile7m 49s
-
2. Building jQuery Mobile Pages
-
Using page transitions3m 14s
-
-
3. Using jQuery Mobile Widgets
-
jQuery Mobile form basics5m 41s
-
Working with buttons7m 58s
-
Using text inputs5m 14s
-
Using select lists5m 37s
-
-
4. Working with Toolbars
-
Creating toolbars4m 57s
-
Fixed-position toolbars4m 19s
-
External toolbars4m 16s
-
Navigation bars4m 2s
-
-
5. Working with List Views
-
Overview of list views5m 17s
-
Basic list views6m 33s
-
Advanced list views7m 43s
-
-
6. Using the Content Formatting Tools
-
Using layout grids5m 40s
-
Using themes11m 41s
-
-
7. jQuery Mobile Events
-
Touch events3m 17s
-
Orientation events1m 17s
-
Scroll events1m 54s
-
-
8. The jQuery Mobile API
-
Conclusion
-
Goodbye1m 12s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Using text inputs