Reply to comment

Get JQuery Ui Version

I already found out, how to get the JQuery Version:

http://jquery-howto.blogspot.com/2009/02/how-to-check-jquery-version.html

  1. // Returns string Ex: "1.3.1"
  2. $().jquery;
  3.  
  4. // Also returns string Ex: "1.3.1"
  5. jQuery.fn.jquery;

But not, how to output the Version of JQuery ui.
So I would like to tell you how to reach this:

  1. jQuery.ui.version

Trackback URL for this post:

http://julian.pustkuchen.com/en/trackback/196

Reply

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd><blockquote>
  • Lines and paragraphs break automatically.
  • Pairs of<blockquote> tags will be styled as a block that indicates a quotation.
  • You can enable syntax highlighting of source code with the following tags: <c>, <cpp>, <css>, <drupal5>, <drupal6>, <java>, <javascript>, <mysql>, <php>, <python>, <ruby>, <smarty>, <xml>. The supported tag styles are: <foo>, [foo]. PHP source code can also be enclosed in <?php ... ?> or <% ... %>.
  • Textual smileys will be replaced with graphical ones.

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.