Skip to main content

All Questions

Tagged with
0 votes
0 answers
19 views

fire event by click a control inside accordion

I have an Accordion that populate from database. If I click on a static control such a Button, event fires. But if I create dynamic Control Like LinkButton inside Accordion, event not works. on top of ...
Navid Abyazi's user avatar
1 vote
1 answer
194 views

Maintaining state of Bootstrap accordion with ajax

I'm using ajax to recieve data from an API, which executes every second. To display the data in a web interface, the HTML code with a bootstrap accordion containing the data gets rewritten for every ...
ochinori's user avatar
0 votes
0 answers
50 views

How can I have two scripts that call for two different ajax libraries run at the same time?

I honestly have very little knowledge on jquerys and javascripts; however, I seem to have a problem of trying to call two ajax jquery libraries at once. On my webpage, I have an accordion that clicks ...
Shin's user avatar
  • 1
0 votes
1 answer
510 views

Bootstrap accordion not showing correctly when created with ajax call

I have no problem creating accordion from bootstrap manually. But in the ajax call it doesn't render correctly. My ajax call : function LoadReservation() { $.ajax({ url: '@ecuriePath' + ...
Jeremy's user avatar
  • 167
1 vote
0 answers
258 views

Accordion - Open first entry after Ajax Call

I have a little problem with an accordion on my site. I'm showing several events in a calendar view, which is working fine. Configured it to open the first entry when the site is loading, which also ...
Timo Menger's user avatar
1 vote
2 answers
3k views

Create accordion table with div

function insertObject() { var data = [{ "nodeid": 1, "vendor": "0x0345", "product_id": "0x0201", "product_type": "0x0008", "home_id": "0xD087E344", "...
mecnism's user avatar
  • 195
3 votes
1 answer
5k views

Create dynamic Bootstrap 4 Accordion with data from Ajax call

I'm attempting to create a Bootstrap 4 Accordion. I'm using an Ajax call to get the data, and the data is correctly logging to console. I'd like to do a ForEach loop, and append a new card to the ...
Will's user avatar
  • 179
0 votes
1 answer
511 views

SharePoint Accordion not loading properly

I am working on a SharePoint page, utilizing the jslink for the list web part. I have the following code written out: (function () { var overrideCurrentContext = {}; overrideCurrentContext....
BeMuRR187's user avatar
1 vote
1 answer
646 views

Accordion Table + Date Range Picker + AJAX

I am trying to change the inside of a DIV when the date in the Date Range Picker is changed. I am using Date Range Picker, and Accordion Table to help with this page. The DIV contains an accordion ...
LucyTurtle's user avatar
  • 1,113
0 votes
1 answer
2k views

Bootstrap Collapse not working with Ajax created content

I'm using Ajax to get some [data] that's used to set attributes within a cloned div. Within this div is a bootstrap accordion: <div class='accordion-toggle' data-toggle='collapse' data-target='' ...
Chupakraw's user avatar
1 vote
1 answer
13k views

Bootstrap Accordion with dynamic ajax content

I want to create an accordion with a content from ajax. So, my HTML is : <div class="latestinfo panel-group" id="accordion" role="tablist" aria-multiselectable="true"> // DYNAMIC CONTENT HERE &...
taek's user avatar
  • 1,099
0 votes
1 answer
89 views

AJAX Accordion BREAKS when I add table into section

Novice developer here... I've recently discovered the AJAX accordion and it is perfect for what I am trying to create. I have created four sections/panes and I can switch between the panes smoothly. ...
Artical Don's user avatar
3 votes
2 answers
5k views

To keep the opened collapsible panel open after an AJAX refresh

I have a main page which has a partial view. The partial view is refreshed every 60 seconds and I use AJAX to load the partial view. The code for the main page and the scripts and styles are as below. ...
The_Outsider's user avatar
  • 1,925
0 votes
1 answer
26 views

Calling JPagination with limit function in ajax-accordion's page

Good day, everyone! Here's the problem I recently encounter. I've used joomla template for my site. Then in the views directory I have a page that calls for a lists of employees. I've used ajax-...
MoonPrincess's user avatar
0 votes
1 answer
250 views

AJAX ASP .NET Accordion Button Action

I have an accordion dynamically creating entries based on databind() record count. I am trying to attach a handler and call an action in C# code behind when they click a button. I need to delete by ...
user654936's user avatar

15 30 50 per page
1
2 3 4 5
7