Rule 1: on click event of span id="B" sets the value of input box id=A to the text value of Div B.
Rule 2: on blur event of text input box id="A"
set the value of div B to blanks
When I click on A, then B, B is erased before the value of B is copied to A Is there a way to influence order of jQuery listeners?
我希望点击事件能够主持这次模糊事件。