Giter VIP home page Giter VIP logo

Comments (2)

mechanicious avatar mechanicious commented on September 8, 2024 1

Prevent the default behaviour on button clicks contained within .dd:

$('.dd button').click(function(e){ e.preventDefault(); })

from domenu.

Preeti2 avatar Preeti2 commented on September 8, 2024

Hi,
I am facing the same issue but suggested solution work only for main plus button resides at the top.
my form gets always submitted on edit, of add item, remove an item.

I am using jquery.domenu-0.100.77.js version.

I am working in PHP file.
In one file second PHP file is loaded, this second file has this ddMenu.
Here is my
First.php

<script type="text/javascript" src="config->item('js_url'); ?>bootstrap-filestyle.min.js"></script>

  1. ">Book List
" role="form" enctype="multipart/form-data">
Image *
Image :
config->item('upload_path') . $img; if (file_exists($img_path)) { $img_url = $this->config->item('upload_url') . $img; } } ?>
photo
Scanning Distance 2.3 to 7 inches 4.2 to 13 inches 6 to 18 inches 8 to 23 inches 10 to 28 inches
Status $imagestatusv) { echo '' . $imagestatusv . ''; } ?>
Hierarchy Type * TopScorer Customized
Validity *
Remarks for Validity *
Page Number
Page Title
load->view('ct_heirarchy'); ?>

Defined Content


Save Content


Sr. No. Content Type Quantity
1 Videos 0
3 Tests 0
    </div>
</div>
<script type="text/javascript" src="config->item('js_url'); ?>custom/book_image.js"></script> <script type="text/javascript" src="config->item('js_url'); ?>jstree/jstree.min.js"></script> <script type="text/javascript" src="config->item('js_url'); ?>jquery.domenu-0.100.77.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.2.0/highlight.min.js"></script>

Here is my second file ie. ct_heirarchy.php

Create Customized Hierarchy

+
  • – +
     
    [item_name]
    ✎ + ×
    save
    1. from domenu.

      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.