Blog

Blog » jQuery UI v1.5 Released, Focus on Consistent API and Effects

Posted June 9th, 2008 by Paul
We recently discovered an issue with the download builder which caused it to serve cached 1.5rc1 files instead of the final package. We sincerely apologize for the inconvienience caused by this and strongly suggest to download jQuery UI 1.5 again if you downloaded it as a configured package.

Additionally, an issue has been found in ThemeRoller that causes the downloaded images to be default images in most cases. The issue was fixed now, and we also suggest you to try out downloading your theme again.

jQuery UI 1.5: Rethinking Our Approach to UI

ws_Path_of_Light_1024x768.jpg

When we first started with the UI project, we set out to build a generic, basic, and simple way of adding and extending core interaction to DOM elements. However, we soon found that our approach wasn’t working for UI. Using the “simple” approach, we were only able to serve simple interaction modules, but not full featured UI widgets. The second problem was that some plugins came from external sources making the UI suite seem disjointed and inconsistent.

All of this occurred right after we released 1.0 and we immediately realized it was time to reconsider our path. We had to find a approach that kept the simplicity of jQuery while making it possible to add full featured widgets to UI. We also already knew that something very simple to use is very challenging to develop. The first task was to build a generic API that allowed for maximum flexibility while being amazingly simple. The next task was making it similarly simple to develop plugins for that API.

One API to Rule Them All

What we came up with, was an API that removed 95% of our exposed methods, and kept only one single overloaded method per plugin. For example:

  • $(”div”).draggable() creates a draggable
  • $(”div”).draggable(”destroy”) destroys it
  • $(”div”).draggable(”method”) calls another method on the plugin.

The new API also makes all callbacks behave similarly, exposes the default options for each plugin and intelligently cleans up plugins using remove(). We also made it possible to update plugin options on the fly, and added smaller updates that make UI feel like one suite.

In order to make this happen, we removed the jquery.dimensions.js (which can now be found in jQuery core), the ui.mouse.js and the *.ext.js dependancies, introduced a ui.core.js (which includes many useful helpers) and created the jQuery UI widget factory which makes creating a new plugin for UI amazingly simple while making it very difficult to break the API.

Stability, Debugging, Testing and jquery.simulate

It was extremely important that jQuery UI v1.5 was not only feature-rich but also stable. We took several steps to greatly improve our debugging and testing including the setup of our own dedicated bugtracker with jQuery UI specific version and milestone targeting. We also invested a lot of time into new unit tests that make use of the jQuery test suite Qunit. Finally, we created jquery.simulate.js, a plugin specifically designed to fire true browser events. This means, you can actually tell the plugin to pick up your draggable, move it to a certain position and release it again, just if you’d be talking to a real testing person.

The Need for Effects: Enter Enchant

One of the great things in being able to take a step back is that it offers a totally different perspective on what a full-featured UI solution should offer. While jQuery UI v1.0 was currently offering a nice suite of UI controls, users were in need of solid effects like those offered in libraries such as script.aculo.us and jQuery UI’s former inspiration, Interface. Unfortunately, Interface was no longer being updated which left a bit of a hole in terms of effects; hence a new project called “Enchant” was born. Originally planned to be released as a complementary library to jQuery and jQuery UI, we realized that it made perfect sense to merge Enchant with jQuery UI allowing users easy access to advanced effects and UI controls from one solution.

We’re proud to announce that Enchant is now a part of jQuery UI and jQuery users now have a unified solution for their effects and UI needs. The jQuery UI effects can be used standalone or together with UI and have a separate core which extends the jQuery core to introduce advanced easing, class transitions (morphing) and color animations. All effects are tightly integrated into the main API and can be used as standalone ( $(..).effect() ) or directly from within jQuery methods you already know ( hide()/show() ).

Overall, we already have more than 15 ready-to-use effects for you to use in your projects, not only those provided by script.aculo.us (blind,bounce,drop,fold,slide …), but also fresh, new effects (transfer, explode. clip, scale) that make jQuery UI a great library enhancing your applications!

As promised in one of the last blog posts, it comes with a complete documentation and a combined demo page to let you see them in action.
themeRoller_ui_full.png

Roll Your Own Themes: ThemeRoller!

One of the first things that a user typically wants to do when using new UI controls is “skin” them to match their site’s color schemes. Obviously, when you have UI controls from varying sources, the ability to provide a consistent “theme” across all controls becomes much more difficult since most component authors have their own method of skinning their controls. We took a serious look at this and made it a priority to have a consistent default theme that users could use as a template for customizing jQuery UI’s set of widgets.
We reached out to Boston-based Filament Group for some help in this and they were all for it. Being very invested in jQuery, they saw this as a great opportunity to further help the project. Well, what went from an discussion outlining a single default theme quickly blossomed into jQuery UI’s killer app; ThemeRoller.

ThemeRoller offers a unique approach to theming UI components specifically built for jQuery UI. With ThemeRoller, you can create your very own theme for your project within minutes. It’s completely intuitive, comes wich rich controls to change the color and design of each state, and then previews your theme with the actual UI components as you work!

You now have literally millions of combinations to chose from. Any theme you create can be reached by copying the URL at any point in your progress; and after you’ve played with it enough, you can click the download button and a ZIP package is generated with the css file, the images and a demo page.

In addition, ThemeRoller also includes a theme gallery to browse for downloads and inspiration. Creating a theme for your application doesn’t get any easier than this; it’s simply that amazing.
We really want to extend our deepest gratitude to the amazingly talented folks at the Filament Group for creating this amazing application.

Oh and by the way, you can also reach ThemeRoller by direct URL at: ThemeRoller.com. If you want to know more about this great app and how it’s done, visit the excellent blog writeup by Filament Group!

Plugin Stabilization and Enhancements

The biggest improvements and changes were done on individual plugin code. Almost every plugin has been completely rewritten from scratch to optimize stability and performance and every plugin now comes with a bug changelog. We also focused heavily on enhancing options and increasing flexibility (e.g. connecting sortables to draggables) to allow our plugins to be used in almost every environment.

The best way to get a full feel for every enhancement to jQuery UI’s components is to review the changelog. It’s fairly extensive and gives an indication of the incredible effort put in by the UI team. In the near future, we’ll be creating postings and articles which outline the newest features of UI’s components. In the meantime, we suggest you read our blog post about jQuery UI 1.5b, which explains many of the mouse interaction changes (sortables, draggables, slider), and dig through the documentation and the changelog yourself.

Downloading

jQuery UI v1.5:

Final Release: http://ui.jquery.com/download

You can also checkout the full release of jQuery UI v1.5 from the Subversion repository.

There’s more to come!

coverflow.png

This has truly been an amazing effort and we’re very proud to be able to offer a comprehensive UI solution to the jQuery community.

We’re already planning the next release and have a huge roadmap that contains plugins like grid, tooltips, menus, colorpickers, autocompletes and much more. Many of them are already done and commited code-wise. We’ve also planned plugins using new technologies like Webkit’s css transforms (see the recent coverflow plugin), so stay tuned.

None of this would’ve been possible if not for the amazing efforts and dedication the jQuery UI team. They’ve dedicated so much of their personal and professional time to create this amazing library and they deserve so much credit for their hard work. We also want to thank the jQuery core team, with whom we worked closely together to integrate many needed features into the jQuery core itself.

Last but certainly not least, we want to give a VERY special thanks the Liferay staff, who invested countless hours into the development of the new UI website, and with whom we worked closely together to stabilize jQuery UI for all kinds of enterprise situations.

Thank you for all of your support,

Paul Bakaus & the jQuery UI Team


262 Responses to “jQuery UI v1.5 Released, Focus on Consistent API and Effects”

  1. Ajaxian » jQuery UI 1.5: Effects, API, and Themes Says:

    […] […]

  2. Igor Loginov Says:

    Paul,

    My congratulations on the release! Very hard work with a superior result!

  3. dave Probert Says:

    Congratulations.

    But you need to fix the download link - there’s a dot at the end of it which gives a 404 error.

    Also it’s still RC1 on the page (and download) - not a final release.

    But apart from that - good work.

  4. James Oppenheim Says:

    Wow, great work. I can’t wait to give it a try.

  5. Cloudream Says:

    A fantastic theme builder… :)

  6. rdworth.org » jQuery UI 1.5 Final Release Says:

    […] jQuery UI v1.5 Released, Focus on Consistent API and Effects […]

  7. jQuery UI - bueltge.de [by:ltge.de] Says:

    […] Für das JavaScript-Framework jQuery gibt es das Plugin jQuery UI, welches sehr viele Anwendungen im Oberflächenbereich abdeckt. Das Plugin hat ein Update bekommen und in diesem Zusammenhang sollte man sich den ThemeRoller mal anschauen. Übersichtlich wird dort dargestellt, wie und was geht. Das Theme kann per Klick erstellt und erwendet werden. Die Integration wird vereinfacht, auch wenn man dann auf Grund von Datenmenge die Lösung ändert. So kann man damit recht schnell ein Ergebnis erzielen. Ebenso kommt man sehr schnell zur Dokumentation und einer ganzen Reihe von Demos. Artikel #679, 9. Juni 2008 · CSS, xHTML, JS, Webküche · 0 Kommentare Tags: Framework, jQuery Gelesen: 1 · heute: 1 · zuletzt: 9. Jun 08, 12:06 Kommentar-Feed zum Artikel · TrackBack URL · Rivva Digest […]

  8. shawphy Says:

    It’s amazing!

  9. Dean Says:

    This feels rushed, jQuery UI is far from ready to be used in a production environment. Most of the demos don’t work cross browser. Safari 2 is not supported? Even though it looks good, I recommend to let things stabilize before you get too excited.

  10. Mike Says:

    Good stuff, I’ll wait for 2.0 because it seems the project still in flux.

  11. Romz Says:

    A single but huge : THANK YOU !

  12. lrbabe Says:

    It’s fantastic !

  13. Sharandeep Brar Says:

    Thanks for the amazing work guys!!!!!!

  14. jQuery UI 1.5, Un API para gobernarlos a todos | aNieto2K Says:

    […] Hoy anuncian la salida de jQuery UI 1.5, el script.aculo.us de jQuery. En la que al parecer han eliminado cerca del 95% de los métodos que se usaban previamente para centralizar más las llamadas a los efectos disponibles. […]

  15. Bram.us » jQuery UI 1.5 Released! Says:

    […] jQuery UI 1.5 hits the net … details in the extensive announcement Spread the word! […]

  16. jQuery UI 1.5. API, Effects, thèmes. Says:

    […] Paul Bakaus et l’équipe de jQuery UI ont sorti une mise à jour importante de jQuery UI 1.5 […]

  17. Andrew Says:

    Congratulations. I really appreciate this work. I know its a mammoth undertaking.

  18. evrim Says:

    i wonder when ui/jquery authors write a real ui toolkit, including tables/grids/forms. It’s useless for a real project now.

  19. John Sullivan Says:

    Who cares about Safari 2
    I’m running with it
    great job I know what time it is;)

  20. John thomas Says:

    Outstanding. very well done, nice article. Thank you.

    JT
    http://www.Ultimate-Anonymity.net

  21. David Parker Says:

    Great release! This library continues to amaze me. Keep up the good work!

  22. André Lamelas Says:

    Two words for the team: AWE-SOME.
    Congratulations for the wonderful work!

  23. jQuery News: UI 1.5 and jQuerify Bookmarklet » thecrumb.com Says:

    […] jQuery UI 1.5 is out!  I really need to try some of these but with most of my projects having strict 508 issues - there hasn’t been any opportunities to experiment.  I like how much thought they are putting into things and it looks like more good stuff is planned for the future: We’re already planning the next release and have a huge roadmap that contains plugins like grid, tooltips, menus, colorpickers, autocompletes and much more. […]

  24. Aaron Raddon Says:

    Wow! Truly impressive work on so many fronts! Thanks for continuing to bring innovation to the Javascript world!

  25. Ariel Flesler Says:

    Awesome work guys!
    My congratz to the outstanding UI Team!

  26. jQuery UI v1.5 Released, Focus on Consistent API and Effects | .Net Says:

    […] New release of the javascript libraryread more | digg story […]

  27. Release of jQuery UI v1.5 | The Book and the Cover Says:

    […] Full release notes can be found at the jQuery blog. addthis_url = ‘http%3A%2F%2Fbenjaminsterling.com%2Frelease-of-jquery-ui-v15%2F’; addthis_title = ‘Release+of+jQuery+UI+v1.5′; addthis_pub = ‘bmsterling’; Tags: jQuery […]

  28. NooDev ‘n’ Tek » Blog Archive » jQuery UI 1.5 Says:

    […] Au menu : API, thèmes et effets ! Je vous laisse découvrir cette interface utilisateur sur le site officiel qui vous donnera pas mal d’exemples pour commencer à l’utiliser … […]

  29. One for the Designers Says:

    […] On top of this, jQuery 1.2.6 was recently released and jQuery UI 1.5 has also just been released. […]

  30. jQuery UI 1.5 | commadot.com Says:

    […] jQuery has just released version 1.5 of their user interface module called “jQuery UI”.  Maybe not the most snazzy of names, however, the module is a major leap forward for web developers and application developers.  You can see the details at http://ui.jquery.com although the high interest has crash the server, I think.  I can’t wait to try it out. […]

  31. Thasmo Says:

    Mindblowing! Thanks so much! =o)

  32. CSS Gallery - Best sites in the world » jQuery UI v1.5 Released, Focus on Consistent API and Effects - Showcase & Css gallery - yet another css gallery Says:

    […] UI v1.5 Released, Focus on Consistent API and EffectsjQuery UI v1.5 Released, Focus on Consistent API and Effects - New version of jQuery: jQuery UI v1.5 - Examples and demos of jQuery1.5 […]

  33. xwisdom Says:

    It’s absolutely amazing! I love the ThemeRoller app!

    Can’t wait to see the table/grid component. It’s one of the most used components on the web.

    xwisdom
    http://xwisdomhtml.com

  34. Benjamin Lupton Says:

    Going to:
    http://jquery-ui.googlecode.com/files/jquery.ui-1.5.zip
    Inside the .zip file there is “version.txt” which says “1.5rc1″ isn’t this incorrect?

    Also I am confused about the naming convention used for the files, as I believe all the effects be in a seperate directory called “effects” as one is not dependent on the other and they are seperate packages now… Again with the theme downloads, instead of there being “jquery-ui-themeroller.css” it should be called eg. “smoothness.all.css” following the naming conventions used in the flora theme.

    Ultimately though, I believe that file structure should be something like:
    /jquery/jquery-1.2.6.js
    /jquery/demos/
    /jquery/themes/
    /jquery/tests/
    /jquery/plugins/
    /jquery/plugins/effects/
    /jquery/plugins/ui/

    The use of the plugins folder is useful as other jquery plugins just go in there, which is what enchant and ui are…

    Also one last one, jquery uses “jquery-1.2.6.pack.js” however, UI uses “ui.core.packed.js”.

  35. Chanel’s Blog » Blog Archive » New Version of jQuery UI Says:

    […] The good folks at jQuery just released a new version of UI library. For the uninitiated, jQuery UI is mostly a visual effects library that allows one to create AJAX-style user interfaces and interactions really quickly and easily. […]

  36. D7 Says:

    Congratulations!
    A hard work with a seriously great result!

  37. protofunc() » Die jQuery UI-Widget-Factory am Beispiel einer Canvas Map: Teil I Says:

    […] Wir müssen nicht mehr lange warten und jQuery UI 1.5 wird ist released. Neben einigen Komponenten und hübschen Effekten, bietet der Core eine – für Plugin-Autoren – interessante Widget-Factory, welche ich mal am Beispiel einer Canvas Imagemap näher unter die Lupe nehmen möchte. Als erstes sollte man sich daher die neuesten Versionen von jQuery, UI und explorercanvas (wir wollen ja, dass die Beispiele auch ein bisschen im IE funktionieren.) besorgen. Hier findet ihr eine - zugegebenermaßen - häßliche Demo des einfachen CanvasMap-Plugins (ich bin kein Grafiker und scheitere bereits bei Imagemaps :-) . […]

  38. Wöchentliche Rundablage: Silverlight 2, WPF, ASP.NET MVC, jQuery… | Code-Inside Blog Says:

    […] jQuery UI v1.5 Released, Focus on Consistent API and Effects […]

  39. Weekly Links: Silverlight 2, WPF, ASP.NET MVC, jQuery… | Code-Inside Blog International Says:

    […] jQuery UI v1.5 Released, Focus on Consistent API and Effects […]

  40. Benjamin Lupton Says:

    Following on what I said, it is only the version number inside “version.txt” that is incorrect, all the files are the correct version.

    And I forgot to say what a wonderful job the UI and jQuery team are doing, I am using jQuery UI in my own projects, and all of this is a fantastic move in the right direction. Congratulations and thankyou.

  41. BenLeTibétain Says:

    Enormous !

  42. Claudio Says:

    very good!

    About themeRoller, some little problem with IE:

    1. there’s a gap between tabs and content (ie6 and ie7) http://img241.imageshack.us/img241/2061/ietabslp5.jpg

    2. slider alignment (ie6 only) http://img136.imageshack.us/img136/8296/ie6sliderak8.jpg

    3. ie6 and ie7 :no active color when pressing buttons in dialog and days/next/previous in calendar.

    4. In ie6, also no hover color.

    Maybe 3 and 4 are normal and requires some jquery magics?

    Images linked in this comment:
    • $image
    • $image
  43. Claudio Says:

    ops….sorry for the big image.

    I also noticed no over in accordion (ie6)

  44. leo Says:

    thanks you very much! :)

  45. travi Says:

    The version.txt file in the development bundle still shows “1.5rc1″

  46. Matt Says:

    I’m sure this isn’t the place for bug reports, but…

    Under the “Drag prevention for pre-defined elements” heading in the “Draggable” section, I think you need some kind of “return false” on the anchor tag, otherwise the browser shoots to the top of the page when you click the link.

    I realise that it’s only a demo and anyone implementing it for themselves should take this into account, but it would make for a more usable demo experience…

    Matt

  47. jQuery UI 1.5 | АяксЛайн.ру Says:

    […] Источник:jQuery. Категория: jQueryАвтор: Spider Дата: 9 Июнь 2008 Время: 23:22    […]

  48. jQuery UI v1.5: API Mejorada, con efectos y Temas | Seraphinux Says:

    […] Link: jQuery | jQuery UI v1.5 Released, Focus on Consistent API and Effects Link: jQuery | ThemeRoller Link: jQuery | Demo page Link: Ajaxian | jQuery UI 1.5: Effects, API, and Themes Link: javaHispano | JQueryUI 1.5: Nueva API, efectos y temas Posts Relacionados […]

  49. Richard D. Worth Says:

    @Benjamin Lupton, @travi Thanks for pointing out the issue with version.txt. I uploaded a new zip (jquery.ui-1.5.0.zip instead of jquery.ui-1.5.zip) with it fixed. That’s the ONLY difference between these two files.

  50. links for 2008-06-10 « Mike Does Tech Says:

    […] jQuery: » jQuery UI v1.5 Released, Focus on Consistent API and Effects (tags: jquery ui awesome news) […]

  51. Pablo Impallari Says:

    Amazing work. Really.

  52. Akshay Says:

    Fabulous work. Congratulations to the entire team on an extremely well thought-out reworking of JQuery UI. My only quibble is that I think this work is worth a major version bump.

  53. a Says:

    I don’t understand. Instead of looking up what methods to call, now you have to lookup what string to pass a method? How is that an improvement? It completely breaks auto-complete as well.

  54. Reflective Perspective - Chris Alcock » The Morning Brew #111 Says:

    […] jQuery UI v1.5 Released, Focus on Consistent API and Effects - While not specifically .NET, the jQuery UI is interesting enough to web developers to cross platform boundaries, especially as it has a shiny new release. […]

  55. wesley Says:

    the download still doesn’t seem to work correctly. I selected YIU and the filename says .min.js

    Or is this normal? Since when I tried it earlier it showed YUI in the file name..

  56. links for 2008-06-10 « Breyten’s Dev Blog Says:

    […] jQuery UI v1.5 Released, Focus on Consistent API and Effects (tags: jquery ui) […]

  57. Robert O'Rourke Says:

    @evrim - I wouldn’t say that, the forms plugin is superb, table sorting plugins are available either via the ext.js extensions and grids IMO should be done with your own HTML+CSS (plus $.resizable) but ext.js covers that aswell. As people write and submit plugins for UI using the API that kind of functionality will become available too. It’s not at all useless for a real project now.

    That said I would love to see some examples added for the dialogue boxes. The ease of customising and using jqModal and the examples that go with that plugin would be great to see on the UI website.

  58. Записки и заметки обо всем » Blog Archive » Вышел jQuery UI 1.5, iPhone 3G и обновление Wordpress Says:

    […] Команда jQuery UI team выпустила новую версию jQuery UI. […]

  59. ITist Says:

    One thing I don’t like about UI: datepicker ~60kb !? I was looking for a simple datepicker/calendar for JQuery and this one looks to me huge.
    Maybe with new promised widgets (colorpicker / menu / etc.) we’ll see a lighter calendar.
    However, congratulations for your good work.

  60. Themeroller | Crea online tus themes para jQuery | ..: CRISTIAN ESLAVA | Diseño Gráfico / Web | Maquetación | Flash | Multimedia | 3D | Fotografía :.. Says:

    […] Se trata de una aplicación online para generar en vivo themes que integrar con jQuery UI 1.5. Acordeones, pestañas, calendarios todo personalizable y descargable. […]

  61. techfounder » Semi-colon mystery explained, jQuery UI released Says:

    […] In related news, jQuery UI 1.5 has been officially released, says the jQuery enquirer. jQuery 1.5 is an extensive UI oriented extension to jQuery, and version 1.5 bring forth many improvements such as a tighter API, an effects library called enchant, a skinning mechanism and plenty of bug fixes. I’m just excited they finally updated their documentation, as I’ve been using it for a while going only by source code. […]

  62. Frank Says:

    Nice work! I haven’t used it yet, but I’m looking forward to it.

  63. antiprocess.net » Blog Archive » Linkit: 9.6. - 11.6. Says:

    […] jQuery: » jQuery UI v1.5 Released, Focus on Consistent API and Effects […]

  64. Dean Says:

    I’m disappointed that this blog is selective in showing comments. I’ve comment on cross browser issues and the lack of Safari 2 support but that comment was quickly filtered.

    I guess the jQuery/UI team is only interested in ‘Nice work!’ type of comments. Getting things out fast should be of higher priority then creating stable scripts. As is, this won’t be very usefull in a production environment.

  65. JQuery UI 1.5 released | Web Tool OnLine Says:

    […] Recently, JQuery UI 1.5 released. […]

  66. MooTools 1.2 | Ionut Staicu - Webdeveloper Blog Says:

    […] MooTools 1.2 12 Jun After jQuery 1.2.6 and jQuery UI 1.5, I expected that some other frameworks release a new version (script.aculo.us, moo, and so on). For now, only Moo launched the final release (1.2) of their cool library. I don’t know what to say about the library (I didn’t try it yet), but this version of site is much, much nicer. […]

  67. links for 2008-06-13 « Richard@Home Says:

    […] jQuery: » jQuery UI v1.5 Released, Focus on Consistent API and Effects A re-write of jQuery UI - now even simpler! I predict by 2010 you will be able to jQuery a whole website in one small line of code: $().addWoWFactor() (tags: jquery ui api) […]

  68. Vernon Says:

    Fantastic job! I can’t help but comment at least on the demo page, the improvements are immediately noticeable. Earlier iterations of effects in JQuery, including Interface, had something lacking in terms of both stability and smoothness, especially in comparison to certain other javascript libraries. Trying out the demo page now, all I can say is wow! Congrats and a big thank you to the JQuery UI team!

  69. Simon Says:

    I can’t get the theme roller to work properly in IE7, the theme gallery is non existant and has a javascript error and the theme designer interface is very slow and if you use the colour pick to fast / too slow it then breaks for all future use and won’t exit without using the esc key.

    Also the demos could do with descriptions, the interface is flashy but not very user friendly, each scrolls around with no clue what it’s a demo for…

    Other than that it looks good and I’m pleased to see it progressing.

  70. jQuery UI v1.5 released < Blog::Log Says:

    […] Read all about it. Post a comment | Trackback URI […]

  71. Weekly Web Nuggets #16 : Code Monkey Labs Says:

    […] jQuery UI v1.5: jQuery’s UI project has shipped v1.5, where they’ve significantly enhanced the performance & usability! […]

  72. jQuery UI: dezamăgirea continuă | CNET.ro Says:

    […] Incredibil dar adevărat: jQuery UI se laudă cu versiunea 1.5, tocmai lansată, dar sfatul meu - evident sunteţi liberi să îl ignoraţi - este: nu îl folosiţi. Nu mă aşteptam, dar nici după ultimele luni de investiţie în noua versiune "produsul" nu are maturitatea necesară pentru a fi folosit într-un proiect serios, cu atât mai puţin unul comercial, care vrei să fie perfect. Din fericire există o comunitate maaaare, care a dezvoltat pluginuri mai bune, acoperind parţial jQuery UI. […]

  73. Mrasnika’s Lair » jQuery UI 1.5: Effects, API, and Themes Says:

    […] http://jquery.com/blog/2008/06/09/jquery-ui…/ […]

  74. Claudio Says:

    is IE6 still supported by UI 1.5 ?

    while trying the demos I’ve seen several problems…

  75. David Esperalta Says:

    jQuery UI y su ThemeRoller

    De la biblioteca jQuery para JavaScript he hablado, hablo y hablaré en esta bitácora, porque, si no exisitera h

  76. Around the web | alexking.org Says:

    […] jQuery UI v1.5 Released, Focus on Consistent API and Effects […]

  77. » WordPress 2.6 Beta 1 boren.nu Says:

    […] jQuery UI 1.5 […]

  78. Wordpress versi 2.6 beta 1 sudah rilis | KopiOnline.com Says:

    […] jQuery UI 1.5 […]

  79. わーどぷれすっ! » WordPress 2.6 ベータ 1 Says:

    […] jQuery UI 1.5 […]

  80. WordPress 2.6 Beta 1 Says:

    […] jQuery UI 1.5 […]

  81. WordPress 2.6 Beta 1 | protusi Says:

    […] Вчера вышла первая бета версия WordPress 2.6. Релиз обещается к середине июля. Скачать WordPress 2.6 Beta 1 можно тут. Версия 2.6 не столь важный релиз, как выход 2.5 версии, но все же есть довольно много важных нововведений. * Post Revisioning * A “Press This” bookmarklet for tumblelog style quick posting * Caching of static files with Gears for faster Admin page loads * A new and improved image editing dialog that offers lots of control over the images in your posts * Theme previewing as seen on WordPress.com * Built-in word counting in the post editor * The ability to disable remote publishing for the security conscious * XML-RPC API for changing blog options * Better SSL support for the Admin * Hierarchy-aware paging in the Manage Pages and Manage Categories admin pages. * The ability to relocate your content directory * The ability to move wp-config.php out of your web root * Drag-and-drop sortable galleries * Customizable default avatars * Bulk delete, activate, and deactivate for plugins * Check box range selection with shift-click * TinyMCE 3.1.0.1 with lots of bug fixes * jQuery 1.2.6 with some nice performance improvements * jQuery UI 1.5 * Lots of bug fixes and performance improvements These icons link to social bookmarking sites where readers can share and discover new web pages. […]

  82. WordPress 2.6 Beta 1 | FlishFun.com Says:

    […] Release Info: Post Revisioning A “Press This” bookmarklet for tumblelog style quick posting Caching of static files with Gears for faster Admin page loads A new and improved image editing dialog that offers lots of control over the images in your posts Theme previewing as seen on WordPress.com Built-in word counting in the post editor The ability to disable remote publishing for the security conscious XML-RPC API for changing blog options Better SSL support for the Admin Hierarchy-aware paging in the Manage Pages and Manage Categories admin pages. The ability to relocate your content directory The ability to move wp-config.php out of your web root Drag-and-drop sortable galleries Customizable default avatars Bulk delete, activate, and deactivate for plugins Check box range selection with shift-click TinyMCE 3.1.0.1 with lots of bug fixes jQuery 1.2.6 with some nice performance improvements jQuery UI 1.5 Lots of bug fixes and performance improvements […]

  83. WordPress 2.6 Beta 1 erschienen | Caschys Blog Says:

    […] jQuery UI 1.5 […]

  84. aMaNz » WordPress 2.6 Beta 1 Boleh di Muat Turun Says:

    […] Baru selepas beberapa bulan pihak WordPress mengeluarkan versi 2.5, kini WordPress 2.6 versi beta telah pun dilepaskan. WordPress 2.6 dijangka dikeluarkan pada pertengahan bulan Julai 2008. Bagi yang ingin mencubanya terlebih dahulu sebelum orang lain, anda boleh memuat turunnya sekarang. Antara perkara yang telah dinaik taraf ialah: Theme preview sama seperti di laman WordPress.com jQuery UI 1.5 Susunan halaman (pages) dan kategori mengikut hireraki (abjad, dan sebagainya) Galeri dengan sokongan drag dan drop Kebolehan untuk mengira perkataan (word counting) ketika menulis Avatar tetap yang boleh diubahsuai […]

  85. Wordpress 2.6 New Under The Hood Features - ShoeMoney® Says:

    […] jQuery UI 1.5 […]

  86. BlogTuga | Wordpress 2.6 Beta 1 Says:

    […] jQuery UI 1.5 […]

  87. WordPress 2.6 Right Around The Corner | Jeffro2pt0 Says:

    […] jQuery UI 1.5 […]

  88. Релиз Wordpress 2.6 beta1 | Вебмастеру посвящается... Says:

    […] jQuery UI 1.5 […]

  89. WordPress 2.6 Beta 1 at WordPress 2.6 Beta 1 Says:

    […] jQuery UI 1.5 […]

  90. mattwalters.net / links for 2008-06-25 Says:

    […] (tags: jquery) Post a comment — Trackback URI RSS 2.0 feed for these comments This entry (permalink) was posted on Wednesday, June 25, 2008, at 12:43 am by Matt. Filed inLinks. […]

  91. SocialTrend – Вышел релиз Wordpress 2.6 Beta 1 Says:

    […] * Ревизия записей; * Добавлен инструмент микроблоггинга “Нажми здесь” напоминающий быстрый постинг по типу tumblelog; * Кэширование статических файлов с Google Gears для быстрой загрузки страницы админа; * Новая и улучшеная настройка редактирования изображений и различный контроль изображений в постах; * Реализован предпросмотр шаблонов как на WordPress.com; * Встроенный счетчик слов в редакторе создания записи; * Возможность дистанционного отключения удаленных публикаций в целях безопасности; * XML-RPC API для изменения настроек блога; * Улучшена поддержка SSL для админки; * Панель администратора приобрела иерархическое разбиение на Управление страницами и Управление категориями; * Возможность перемещения директории содержимого ; * Возможность из корня сайта переместить файл wp-config.php; * Сортировка галереи способом drag-and-drop; * Аватары настраиваются по умолчанию; * Массовая активация, деактивация и удаление плагинов; * Устанавливать несколько чекбоксов методом shift+клик; * Большое количество исправлений в TinyMCE 3.1.0.1 с * Улучшена производительность jQuery 1.2.6 * jQuery UI 1.5 * Исправлено множество ошибок и улучшена производительность. […]

  92. Gabfire web design » The steps of WordPress 2.6 Says:

    […] jQuery UI 1.5 […]

  93. Download bản WordPress 2.6 Beta 1 | Việt Tutorial [Viettut.info] Says:

    […] jQuery UI 1.5 […]

  94. WordPress 2.6 le ultime novità » Archivi Blog » WordPress Italy Says:

    […] Con questa versione sono stati aggiornati TinyMCE 3.1.0.1 che corregg molti bug, jQuery 1.2.6 con varie migliorie sul fronte delle prestazioni e jQuery UI 1.5, come sempre con questa nuova versione sono state apportate moltissime modifiche per correggere bachi e migliare le prestazioni di parti di codice oltre ad un arricchimento della documentazione presente nel codice stesso. […]

  95. WordPress最新版本 | 狂舞网络 Says:

    […] jQuery UI 1.5 […]

  96. jQuery UI 1.5 - Rethinking UI | Ajaxonomy Says:

    […] Web Design […]

  97. Wordpress keeps going, WP 2.6 is well on it’s way | nomad-one consulting Says:

    […] jQuery UI 1.5 […]

  98. Lukewarm » Blog Archive » 100% faster jquery Says:

    […] and many others. […]

  99. Learning jQuery » Introduction to jQuery UI Says:

    […] After many months of stellar work, the jQuery UI team has released version 1.5 of their flagship suite of user-interface widgets, components, and effects. This release was focused on bringing you a standardized development API across all of the components, allowing for a more seamless experience when working with the jQuery UI library. […]

  100. ocean90’s weblog » Wordpress 2.6 RC1 erschienen Says:

    […] Update auf jQuery UI 1.5 […]

  101. WordPress Tweaks » Blog Archive » WordPress 2.6 Beta 1 Says:

    […] jQuery UI 1.5 […]

  102. Wir fahren mit Wordpress 2.6 | Promoter Blog Says:

    […] Update auf jQuery UI 1.5 […]

  103. FunBlog :: Grab The WordPress 2.6 Final Version Now! :: August :: 2008 Says:

    […] jQuery UI 1.5 […]

  104. dinesh Says:

    Fabulous work

  105. name Says:

    U6uwfJ Hello!,

  106. name Says:

    Hello!,

  107. name Says:

    Good day!,

  108. Sidre Says:

    İsmini yazıp öyle yorum yazmalısın..

    Thank you…

  109. Muhammad Hussein Fattahizadeh Says:

    hails, it’s the great project just you must do something beside it.

    1.recommend do the free and open source WYSIWYG editor ,that the interface of that like the OpenOffice.org.
    fully Ajaxed, file manager, spellchecker and much more …
    such as the www.fckeditor.net…
    but rewrite and optimize for jQuery library…

    2. put the css library behind it, such as the Yahoo User Inter face. layout tools and standardize W3C based for the page layout.

    thank for the great examples and demos … still more than …
    Good luck. :D

  110. Русский WordPress 2.6 (beta1) Lecactus Edition - Lecactus Home Says:

    […] jQuery UI 1.5 […]

  111. Ando Says:

    Thanks for the post. Poznovatelno.

  112. marlll Says:

    I like your article,man!

  113. Ginibreexia Says:

    hi there!
    I made with photoshop anime myspace banners.
    have a look at them:
    http://tinyurl.com/6zyjzt
    Thank you for your site :-) xoxo

  114. Saizep Says:

    Интересно, но все же хотелось бы побольше узнать об этом. Понравилась статья!:-)

  115. max Says:

    “Мне нравятся Ваши посты”

  116. arercelfWava Says:

    Ага, теперь понятно…А то я сразу не очень то и не понял где тут связь с самим заголовком…

  117. flouch Says:

    Огромное вам человеческое спасибо, очень актуальная заметка.

  118. VawQuaboub Says:

    Я бы сказала о монументальности, грандиозности некоторых сюжетов. А назвала бы - “нефильтрованный реал”. На мой взгляд, красота - это все-таки другое: лучшее, чистое, избранное, заставляющее трепетать и поражаться. Можно найти красоту во всем, но всё скопом - не есть красота. Имхо.

  119. Molarka Says:

    Крайне интригующая заметка, мерси ;)

  120. garycheg Says:

    Поздравляю всех посетителей blog.jquery.com с наступившем Новым Годом! :)

    Пусть Новый год cо счастьем новым
    Под сказку сна к вам в дом войдет
    И вместе с запахом еловым
    Здоровья, счастья принесет!

  121. TPL Says:

    “Блог в ридер однозначно”

  122. APS Says:

    Компания Гуардворк - реализация строительных услуг: Медицинские пункты.

  123. VBA Says:

    Организация «Профстройреконструкция» - оказание строительных услуг: Эксплуатация и особенности реконструкции.

  124. Vad Says:

    ООО “СтройТехноИзоляция” - продажа строительных материалов: Непрерывное стекловолокно.

  125. DEL Says:

    ООО «Проектно-сметное дело» - оказание высококачественных услуг: Заказы на проектирование.

  126. pefensat Says:

    Портал отличный, порекомендую всем знакомым!

  127. becker Says:

    Портал просто замечательный, буду рекомендовать друзьям!

  128. APS Says:

    И правда креатив…супер!

  129. FOX Says:

    “Блог в ридер однозначно”

  130. Виктор Says:

    Очень интересно !

  131. Serii Says:

    думаю стоило бы выделить некоторые моменты и рассказать подробнее..

  132. cromizer Says:

    Хотел сесть на два стула, да и очутился на полу

  133. presents.su presents Says:

    Твое желание неосуществимо в обозримом будущем…

  134. FOX Says:

    да,но это еще и не все…

  135. Юрий Says:

    Автор молодец, что поднял эту тему. Я и сам этим давно интересуюсь, если кому-то ещё интересно, можем устроить дискуссию тут.

  136. Сосочка Says:

    Знакомый стиль.

  137. Титька Says:

    Спасибо за инфу!

  138. Хуй во рту Says:

    А Вы знаете какой сегодня праздник?

  139. Агата Says:

    Побольше бы таких тем!

  140. Евдоким Says:

    Да, всё верно написано.

  141. Tamara Says:

    что касается темы, то мне кажется актуальность будет известна только через некоторое время.

  142. Мужик Says:

    Зачётная тема!

  143. Аза Says:

    Хм… Очень даже ничего.

  144. Портал о электронных играх Says:

    Искал реферат в Яндексе, и набрел на эту страницу. Немного информации по моей теме реферата набрал. Хотелось бы побольше, да и на том спасибо!

  145. Афанасий Says:

    В принципе неплохо описано, но информация эта уже устаревшая.

  146. Алексей Says:

    Где-то я уже читал похожее, причём слово в слово…

  147. max Says:

    “Прямо даже не верится”

  148. PDV Says:

    Спасибо вам за сайт, очень полезный ресурс, мне очень нравится

  149. Roman Says:

    Сибирский Развлекательный Портал - FunSib.ru Скучаете? Хотите поздравить любимого человека или коллегу? Хотите удивить себя и своих близких?
    Теперь на одном портале все самое веселое и познавательное, смешное и увлекательное, актуальное и неизвестное, все самое интересное!
    Ежедневный курс валют, подробный гороскоп и прогноз погоды на ближайшее дни, бесплатная отправка SMS.
    Богатая коллекция Анекдотов, приколов и афоризмов на любую актуальную для Вас тему.
    Лучшие Тосты, поздравления и виртуальные открытки к любому празднику для Ваших друзей и знакомых Вы найдете здесь!
    Коллекция музыки, фильмов, мультфильмов, программ, игр с прямыми ссылками для скачивания.
    Самые свежие и интересные Flash игры On-line всевозможных жанров.
    Самые свежие новости и Интересные факты из мира политики, общественной жизни, Интернет, фильмов, игр, программ.
    К вашим услугам виртуальный гипермаркет любых товаров с бесплатной доставкой по Сибири!
    Для Вас сегодня особенный день? Проведите его с нами!

  150. OБAPATEHЬ Says:

    Да, Именно так и было!:))

  151. Дeли Says:

    Спасибо за интересный материал, почитал несколько Ваших записей, очень понравилось, продолжайте дальше!

  152. DIN Says:

    круто..взяла почти все))

  153. Dmitry Says:

    Я тоже такое пишу, только про автомобили

  154. Валерий Says:

    Классный сайт! Автор, а ты тут один постишь? Помошники не нужны ?

  155. Юрий Says:

    Очень понравился этот блог !

  156. Макар Says:

    Информация бесспорно интересная. Уверен что любой читатель не сможет остаться равнодушным к тексту

  157. PDV Says:

    “Спасибо за такой пост”

  158. арендатор Says:

    много мыслей…

  159. KolikoTer Says:

    Сайт достоин уважения. Это лучшее что я видел. Риспект

  160. BAS Says:

    Тема мало затронута, тоесть не раскрыта… не респект((

  161. Sergey Says:

    Действительно интересный блог. Автор, не желаете ли его продать? Свяжитесь со мной - 7812один. Сергей.

  162. Kondor Says:

    Благодарю за интересную и хорошую информацию обязательно буду заглядывать к вам.

  163. Сергей Says:

    Мне понравилось ваше мнение по этому вопросу…

  164. Василий Says:

    Что-то блог уже давно не обновляется. Мне вот интересно, а куда подевался автор?

  165. CargoMenz Says:

    blog.jquery.com самый лучший! ребят так держать :)

  166. CreditorZ Says:

    blog.jquery.com поздравляю вас с праздником, всего наилучшего!1

  167. mrJ Says:

    И правда креатив…супер!

  168. RedmanQ Says:

    Достаточно хорошая тема. ИМХО лучшее что я видел

  169. Anonymous Says:

    Add blog in my records!

  170. FridOpG Says:

    Афтору риспект. Пости даьше. Рульно получилось

  171. SasShoKK Says:

    Блин после праздника, голова болит ппц, даже читать не могу что то :(

  172. Кострома Says:

    Catalog-rating of all hotels of  Kostroma and Kostroma region.

  173. advertmaster Says:

    Честно, неплохая новость

  174. Tritsiklij Says:

    Ох порадовали так порадовали. Это вам тут не шутки

  175. FredyterO Says:

    Уххх Да блог что надо. Посмотрю еще раз на досуге

  176. Ивана Says:

    Блог в ридер однозначно, Хороший текст, мне понравилось. :)

  177. Axl Says:

    круто..взяла почти все))

  178. Chaki Says:

    А вобше хотелось бы видеть обновления почаше, а так ребят жедаю вам успеха в продвижении вашего блога. Успехов :)

  179. APS Says:

    да,но это еще и не все…

  180. консультант Says:

    Кстати да, часто!

  181. холодный Says:

    За такие посты надо награды давать, на полном серьезе!

  182. теплый Says:

    Так-так… надо будет присмотреться к этой области

  183. пила Says:

    Классная статья - спасибо!

  184. AVX Says:

    мда, а сами то согласны с вышеизложенным?

  185. film Says:

    “Блог в ридер однозначно”

  186. MAN Says:

    Читаешь это и думаешь….

  187. линкомаулия хочу Says:

    Прямо даже не верится

  188. Алексей Says:

    Сиб-Katalog.Ru - прейскурант корпораций и корпораций, располагающихся на местности Сибири и Дальнего Востока.

  189. Rentcomplex Says:

    Спасибо за статью

  190. TrormaCeasmaw Says:

    Спасибо громадное за предоставленную справку. Нахожусь рад разместить ее у себя на дневнике. Если Вы не против, то я так и совершу.Если существуем какие-то проблеммы со копирайтом, постучитесь на мой дневник,я целое исправлю. Так же прибавил Ваш служба на соцзакладки. Вообщем если что обращайтесь, - извечно выслушаю и осмыслить. Со, уважительностью, Firestarter.

  191. Валерий Says:

    Статья интересная. Но почему нет дискуссии по этой теме? Никому нечего сказать чтоли ?

  192. митя Says:

    .
    Интересненько, а кто может разъяснить девушке как добавить этот блог в избранное?

  193. Дмитрий Says:

    Спасибо за такой пост. Хороший текст, мне понравилось. :)

  194. ремонт окон всех Says:

    “Отлично, чуть не описался )))”

  195. volovik Says:

    ,

  196. Влад Says:

    Спасибо за пост, блог понравился! Только спама у вас много!!! Поставьте плагин AKISMET.

  197. Diana Says:

    Beautiful!

  198. Алексей Says:

    Статью внимательно прочитал. А что нет комментариев? Очень интересно было бы прочитать мнения толковых людей, кто разбирается в этой теме.

  199. пчела Says:

    Админ. Хотелось бы поговорить насчёт рекламы в вашем блоге. Если вы согласны, отпишите ваши условия mixanru@rambler.ru Благодарю

  200. Иннoчкa_-MAMBO Says:

    Спасибо! Как раз то, что я искала

  201. Сашенька Виногр Says:

    Я тоже думаю об этом иногда, наверное каждый думает

  202. Purgatori Says:

    Автор, удивительно читать такое на вашем блоге

  203. HooH Says:

    Н-да, субъективное мнение автора оспаривать и оспаривать

  204. Gorodok Says:

    “Мне нравятся Ваши посты”

  205. Jezra Says:

    A u vas para oshibok v tekste… toka ne obizhajtes )

  206. Web site Says:

    Интересный сайт! Много интересной информации, молодцы.

  207. kcar Says:

    Трудновато читается шрифт, может стоит сменить?

  208. ramamba Says:

    Интересная информация, много нового узнал!

  209. swindler Says:

    Да уж… Тут как люди раньше говорили: Азбуку учат — во всю избу кричат :)

  210. Qt Solutions Says:

    Cool game

  211. Аватар вконтакте Says:

    Действительно дизайн превосходный, но форма с камментами жутка кривая

  212. ремонт окон всех Says:

    Да внатуре креатив…супер!

  213. MOI Says:

    тема, как, говорицца, раскрыта полностью))

  214. Odjed Says:

    Poleznaja tema, ne ostanavlivajtes. Sluchaetsja, chto nahozhu otvety, kotorye prosto otkrytija dlja menja. Premnogo blagodarna!

  215. Газда Says:

    Экосберегающие окна Газда.

  216. ipb Says:

    Спасибо. Хороший эффект. Попробую использовать его в своем блоге.

  217. Saraphina Says:

    Думаю автор немного преувеличивает

  218. Portygalia Says:

    не уверена, что это так. но пост всё равно классный, спасибо

  219. Техник Says:

    Оно того стоит.

  220. Offede Says:

    Вот решил вам немного помочь и послал этот пост в социальные закладки. Очень надеюсь ваш рейтинг возрастет.

  221. HD фильмы Says:

    Скачай фильмы на максимальной скорости без регистрации. Только качественные фильмы в HD разрешении. Много интересного на HDmania.ru
    Большинство фильмов можно скачать одним файлом. Быстро, удобно и без долгого ожидания.

  222. Funich Says:

    Отлично

  223. Симпатик Says:

    Информация хорошая, спасибо

  224. АлександрПавлов Says:

    Замечательный пост

  225. Кулик19 Says:

    Ага, не зря зашёл на сайт

  226. Relax Says:

    Ага, не зря зашёл на сайт

  227. Мелисса Says:

    Огромное человеческое спасибочки !

  228. Труженник биржи Says:

    А сколько стоит реклама на этом блоге, интересует не закрытый в тэги баннер.

  229. suermvalstume Says:

    Очень занятная запись. Добавил Ваш ресурс в закладки.

  230. КирилП Says:

    Благодарю за информацию

  231. Кииса Says:

    какой же у вас интересный блог :) уже пол-дня тут сижу и всё никак не могу уйти

  232. Alamatma Says:

    ну всё, теперь точно подпишусь на rss. после этого поста уже невозможно не подписаться :)

  233. Ваджих Says:

    Полностью согласна!

  234. Наталья_Солянина Says:

    автор, а вы случайно не знаете такого блоггера Metr?

  235. Shopaholic Says:

    Автор, а вы уверены? Ведь может быть и по-другому

  236. Boyarin1 Says:

    Замечательный пост

  237. Tranquil Says:

    а я такое видела в livejournal у Тёмы

  238. SirStepan Says:

    Актуально, благодарю

  239. youlia Says:

    Ну что тут ещё можно сказать, автор на 100% прав

  240. иренка Says:

    хм, а вот многие считают как раз наоборот

  241. Appakamumpink Says:

    suborn virginia slims ultra light cigarettes
    cheap doral cigarette cheaply doral cigarette|base doral cigarettes
    shoddy doral cigarettes shabby doral cigarettes
    cheap gpc cigarette cheap gpc cigarettes
    tight gpc cigarettes shoddy gpc cigarettes
    virginia slims ultra

  242. AngeL Says:

    Что-то такое я уже видела, но всё равно интересно

  243. lilsKimeces Says:

    Честно, неплохая новость=)

  244. lilsKimeces Says:

    Можно и по этому вопросу, ведь только в споре может быть достигнута истина. :-)
    Хорошо! Все бы так писали :-)

  245. Kesida Says:

    поддерживаю автора ! спасибо за пост!

  246. LENA Says:

    спасибо, я искала эту информацию по всему инету

  247. СтепанРазин Says:

    Полезная информация, спасибо

  248. VikOm Says:

    Автор, а за сколько вы бы могли продать этот домен?

  249. Juzz Says:

    Что-то такое я уже видела, но всё равно интересно

  250. KOWBOY Says:

    по-моему вы кое-что не учли

  251. Der Says:

    Давно читаю ваш блог и вот, наконец, решил высказаться. Хочу сказать, что отличный блог и огромное вам спасибо за такие полезные посты

  252. FRG Says:

    Как я вас понимаю, автор

  253. buck Says:

    Я бы не был так категоричен

  254. x2 Says:

    Мне об этом раньше говорили, а я ещё сомневался так это или нет… но раз вы пишете…

  255. Vineam1n Says:

    Есть кое-какое замечание, стукните в аську 235-246-245

  256. Дмитрий Says:

    Фабрика матрешки- матрешки с ушками, хороший подарок. Матрёшка с ушками -винни пух от производителя оптом г. Сергиев Посад.

  257. nedostupnaya Says:

    Спасибо. Просто спасибо, за красивые мысли вслух. В цитатник.

  258. Abaev Says:

    ДА класнно что есть знающие люди… Пишут статьи … приятно было прочитать

  259. BOMBAOQLAN Says:

    Очень глубокая и позитивная статья, спасибо. Теперь буду почаще заглядывать к вам на блог.

  260. Archer Says:

    Я подумал и удалил сообщение

  261. 2 мужика трахают брюнетку Says:

    Смотрите как 2 мужика трахают брюнетку

  262. 飞鸽传书 Says:

    飞鸽传书即时通讯软件。

Leave a Reply