+ Reply to Thread
Results 1 to 4 of 4

Thread: Is There a Script For This?

  1. #1
    Junior Member
    Join Date
    Dec 2006
    Location
    Look to your left...
    Posts
    70

    Default Is There a Script For This?

    Well, I'm pretty new to javascript and I was curious where I could find a script for sorting lists. Like, one column would have a title while another would have the number of chapters, and another would have a date. Where could I find a script for sorting that?
    Chou: butterfly...
    omoi: thought; mind; heart; feelings; emotion; sentiment; love; affection; desire; wish; hope; expectation; imagination; experience...
    chou omoi
    butterflyspirit

  2. #2
    Beginner
    Join Date
    Dec 2006
    Posts
    12

    Default Re: Is There a Script For This?

    u mean like a graph? or iframes?

  3. #3
    Junior Member
    Join Date
    Dec 2006
    Location
    Look to your left...
    Posts
    70

    Default Re: Is There a Script For This?

    Oh I just mean text like:
    Alphabetical Order
    Last Updated
    Published Date
    Status (in progress, completed)
    Things like that with just text.
    Chou: butterfly...
    omoi: thought; mind; heart; feelings; emotion; sentiment; love; affection; desire; wish; hope; expectation; imagination; experience...
    chou omoi
    butterflyspirit

  4. #4
    Forum Leader
    Join Date
    Jul 2005
    Location
    Leeds, England
    Posts
    648

    Smile Re: Is There a Script For This?

    I'm pretty sure that this kind of thing would be rather simple to do using AJAX methods if your data is stored in a database.
    With AJAX (Active JavaScript And XML), you'd use JavaScript to send a request to a server side script (PHP, Rails, Perl or whatever you're using) when a column header is clicked.
    Then, the backend would respond by ordering database results according to whatever it has to work on (assuming that Publishing Date, Status and so on are database table fields) and it would return the output.
    Because of the AJAX, the output would then be inserted into the currently loaded page without reloading it.
    PHP, CSS, XHTML, Delphi, Ruby on Rails & more.
    Current project: CMS Object.
    Most recent change: Theme support is up and running... So long as I use my theme resource loaders instead of that in the Rails plug-in.
    Release date: NEVER!!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Paid to Post script - very good, very cheap!
    By Papworth in forum Sell Websites
    Replies: 4
    Last Post: 12-09-2006, 11:48 PM
  2. BioSpherical - New unique script - $40 OFF
    By thepurplecow in forum Scripts
    Replies: 5
    Last Post: 12-01-2006, 02:43 PM
  3. Excellent Arcade Script
    By lionsgate in forum Scripts
    Replies: 6
    Last Post: 12-01-2006, 04:13 AM
  4. Best FREE Membership Script!!!
    By danielneri in forum Scripts
    Replies: 11
    Last Post: 08-05-2006, 01:43 PM
  5. Replies: 1
    Last Post: 09-24-2004, 01:13 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts