Jump to content
  • 0

Подключение css с помощью js


Дядя Саша
 Share

Question

Проблема собственно не с самим подключением, а с определением момента когда таблица загружена.

В ИЕ работают и onreadystatechange и onload, но мне либо кажется либо как то все равно не синхронно...

В ФФ не работает ни то ни другое.

Ещё вижу как вариант загрузить стили с помощью аякса, а потом вставить их в уже подключённую таблицу, возможно пустую. В общем кто больше знает подскажите пожалста.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Попробуй

<script type="text/javascript" src="java/jquery.js"></script>

и

<script language="javascript">
$(document).ready(load_content);
</script>

в load_content подгружаешь стили

$.post('script.php',{arg1: value1, arg2: value2,...},function_show);
// script.php - скрипт генерирующий стиль или просто скрипт со строкой чтения файла и вывода на экран
// arg1: value1, arg2: value2,... - если необходимы входные данные для script.php
// function_show - функция обрабатывающая входящую строку применяя стиль

Link to comment
Share on other sites

  • 0

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

Асинхронно загружаю файл стилей в переменную, потом её парсю и добавляю правила в заранее подключённую пустую таблицу стилей.

Но все же надеялся что можно как то по проще все это решить...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy