Jump to content

jQuery sahayam


Crazy_Robert

Recommended Posts


                        $(function () {
                         $('#txtID').bind('input', function () {
                            //debugger;
                             if ($('#txtID').val().length == 9) {

                 
                                 ValidateForm();
                                 $('#FDB').valid();
                                 alert(1);
                                if ($('#validationErrorsCount').val() != "") {
                                     $('#validationErrorsCount').val("");
                                     return;
                                 }

                                 var data = {ID: $('#txtID').val() };
                                 $.ajax({
                                     type: 'Get',
                           
                                     url: '@Url.Action("BatchOrder", "IDSearch")',
                                     data: data,
                                     dataType: "html",
                                     success: function (data) {
                                         $('#NameView').html(data);
                                         //$('#NameErrorView').html(data);
                                         TextChangeEvent();
                                     },
                                     failure: function (data) {
                                         alert(data.responseText);
                                     },
                                     error: function (data) {
                                         alert(data.responseText);
                                     }
                                 });


                             }
                             else {
                                 $('#bdName').val("");
                             }
                         
                            return false;
                        });
 

EE code alert (1) message unna dhaggara aagipothundhi..

   ValidateForm();
                                 $('#FDB').valid();
                                 alert(1);

same code ni vere local lo unna vere project lo try chesthe working. tfs nunchi latest code pull chesi scratch nunchi chesa ..work avvatledhu..

jquery packages, scripts anni check chesa.. annee bane unnayi..

ID enter cheyyagane background lo service call -> ki   velli Name return cheyyali..

Any expert ??

Link to comment
Share on other sites

3 minutes ago, JAMBALHOT_RAJA said:

Script debut cheste jquery errors emaina unte  telustadi kada. Did you try that ?

Chusina kaka... Errors em chupinchatledhu.. chala weird thing idhi.

same code vere 2 r 3 days project folder lo back chesina dhantlo working 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...