User Profile

Collapse

Profile Sidebar

Collapse
quipo
quipo
Last Activity: Feb 12 '09, 10:47 AM
Joined: Jan 17 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • quipo
    replied to Accordion and ajax
    this way "sort of" works", just added an (ugly) onclick function, but stays open.
    JavaScript Accordion

    'ssorait, getting kinda tired of it.......
    See more | Go to post

    Leave a comment:


  • quipo
    replied to Accordion and ajax
    hey men,
    is all here, test page and files:
    JavaScript Accordion
    i still think it's a js issue, however thanks for your time, whatever the result.
    See more | Go to post

    Leave a comment:


  • quipo
    replied to Accordion and ajax
    forgot the link.
    i use : <a href="#" onclick="ajaxFu nction('var1',' var2','page_to_ query.php','res ult_div','loade r_div')">
    click for ajax</a>
    i like 'cos extremely simple, light, efficient.
    See more | Go to post

    Leave a comment:


  • quipo
    replied to Accordion and ajax
    sure,
    i use the basic (only 1k) 'cos i dont need the fancy stuff of jquery, mootools, etc..., i also tried to wrap the whole accordion.js with a "function abc(){
    $#!$@#
    }, but no luck.



    ajax.js
    Code:
    function ajaxFunction(_1,_2,pag,res_div,ldr){
    //    alert(ldr);
    var vi = document.getElementById(ldr);
    vi.style.visibility = "visible";
    var _3;
    try{
    ...
    See more | Go to post
    Last edited by gits; Jan 18 '09, 11:35 AM. Reason: added code tags

    Leave a comment:


  • quipo
    started a topic Accordion and ajax

    Accordion and ajax

    Hi,
    im using an accordion script but it doesnt work if i use it with ajax.
    example:
    Code:
    <div id="accordion">
         <dl class="accordion" id="slider">
               <dt>click here for the 1st pane</dt>
                     <dd>content of the 1st pane</dd>
               <dt>click here for the 1st pane</dt>
                     <dd>content
    ...
    See more | Go to post
    Last edited by quipo; Jan 17 '09, 09:41 AM. Reason: update
No activity results to display
Show More
Working...