newbie27
asked on
flexigrid script slight modifications
Hello Experts,
I have a piece of code which is been called twice to display data in the Flexigrid. Basically I am calling one as a default selection and another when the user picks up the choice(name) from the drop down list box to show details of the selected item in the Flexigrid.
In the other function I am having almost the same code but with very few changes, I am hoping to create one function and pass appropriate values either default or the list name.
Please can you help me in this.
Thanks
S
I have a piece of code which is been called twice to display data in the Flexigrid. Basically I am calling one as a default selection and another when the user picks up the choice(name) from the drop down list box to show details of the selected item in the Flexigrid.
In the other function I am having almost the same code but with very few changes, I am hoping to create one function and pass appropriate values either default or the list name.
Please can you help me in this.
Thanks
S
ASKER
function showListDetails(sListName)
{}
showListDetails(cookieName )
Or
showListDetails(existingLi stName)
can we make the above in one function hielo? please advice ...
I dont want to display anything if there neither cookie name or list name exist
thanks for your help
{}
showListDetails(cookieName
Or
showListDetails(existingLi
can we make the above in one function hielo? please advice ...
I dont want to display anything if there neither cookie name or list name exist
thanks for your help
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
thanks hielo,
query for both these calls are different Hielo, can you please help me in passing appropriate query to the function here
https://www.experts-exchange.com/questions/23483765/jquery-passing-parameters.html
thanks
sam
query for both these calls are different Hielo, can you please help me in passing appropriate query to the function here
https://www.experts-exchange.com/questions/23483765/jquery-passing-parameters.html
thanks
sam
ASKER
thanks
ASKER
Open in new window