[jQuery] jtemplates & null data
I've got a page that I'm converting over to use jTemplates, but the data it's returning contains null data (eg - missing email address or people who are retired and have no work address/phone). When I was processing the JSON manually and spitting out HTML, I wrote a function that returned an empty string if the data was null or the data itself. Is there a way I can do this using jTemplates?
Thanks,
Dave