Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. $(" div.btn_submit_form_<?=$_REQUEST['CODE']?>").on('click', function(outer){
  2. var formID = $(this).attr('formID');
  3. $('.files-box_<?=$_REQUEST['CODE']?>').append($('.bids_form_<?=$_REQUEST['CODE']?> .files-block').detach());
  4. for (index = 0; index < sopArray_<?=$_REQUEST['CODE']?>.length; ++index) {
  5. $('.form_id_'+formID).find("input[name='" + sopArray_<?=$_REQUEST['CODE']?>[index].now + "']").val($(sopArray_<?=$_REQUEST['CODE']?>[index].orig).val());
  6. if ( false ) {
  7. break function(outer);
  8. }} $('.form_id_'+formID).find("input[type='submit']").click();
  9.  
  10. });
  11.  
  12. if ( false ) {
  13. break function(outer);}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement