Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Unobtrusive Fast-filter Dropdown

Unobtrusive Fast-filter Dropdown 11 years 11 months ago #19317

  • dearminds
  • dearminds's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
Hi,
I would like to upgrade the search filter of "events" on this page:
administrator/index.php?option=com_dtregister&controller=event
With this: http://code.google.com/p/ufd/ , but I can not do it, I have put the javascript code but it ignores.

Why?
script type="text/javascript"
$(document).ready(function () {
$("#eventId").ufd( {submitFreeText:true, log: true} );
});
/script
<select id="eventId" onchange="document.adminForm.submit()" name="eventId">
<option selected="selected" value="">Select Event</option>
<option value="2">Discovery (11-06-2012 01:00 PM - 06:00 PM)</option>
<option value="3">Discovery (11-06-2012 08:00 AM - 01:00 PM)</option>
<option value="4">Discovery (11-06-2012 08:00 AM - 01:00 PM)</option>
<option value="1">Test (10-26-2012 10:25 AM - 10:25 AM)</option>
</select>

Thanks,

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.206 seconds