Показаны сообщения с ярлыком jquery. Показать все сообщения
Показаны сообщения с ярлыком jquery. Показать все сообщения

суббота, 31 августа 2013 г.

jQuery Tree plugin

Very often in web development UI you need a tree component. Some time ago I've written about jsTree and lazy loading. Now I've found the promising alternative called zTree. It is a jQuery plugin that supports JSON, AJAX, checkbox and other things you can imagine. Also it has good documentation and examples. Moreover it is easy to use. 

среда, 21 августа 2013 г.

jQueryUI position utility

In web-development you often need to work with html, css, javascript.
The most tedious part of this work is to position elements among each other.

What can help you to speed up this work?

I have discovered the position method in jQueryUI library.
This method easily allows you to position given element against selector, element, jquery or event. The last option means that you can also position elements against your cursor.

Hope this help someone.

вторник, 20 марта 2012 г.

JQuery ajax post on Safari windows and Apache2

Добрый вечер,
Недавно я словил удивительный баг: иногда при попытке отправить post запрос через jQuery в Safari под Windows на Apache HTTP Server 2 происходило следующее. Запрос отправлялся, однако на сервере я не мог получить ни одного параметра http запроса. Более того, подобная ситуация не имела какого-либо сценария воспроизведения.

Решение:
Проблема решилась с помощью редактирования файла httpd.conf и выставлении опции KeepAlive Off.

Подобные ситуации возникают, и они описаны в сети. Достаточно ввести поиск по словам "jquery ajax tcp post".