Note that there are some explanatory texts on larger screens.

plurals
  1. POjquery not working in .net 2.0
    primarykey
    data
    text
    <p>I have vs 2005 and .net 2.0 ...my code is as follows:</p> <pre><code> &lt;%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Edw.aspx.cs" Inherits="BenefitsPaymentSystem.Edw" MasterPageFile="~/Main.Master" %&gt; &lt;asp:Content ContentPlaceHolderID="ContentPlaceHolder1" ID="EDWContent" runat="server"&gt; &lt;asp:Panel ID="pnlSearchEDW" GroupingText="Search Enterprise Dataware House " runat="server" CssClass="panel"&gt; &lt;asp:RadioButtonList Visible="false" ForeColor="midnightblue" ID="rblEDWSearchOtpions" runat="server" RepeatDirection="Horizontal" CellPadding="5" CellSpacing="10" OnSelectedIndexChanged="rblEDWSearchOtpions_Change" AutoPostBack="true" &gt; &lt;asp:ListItem Text="Client Serach" Value="Client"&gt;&lt;/asp:ListItem&gt; &lt;asp:ListItem Text="Program Area Search" Value="Program"&gt;&lt;/asp:ListItem&gt; &lt;/asp:RadioButtonList&gt; &lt;a id="lnkSearch" href="#" onclick="slidein();return false;"&gt;Begin Client Search&lt;/a&gt; &lt;br /&gt; &lt;br /&gt; &lt;/asp:Panel&gt; &lt;br /&gt; &lt;br /&gt; &lt;div id="clientdiv"&gt; &lt;asp:Panel id="pnlClientSearch" runat="server" CssClass="panel" Visible="true" GroupingText="Client Search"&gt; &lt;table&gt; &lt;tr&gt; &lt;td class="textCell"&gt;Case# and Suffix&lt;/td&gt; &lt;td class="dataCell"&gt; &lt;asp:TextBox ID="txtCaseAndSuffix" runat="server"&gt;&lt;/asp:TextBox&gt; &lt;/td&gt; &lt;td class="textCell"&gt;SSN&lt;/td&gt; &lt;td class="dataCell"&gt; &lt;asp:TextBox ID="txtSSN" runat="server"&gt;&lt;/asp:TextBox&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td class="textCell"&gt;CIN&lt;/td&gt; &lt;td class="dataCell"&gt; &lt;asp:TextBox ID="txtCIN" runat="server"&gt;&lt;/asp:TextBox&gt; &lt;/td&gt; &lt;td class="textCell"&gt;First/Last Name&lt;/td&gt; &lt;td class="dataCell"&gt; &lt;asp:TextBox ID="txtFirstName" runat="server"&gt;&lt;/asp:TextBox&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/asp:Panel&gt; &lt;/div&gt; &lt;asp:Panel ID="pnlProgramAreaSearch" runat="server" CssClass="panel" Visible="false" GroupingText="Program Area Search"&gt; &lt;table&gt; &lt;tr&gt; &lt;td class="textCell"&gt;&lt;/td&gt; &lt;td class="dataCell"&gt; &lt;asp:DropDownList ID="dddPrgramSearchList" runat="server" CssClass="ddl" Width="150pt"&gt; &lt;asp:ListItem Text="PA" Value="PA"&gt;&lt;/asp:ListItem&gt; &lt;asp:ListItem Text="NPA" Value="NPA"&gt;&lt;/asp:ListItem&gt; &lt;asp:ListItem Text="MA" Value="MA"&gt;&lt;/asp:ListItem&gt; &lt;asp:ListItem Text="ALL" Value="ALL"&gt;&lt;/asp:ListItem&gt; &lt;/asp:DropDownList&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/asp:Panel&gt; &lt;script type="text/javascript" language="javascript"&gt; $(document).ready(function() { alert(''); }); function slidein() { alert(''); $('#ctl00_ContentPlaceHolder1_pnlClientSearch').fadeIn('slow',3000); //$('#clientdiv').fadeIn('slow'); //retunr false; } &lt;/script&gt; </code></pre> <p></p> <p>The fadeIn is not working...altough the jquery document ready is being callledd.... I dont have any script errors ....I want the panel to slide in...I aslo tried out the slidein as well....</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload