I m not sure if this has already been answered, but here goes
I have 4 tabs, two of which I load through controller calls; the remainder I d like to vary the href
s of and load automatically/on demand.
My problem is that even assigning a fixed href
like "www.google.com" is not doing the job of displaying the remote page; and the two tabs with the variable href
s are properly being changed to the correct value, like so -
$("#anchor_ID").attr("href", "myURL"+var1)
where anchor_ID
is the <a href="..." id="anchor_ID" ....></a>
but, these tabs don t load the content as expected.
Any points to check, what could be going on here? How much more info would you like for me to provide?
Thanks a bunch