You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using alert i am able to set "transText" value on data['translate'] line no. 17 but without alert unable to set "transText" value on data['translate'] line no. 17
#1041
Open
nagendra87k opened this issue
Aug 26, 2017
· 0 comments
alert(transText)
16. -
17. - data['translate'] = transText;
18. - data['pk'] = params.pk;
19. - data['name'] = params.name;
20. - data['value'] = params.value;
21. - abc=params;
22. - data['english'] = 'EN;?>';
23. - return data;
24. -
25. - },
26. - success: function(response) {
27. - var obj = JSON.parse(response);
28. - if (obj.status == 1){
29. - $("#text-").html(obj.message);
30. - $("#checkbox-").prop('checked', true);
31. - }else {
32. - $("#text-").html(obj.message);
33. - $("#checkbox-").prop('checked', false);
34. - }
35. - }
36. - });
The text was updated successfully, but these errors were encountered: