L
L
LebedevStr2017-06-01 20:32:00
css
LebedevStr, 2017-06-01 20:32:00

What is the error in this code (jquery on 6 lines)?

orderButton.popup({
      width : '650px',
      containerClass: 'popup_cont black',
      afterOpen : function(){
        loadpartdata();
      }
  });

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Pacification, 2017-06-01
@dmitry_pacification

It's not quite clear what you expect from the code?
And why can't it be written like this: afterOpen: loadpartdata();
Are you calling a function in order to call a function?

B
bigProblem, 2017-06-02
@bigProblem

What error exactly occurs?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question