საიტის გასაუმჯობესებელი სამუშაოების მიმდინარეობისას, შესაძლებლობების ნაწილი შეიზღუდება. თუ სტატიით ვერ მოახერხებ ხარვეზის გამოსწორება და შეკითხვის დასმა გსურთ, ჩვენი მხარდაჭერის გუნდი დაგეხმარებათ @FirefoxSupport გვერდის მეშვეობით Twitter-ზე და /r/firefox განყოფილებაში Reddit-ზე.

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

how to remove focus of an input text field on submitting a jsp form

  • 1 პასუხი
  • 1 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 8 ნახვა
  • ბოლოს გამოეხმაურა guigs

i have a data table with 3 columns and i have a script to make one column editable. so when the user clicks on the table column it gets editable but now the problem while submitting this form the entire input tag is coming as value instead of just text value so i think its the problem of focus which is still there on table column while submitting the form.

i have a data table with 3 columns and i have a script to make one column editable. so when the user clicks on the table column it gets editable but now the problem while submitting this form the entire input tag is coming as value instead of just text value so i think its the problem of focus which is still there on table column while submitting the form.

ყველა პასუხი (1)

Are you making the html.input.value() editable? could you make an event handler for that element to turn of edittable when clicking submit? Like http://stackoverflow.com/questions/19.../make-fields-editable-when-a-button-is-clicked sergio's answer here?

This may be a question for stackoverflow.com for more accurate answer.