Skip to main content

Bug Tracker

Side navigation

#9163 closed bug (invalid)

Opened May 07, 2011 04:12AM UTC

Closed May 07, 2011 09:08AM UTC

Enable/disable menu bar

Reported by: abdul-hussain@in.com Owned by: abdul-hussain@in.com
Priority: low Milestone: 1.next
Component: misc Version: 1.6
Keywords: Cc:
Blocked by: Blocking:
Description

Sir my jquery menu bar is not disable in firefox, actually i am using C# code,in C# first on page load i just disable the all page then as per user accessesibility the page will enable this all work fine in IE, i send u a piece of code


<%-- Home menu--%>

<li><a id="admin" runat="server" href="#" class="parent"><span>Administrator</span></a>

<div>

<ul>

<li ><a id="Company_Details" runat="server" href="Company_Details.aspx"><hr/><span>Company Details</span><hr /></a> </li>

<li ><a id="Certificates_Documents" runat="server" href="#"><span>Certificates & Documents</span><hr /></a> </li>

<li ><a id="Directors_Details" runat="server" href="#"><span>Director's Details</span><hr /></a></li>

<li ><a id="User_Permission" runat="server" href="User_Permissions.aspx"><span>User Permission</span><hr /></a></li>

<li ><a id="User_deletion" runat="server" href="#"><span>User deletion</span><hr /></a></li>

<li ><a id="Internet_Permission" runat="server" href="#"><span>Internet Permission</span><hr /></a></li>

<li id="AdminReport" runat="server"><a href="#" class="parent"><span>Report</span><hr /></a>

<div>

<ul>

<li id="log" runat="server"><a href="#"><hr /><span>Log in Reports</span><hr /></a></li>

<li><a href="#"><span>User Details</span><hr /></a></li>

</ul>

</div>

</li>

<li id="Backup" runat="server"><a href="#"><span>Backup</span><hr /></a></li>

</ul>

</div>

</li>

<li><a id="Properties" runat="server" href="#" class="parent"><span>Properties</span></a>

<div>

<ul>

<li><a href="#" class="parent"><hr/><span>Master</span><hr /></a>

<div>

<ul>

<li ><a id="Properties_details" runat="server" href="Property.aspx"><hr /><span>Property Details</span><hr /></a></li>

<li ><a id="Owner_Agreement" runat="server" href="APMS_Agreements_With_Owners.aspx"><span>Owner's Agreements</span><hr /></a></li>

<li ><a id="APMS_lease_Details" runat="server" href="#"><span>APMS Lease Details</span><hr /></a></li>

</ul>

</div>

</li>

<li><a h


in these piece of code i take ID of that aspx page which i want to enable/disable

Attachments (0)
Change History (2)

Changed May 07, 2011 09:07AM UTC by addyosmani comment:1

component: unfiledmisc
owner: → abdul-hussain@in.com
priority: undecidedlow
status: newpending

Thanks for submitting a ticket to the jQuery Project! Unfortunately, we are unable to assist with debugging or fixing issues that are not related to a specific problem with jQuery Core.

We are also unable to assist with fixing third party plugins. I recommend that you re-post for help in the official jQuery forums or alternatively on the #jquery channel on freenode, where a member of the community may be happy to assist you in figuring out how to fix your code.

Changed May 07, 2011 09:08AM UTC by addyosmani comment:2

resolution: → invalid
status: pendingclosed

Not a jQuery Core issue.