Guest User

Untitled

a guest
Jun 20th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. ###########################################################
  2. $(document).ready(function() {
  3. $("#btncep").click(function(){
  4. if (segsp_renavam.val() != "") {
  5.  
  6. #Results:
  7. #segsp_renavam is not defined
  8. #[Break on this error] if (segsp_renavam.val() != "") {
  9. #
  10. #-------------------------------
  11. #
  12. #
  13. ############################################################
  14. $(document).ready(function() {
  15. $("#btncep").click(function(){
  16. console.log($('#segsp_renavam').val());
  17. if (segsp_renavam.val() != "") {
  18.  
  19. #Results:
  20. #Typed Data
  21. #segsp_renavam is not defined
  22. #[Break on this error] if (segsp_renavam.val() != "") {
  23. #
  24. #---------------------------------
  25. #
  26. #
  27. ############################################################
Add Comment
Please, Sign In to add comment