rtuee
how can i remove p tag. i'm use rich text box. What I have tried: <script type="text/javascript"> $(document).ready(function () { var id = 0; $.getJSON('http://localhost:25012/NewsRestService.svc/NewsById/' + id, function (data) { var out = ""; var i; for (i = 0; i < data.NewsByIdResult.length; i++) { out += '
' + data.NewsByIdResult[i].SourceVersion + '
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)