$(jquery)
them's the breaks

examples and a bit of doc

August 19, 2007 06:26 by theahuramazda

working the way through blogengine.net and managed to create a controls section and a downloads area.

jquery.combobox examples and api documentation can be found here

or click on 'jquery.combobox' under the controls section in the menu on the left.

note: the sections are not fully up-to-date and the api documentation requires a lot more explanation and examples as well. 


Currently rated 4.0 by 2 people

  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Categories: combobox
Actions: E-mail | Permalink | Comments (3) | Comment RSSRSS comment feed

Related posts

Comments

August 18. 2007 01:44

Gravatar

Nice work mate!!

eDu

March 10. 2008 08:54

Gravatar

Exactly what I need, but it seems to break the change message that I use for an ajax call:

$(function(){
$("select#workout_id").change(function(){
//alert($("select#workout_id").val());
$.get("elite.php?c=user&m=workout_desc",
{workout_id: $("select#workout_id").val()});
});
});

I'm new to jQuery--any suggestions to fix this behavior?

Thanks!

Hasib

Hasib

March 10. 2008 08:56

Gravatar

Sorry, line breaks appear to be filtered out.

Hasib

Add comment


(Will show your Gravatar icon)  

  Country flag




Live preview

July 5. 2008 16:14

Gravatar