I have been working on this for quite a long tym..couldnot find a solution..
here is code for a navbar having 3 elements...
<div data-role="navbar" style="background:#82C1D7; margin-top:0.5em;">
<ul data-autodividers="true" >
<li>
<a href="" style="font:Arial, Helvetica, sans-serif; font-size:14px;background:transparent" onClick="mofcall()">MOF</a></li>
<li>
<a href="" style="font:Arial, Helvetica, sans-serif; font-size:14px;background:transparent" onClick="remarkcall()">Remarks</a></li>
<li>
<a href="" style="font:Arial, Helvetica, sans-serif; font-size:14px;background:transparent" onClick="approvalcall()">Approval</a></li>
</ul></div>
MY PROBLEM :
I have an application in which members from different departments of an organisation can login and view their requests/messages..
Now the problem here is that i have a have to be showing only MOF,Remarks(first 2 href of my code) to members of one department and remarks,Approval(last 2 hrefs of my code) only to other department members.. How would i hide or show these dynamically ??? can u pls help me out ??
SIMILAR POST:
enter link description herego to this and come back to my problem
Now as it is specified there i wanna hide my contents dynamically...also my other two contents must take 1/2 width...
Is this clear now ?? or do i still need to be precise ?? Sorry guys..I m new to these stuff...so pls teme if i m not clear !!