doedje / jquery.soap

This script uses $.ajax to send a SOAP:Envelope. It can take XML DOM, XML string or JSON as input and the response can be returned as either XML DOM, XML string or JSON too.
352 stars 147 forks source link

optimize for-loops #118

Closed ChristofVerhoeven closed 7 years ago

ChristofVerhoeven commented 7 years ago

set length of array in variable on initialize, don't calculate length in condition of every iteration