Skip to content

maxgronlund/ck-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== README

ck is carikerjaan a web based job marketplace. This web meat to expand our interaction with our followers in instagram

Follow @carikerjaan at instagram to know us more.

Turbolink integration

app/assets/javascripts/init_ckeditor.coffee

ready = ->
  $('.ckeditor').each ->
  CKEDITOR.replace $(this).attr('id')

$(document).on('turbolinks:load', ready )

Turbolink-classic integration

app/assets/javascripts/init_ckeditor.coffee

ready = ->
  $('.ckeditor').each ->
  CKEDITOR.replace $(this).attr('id')

$(document).ready(ready)
$(document).on('page:load', ready)

Make sure the file is loaded from your app/assets/javascripts/application.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published