Jump to content
Дизайн и модификация Invision Community IPBSkinsBETA
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
Qartvela™

Как подружить Ckeditor c jQuery? IP.Board 3.4.9

Recommended Posts

Здравствуйте

В ckeditor.js после:

class="cke_bottom" role="presentation">',z,'

Добавляю:

    <label id="TestLabel" for="TestLabel" title="">Test Button</label>
    <input type="file" id="TestUpload" name="files[]" accept="" multiple />

В шаблоне postFormTemplate подключаю uploader.js:

jQuery(function($) {
	$('#TestUpload').on('change', function(e) {
		console.log('Changed');
	});
});

Что можно сделать для моей старухи? К сожалению, обновление форума не просматривается.

Share this post


Link to post

А для чего вам jquery?

Share this post


Link to post
23 hours ago, siv1987 said:

А для чего вам jquery?

Уже не помню (( вчера были какие то ошибки упоминающие о jQuery

что делать чтобы uploader.js заработал

 

 

Share this post


Link to post

Надо знать что там за ошибки.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...