accordian blues Programming Web Development by ricksvoid Hi everyone, I've created an accordian menu for a web application containing many headings, sub-headings … Simple accordian menu using jQuery Programming Web Development by hawx I am trying to create a basic a accordian style menu. Im guessing i have done 90% of the … Simple accordian menu using jQuery Programming Web Development by hawx I am trying to create a basic a accordian style menu. Im guessing i have done 90% of the … Random Problem... Digital Media UI / UX Design by <M/> …} * { margin:0; padding:0; list-style:none; } #basic-accordian{ border: 5px solid #EEE; padding: 5px; width: 700px; position: absolute…} em { color: #c30; } Html: <div id="basic-accordian" ><!--Parent of the Accordion--> <!--Start… How to Pass Model to Partial view and other Model to View will display Part Programming Web Development by Ahmed_39 …{ <a data-toggle="collapse" data-parent="#accordian" href="@item.Tabs.mainTabName"> <span… <a data-toggle="collapse" data-parent="#accordian" href="@Url.Action("View", "MainCats… [B]Bind Sql server database to jquery Acccordian panel[/B] Programming Web Development by sadafmukhtar i m unable to handle jquery accordian i want to bind it to ta database coz m … but........... m unable to connect and show daabse values in accordian dun know whther my connection is onot ok or my… colspan is messing up my table Programming Web Development by berserk …;td colspan="12"> <div class="accordian-toggle collapse" id="row<?php echo $rownumber…;td colspan="12"> <div class="accordian-toggle collapse" id="row<?php echo $rownumber… Re: expand and collapse based on individual table entries Programming Web Development by berserk …;td colspan="12" > <div class="accordian-toggle collapse" id="row"> <table…;thead> <tr> When I call that class accordian-toggle if i leave out the initial state "collape… links in c# text to database Programming Software Development by iamalex … finds it in the database and opens up in an accordian. In the text that it opens up which is the… Spry Tabbed Panels Display Problem Digital Media UI / UX Design by bru77 … are other spry elements on the pages aswell like an accordian and horizontal menu bar that displays no problem so I… error when check box is placed in accordianpane Programming Web Development by jamshed ahmed …;button"/> when this checkbox is placd out of accordian then it works fine but when it is placed withing… how to refresh master page from code behind?? Programming Web Development by hitro456 … have a web application with master page. master page has accordian (vertical) menu with favorites section where user can drag menu… expand and collapse based on individual table entries Programming Web Development by berserk …;td colspan="12"> <div class="accordian-body collapse" id="row"> <table… expand and collapse based on individual table entries Programming Web Development by berserk …;td colspan="12" > <div class="accordian-body collapse" id="row"> <table… Re: expand and collapse based on individual table entries Programming Web Development by berserk …;td colspan="12" > <div class="accordian-toggle collapse" id="row"> <table… Cant get nested bootstrap table working right Digital Media UI / UX Design by berserk … = 0; $u <= $rownumber; $u++) { ?> <div class="accordian-toggle collapse" id="row<?php echo $u… form submit without page refresh using ajax Programming Web Development by UK-1991 … page after he submits the form as there are bootstrap accordian tabs data is submitting properly and retriving as well no… Re: Slide In, Slide Out, ala Digg Programming Web Development by stretch4x4 …; var slideinterval; var divheights = new Array(); //these two added for accordian function var go2 var q // the delay between the slide… back to us return (arrReturnElements) } //the following by stretch for accordian effect see second link for how to trigger it function… Re: Slide In, Slide Out, ala Digg Programming Web Development by stretch4x4 …> This div is a bit bigger to show the accordian effect on unequal size divs. </div> </p…> This div is a bit bigger to show the accordian effect on unequal size divs. </div> <script… Re: ASP.NET GridView order of operation Programming Software Development by Dr Dave … issue. Because I am using an AJAX extender (specifically, the accordian extender) on the first time the page loads any ASP… Re: Slide In, Slide Out, ala Digg Programming Web Development by stretch4x4 … link to toggle two of these (i am doing the accordian effect) The only problem is I still don't know… Re: JavaScript Custom Object Scope: Why does it work? Programming Web Development by Airshow … suggest that you find a better example of a Javascript accordian. I think Jquery (or Prototype or both) has one built… Re: Help w/ Drop Down Box Digital Media UI / UX Design by drjohn …-tutorials-for-designers/[/url] Alternatively, have a look at the accordian effect on any page other than the index page of… Re: javascript validation problem when check box is placed at accordianpane Programming Web Development by Ramesh S … names when you put the control inside containers such as Accordian control. Find the actual ID of the control by opening… Re: Expanding and Collapsing Div via Jquery & CSS Digital Media UI / UX Design by drjohn … from another site which gave it away free). Look for accordian.js. It uses two divs - accordianButton and accordianContent. It was… Re: nested foreach loop issue Programming Web Development by mmcdonald I'm struggling to see how I could use that to seperate accordian titles from the collapsable sections? Wouldn't I still be in the same situation but with just one query? Or am I not thinking hard enough.. Probably the latter Re: accordian blues Programming Web Development by ashumiloff Check this out, hope it helps [url]http://thewebpepper.net/post/2010/01/31/Accordion-Menu-within-a-Nested-Master-Page.aspx[/url] accordian llink Programming Web Development by AARTI SHRIVAS <?php //session_start(); include("connection.php") ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head>… Re: accordian llink Programming Web Development by diafol Did you seriously just post 10,000 lines of code? Really?? Re: Simple accordian menu using jQuery Programming Web Development by diafol You want the javascript/ajax forum: [url]http://www.daniweb.com/web-development/javascript-dhtml-ajax/117[/url] [B]This is php.[/B] //By hide, you mean as in 'disappear' or 'close' (roll up). If they 'disappear' how do you get them back again?