add content to integrations/jquery.md

This commit is contained in:
r12s
2015-11-12 11:51:28 -08:00
parent 7925bb741c
commit c864036ba9
+3 -3
View File
@@ -1,13 +1,13 @@
---
layout: default
title: jQuery Integration
description: Add custom logic to render TinyMCE inside jQuery dialogs.
title_nav: jQuery
keywords: jquery javascript
description: Add custom logic to render TinyMCE inside jQuery dialogs.
keywords: integration integrate jquery javascript
---
## TinyMCE in a jQuery UI Dialog
You need to add some custom logic when rendering TinyMCE instances inside jQuery UI dialogs since it blocks all focus in calls of elements outside the dialog. [Check this fiddle out](http://fiddle.tinymce.com/rsdaab) for a working example.
// This article is a work in progress. Click the contribute button (in the blue area above) if you would like to contribute to this article.
> This document is a work in progress. Click the contribute button (in the blue area above) to improve this page.