GithubHelp home page GithubHelp logo

Comments (4)

techlab avatar techlab commented on September 16, 2024

Please use jQuery full versions (jquery-3.3.x.min.js) as the jQuery slim version (jquery-3.3.x.slim.min.js) is not yet supported.

from jquery-smartwizard.

Rajendra5oni avatar Rajendra5oni commented on September 16, 2024

@ techlab
Dipu Raj

Hi... Dipu Raj Sir
I have used jQuery Smart Wizard v6 plugin with Bootstrap v5.1.3 in my c# web Application but somehow it is not working. i have attached the output screen and .aspx code in this post. please check it and help me sir... there is no one error on run of this page.

**### smartWizard is not working
smartwizard demo screen

smartwizard aspx page code

.**

`<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="Server">

<link href="../Content/bootstrap.min.css" rel="stylesheet" />
<link href="../Content/smart_wizard.min.css" rel="stylesheet" />

</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="Server">
<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">


<%----%>





Loan Process




<asp:PlaceHolder runat="server" ID="ErrorMessage" Visible="false">


<asp:Literal runat="server" ID="FailureText" />


</asp:PlaceHolder>




<%----%>


</asp:UpdatePanel>

<script type="text/javascript" src="../Scripts/jquery-3.6.0.min.js"></script>
<script type="text/javascript" src="../Scripts/bootstrap.bundle.min.js"></script>
<script type="text/javascript" src="../Scripts/bootstrap.min.js"></script>

<script type="text/javascript" src="../Scripts/jquery.smartWizard.min.js"></script>

<script type="text/javascript">
    // SmartWizard initialize
    $('.smartwizard').smartWizard();
</script>

</asp:Content>`

from jquery-smartwizard.

techlab avatar techlab commented on September 16, 2024

@Rajendra5oni
Since the CSS class is not defined to any element, you should select the element with id not class. This is not an issue with the plugin but your code. Please correct with the following change.

$('#smartwizard').smartWizard();

from jquery-smartwizard.

Rajendra5oni avatar Rajendra5oni commented on September 16, 2024

thank you sir for your valuable reply.
Sorry sir... i don't want to say that an issue with the plugin but their is some mistake in my code but i could not find it.
i have tried also $('#smartwizard').smartWizard(); but still it is not working.

from jquery-smartwizard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.