Guhananth S

Guhananth S

  • NA
  • 57
  • 0

Js tree from js file issue

Nov 28 2021 4:49 AM

Hi

i have mvc aspx page . 

<input type="text" id="txtName">

<div id=myClient>

<link src="/myClient.js">

 

myClient.js file

function()

{

('$textName').blur(function {

var txt= ('$textName').value();

myClient.js(load){

call jsonResult here to show tree view

}

 

}


Answers (6)