Answer the question
In order to leave comments, you need to log in
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
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?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question