That is the problem, $('#CrystalImage1') is not returning the image.
This is the html i find in chrom dev:
http://project.tiggzi.com/views/8d54594 ... -image.jpg" rel="nofollow"http://project.tiggzi.com/views/8d545.../a" id="j_38" dsid="CrystalImage" name="CrystalImage" style="border-top-left-radius: 10%; border-top-right-radius: 10%; border-bottom-right-radius: 10%; border-bottom-left-radius: 10%; width: 100%; height: auto; display: block;""
It's not excepting the new image on page load, and I've tried a few different methods.
I just need to do this the easiest way. So i switched to using the tiggzi builder. Using the builder i set a local storage variable with the http address, and then set the property of the image asset, to that variable. It didn't work either, but this is what i got:
div data-role="page" style="min-height:480px;" dsid="CrystalPage" id="j_32" src=""http://mobilepublications.net/Healing...;"
class="type-interior" data-theme='e' data-add-back-btn="true" data-back-btn-text="Back"
and this remained the same:
http://project.tiggzi.com/views/8d54594 ... -image.jpg" rel="nofollow"http://project.tiggzi.com/views/8d545.../a" id="j_38" dsid="CrystalImage" name="CrystalImage" style="border-top-left-radius: 10%; border-top-right-radius: 10%; border-bottom-right-radius: 10%; border-bottom-left-radius: 10%; width: 100%; height: auto; display: block;"
Not sure why the image ended up on the page. But it also added an extra quote for some reason. there aren't any quotes on the original storage variable. Any thoughts on how to fix this?