Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
96 views

Is there a way to have a masked numeric input field?

I am creating an HTML5 application on an Android and for this specific scenario, we have an input field that is for a credit card's security code and we want to force the input field to be numberic ...
3
votes
2answers
299 views

CSS: input field and select option bugs?

Why input fields always 'over-run' the div that contain them when I set them to 100%? css, .item-form { margin:0px 0px 10px 0px; clear:both; border:1px solid #999966; } .item-form ...
3
votes
2answers
250 views

Inputfield with width 100% “reaches” into padding

i have a Tablecell with an Inputfield in it. The Inputfield should fill up the Tablecell but not reach into its padding. What i have looks like this (with firebug): I want the inputfield to be kept ...
3
votes
3answers
4k views

jQuery: preventDefault() not working on input/click events?

I want to disable the default contextMenu when a user right-clicks on an input field so that I can show a custom contextMenu. Generally speaking, its pretty easy to disable the right-click menu by ...
2
votes
4answers
194 views

Jquery: Best way to pop-up a selection div

Greetings, Assume that I have such hidden div: <div id="option-dialog" style="display:none;"> <a href="#" value="1">First</a> <a href="#" value"2">Second</a> ...
2
votes
3answers
309 views

Input File field to Input Text field

I don't even know if this is possible or not but is there a method you can take the value of the selected file in a input file field to a input text field? Like this:
2
votes
2answers
988 views

jquery mouseenter/mouseleave error when the target div has child input fields

I have two sortable lists, one being nested, with a mouse enter effect on the li elements of the nested sortable list. My problem is that the mouseenter and mouseleave functions are being called ...
1
vote
3answers
35 views

Is there any danger to using input fields outside/without forms in HTML/Javascript pages?

Input fields are usually associated to forms, but I would like to use them in a simple Javascript/HTML page. I don't need the form. I see no issue with my HTML page, but is there any danger or bad ...
1
vote
2answers
699 views

Ruby on Rails - Getting value from input box and pass to another page

Hi I know its going to sound a bit silly but im new to ruby-on-rails and i seem to be stuck pretty bad, my problem is that i simply have to pass the value of an input field to another page where it ...
1
vote
4answers
380 views

return all values of input fields within div

I need to form a string with the all values input fields within a div layer - using jquery <div id="selection"> <input class="field" id="1" type="hidden" value="A"/> <input ...
1
vote
2answers
2k views

Jquery Tablesorter - sort by column having <input> elements

I have a table like this: | Update | Name | Code | modification date | | | name1 | code1 | 2009-12-09 | | | name2 | otehercode | 2007-09-30 | ...
0
votes
1answer
44 views

Struggling with an auto stretch search field using CSS

I have been struggling for the last few hours trying to get this search field to stretch with the browser (such as amazon.com). I have tried various things found on google such as making the input ...
0
votes
2answers
77 views

How to avoid automatic focus on first input field when popping a HTML form as a JQuery dialog?

I have seen similar questions on SO, including this one, which is old. I read and followed links, but it is unclear whether there is a proper solution to this issue today. My bottom issue is that I ...
0
votes
0answers
37 views

Inputfield bugs in Internet Explorer when text is filled out

I've run into one of many Internet Explorer bugs ;) I'm doing some custom styled input fields and they work exactly as supposed in all browsers, except IE! The inputfields have some padding added on ...
0
votes
1answer
46 views

How to change input field switch sequence (swithcing input field using Tab key) on a web page?

On a web page, if there are input fields, pressing Tab key switches them, but in a particular order, is there a way to change this order and set it to some different order? If this can be done in ...
0
votes
0answers
104 views

scaling of input fields when using firefox zoom

I have a problem when I zoom out, My input field overlaps and this happens everywhere: here is an image of the two views: this only happens in firefox, ie is fine http://i.imgur.com/wtUIS.png ...
0
votes
2answers
87 views

IE8 & JS clone and prependTo does not work

I'm using the Internet Explorer to execute an JS application. Part of this application is to copy/clone an inputfield (including autocompletion functionality). For that, I simply clone the input ...
0
votes
0answers
177 views

Textbox List, Facebook type autocomplete - how to focus input?

http://devthought.com/projects/mootools/textboxlist/ I am using the code mentioned above, when the code is processed by a browser it looks like what's pasted below. I am trying to create a ...
0
votes
0answers
265 views

Drupal: Change label for a default Node Module Form?

I’ve a specific content where a user can add a new post to it by using a form. This form is used all over the site for different kind of content but in this specific form, I need to edit the first ...
0
votes
2answers
706 views

CSS: input field (width 100%) goes next line on simple 2 cols layout

I have a simple 2 cols layout (left col fixed width 200px, and right col expand 100%). If the 1st element of the right col is a P element everything it's ok. But when the 1st element of the right ...
0
votes
3answers
187 views

How to (dynamically) connect big number of sliders to input-field(s)?

since this page seems to be THE reference (besides the official jquery documentation), when it comes to advanced jquery questions, i gonna post my question here. I have an ajax-form with up to 80(!) ...
0
votes
1answer
408 views

Open contact activity when a specified input-field is pressed

I want to launch an contact-activity when a input-field (text) in a webview is pressed. Not sure how I can do this. Have tried to search the web but the only results I get is how to launch a ...