Your plugin is fantastic. Although it might be overkill for what I need. I'm building a simple kiosk app that requires a numeric keyboard to input digits and either clear or submit the text. I've got it functioning almost like I want it to, however, I'm trying to figure out how I can have it load with the page and not on button or focus.
To explain further, I've created a design that has a numeric keypad resembling an outdoor security device - metal pad, metal buttons, and LCD screen. So, in order for it to maintain that look, I want the buttons (keypad) to render onLoad. The keypad needs to persist regardless of actions. Is there a simple way to do that or am I using a bazooka to kill a fly?
Is there a plugin that will do this? Or does anyone have an idea about how to implement something like this? The idea is for a sign company to have customers customize the text for their signs. They want to allow users to input text and have it update the sign image live with the text and resize it if the text string get's too long. Any ideas or thoughts or suggestions? Thanks a million.
Hello all! I have what I think is a complicated gallery to build. Being new to JS I was told that jQuery is the place to start. I'm hoping this is possible... Well, I realize that most things are possible with enough time and effort. But, what I really need to know is if I can build something like this myself. Here's what I need to do:
There is a main gallery page with a grid of projects - each row will have four thumbnails to represent the gallery. Well, what I need to have happen is when someone clicks on a project thumbnail the projects <div> will slide down to reveal that project's gallery pulled in via AJAX. Also, I need a "Next" and "Previous" button so users can move through the project galleries without having to go back to the main projects page. Along with that I need to have "Return to Projects Page" link on each gallery page that will cause the projects page to slide up and cover the gallery. Does this make sense?