0

I am Uploading both data and files in one form using Ajax as given answer in the post Uploading both data and files in one form using Ajax?

I need to display the response in the alert as shown below

file uploaded successfully
Thanks for uploading

But i am getting response as file uploaded successfully<br/>Thanks for uploading So, can any one tell me how to get the response without any html tags..

4

1 に答える 1

2

$(data).text()ストリッピング用<br/>

于 2013-04-30T07:33:12.833 に答える