Jquery versions in an ext.net 2.4 project

  1. #1

    Jquery versions in an ext.net 2.4 project

    Is it possible to use Ext.Net together with jQuery version 2.0.3. In my Ext.Net project I get a loading runtime error.

    Click image for larger version. 

Name:	jquery2Error.JPG 
Views:	19 
Size:	90.7 KB 
ID:	7442

    Using jQuery ver. 1.7.1 the project runs fine.


    I believe this is a simple question but searching on "jquery ext.net versions" does not produce any answers.
  2. #2
    I tested using the following sample, and all seems to work well.

    Example

    <%@ Page Language="C#" %>
    
    <script runat="server">
        protected void Button1_Click(object sender, DirectEventArgs e)
        {
            X.Msg.Notify("Time", DateTime.Now.ToLongTimeString()).Show();
        }
    </script>
    
    <!DOCTYPE html>
    
    <html>
    <head runat="server">
        <title>Ext.NET Example</title>
    
        <script type="text/javascript" src="http://code.jquery.com/jquery-2.0.3.js"></script>
    </head>
    <body>
        <form runat="server">
            <ext:ResourceManager runat="server" />
    
            <ext:Button runat="server" Text="Submit" OnDirectClick="Button1_Click" />
        </form>
    </body>
    </html>
    Geoffrey McGill
    Founder

Similar Threads

  1. Replies: 1
    Last Post: Apr 12, 2013, 12:29 PM
  2. [CLOSED] Ext.Net and ExtJs versions
    By bogc in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 09, 2013, 4:44 PM
  3. [CLOSED] Ext.net versions
    By bbo1971 in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Aug 17, 2012, 8:34 AM
  4. Change of syntax between versions
    By UserClarion in forum 1.x Help
    Replies: 5
    Last Post: Jun 28, 2012, 6:04 PM
  5. How to get the old versions
    By zjl in forum Open Discussions
    Replies: 5
    Last Post: Nov 05, 2010, 5:26 PM

Tags for this Thread

Posting Permissions