6
Answers

Js tree from js file issue

Guhananth S

Guhananth S

3y
550
1

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)