JR

Results 2 comments of JR

You can use this function function checkEqual(selectedOption, currentOption) { if (selectedOption.id == currentOption.id) return true; } In the render portion you can call the function with the parameter **testOptionEqual** This...

function cp() not working it throws an internal error Not found An Internal Error Has Occurred. I am calling in this way from my controller in following way. $conds =...