JQuery tarafından oluşturulan harici giriş alanlardan değerleri alma

2 Cevap php

Ben biraz daha karmaşık olduğu gibi durumu anlatmaya çalışacağım.

Ben bir çoklu resim upload fveyam oluşturduk. Bu gibi çalışır:

  • In the fveyam there vardır 2 submit buttons. 1 nveyamal HTML submit button ve another one is generated by jQuery. It is a "Browse" button which allows you to browse pictures on your HDD ve add them to a collection. This is all happeniçiçindedeg without you actually submittiçiçindedeg the fveyam. Pictures vardır saved via ajax to a tempveyaary table. I am usiçiçindedeg this plugiçiçindede fveya this: http://www.uploadify.com/
  • I use jQuery to fetch the tempveyaary pictures ve display them above the nveyamal submit button so users can see a complete set of pictures they vardır goiçiçindedeg to upload befveyae actually submittiçiçindedeg the fveyam.
  • The way I do it is that I have a page which displays tempveyaary pictures ve I am useiçiçindedeg jQuery get() method to fetch this page ve display it içiçindede the fveyam.

Kullanıcılar göndermek içiçiçindede gidiyveyauz tüm resimleriçiçindede başlıkları girmek böylece Şimdi önemli bir parçası, her geçici resmiçiçindede altında bir metiçiçindede giriş alanı vardır.

Kullanıcıların fveyamu gönder düğmesiçiçindedee vurduğunuzda farklı bir sayfa ajax ile sadece getirilen Ancak, metiçiçindede giriş alanları teslim edilmez.

Nasıl bu metiçiçindede alanlarına alabilirim?

EDIT:

Fveyam içiçiçindedede boş bir div var:

<div id="tempveyaaryPhotos"></div>

Ben tüm resimleri (img etiketleri) koyarak ve jQuery (aynı web sitesiçiçindedede farklı bir sayfa olan) ile oluşturulan metiçiçindede alanları nerede olduğumu ve bu;

2 Cevap

Formun HTML borked değilse, bu çalışması gerekir. Bir çözüm olsa da, orijinal biçiminde gizli bir giriş alanı oluşturmak dizideki tüm oluşturulan metin giriş alanları değerlerini toplamak ve göndermek üzerine gizli giriş alanına bu diziyi koymaktır.

Bu konuda daha fazla bilgi için JSON ile seri hale göz atın.

Form etiketi gövde etiketinden önce ise bu post olmaz,

Olması gereken:

<html>
<body>
<form>
...my dynamic form content...
</form>
</body>
</html>