When tabs is load and activate the tab the dialog is shown and load an index page. If I comment out $('#invite-tabs').tabs(); when content in dialog is shown w/o index page.
Hi! I'm wrote a plugin that creates some html structure. And when I trying to call insertBefore or insertAfter with additional html tags twice or more I'm getting an first html structure but w/o the last inserted tags.
E.g. we calling plugin w/ default setting and add "show_close_btn" parameter. In result we got the first message w/ "Close" link but if we click fast on link(that creates a message) we got just message w/o "Close"...
I've got a problems with the text() method. When I trying to print string like this
"D:\WWW\htdocs\ka\downloads\kamelia\movie/e\1" I've got a string like this "D:WWWhtdocskadownloadskameliamovie/e" When I test this with html() method and got the same results.
PS! All text in UTF8 encoding. In attachments on first screen source code and on second that I'm seeing in browser. At the top of page in second screen text printed via PHP echo.