Search Results

0
votes
3answers
1k views

jQuery jWYSIWYG inside jquery.ui.tab

So I managed to get a page with Ajax ui.tab and in one of the tab I put …
0
votes
2answers
929 views

Get radio value inside iframe

How do I go about doing this with jQuery? Basically the structure: <form id="myForm"> <iframe> <!-- Normal HTML headers omitted --> <input typ …
0
votes
1answer
62 views

jQuery: Facebook iframe app html inaccessible

Why cant I access the embedded app elements? Looking at the HTML, the app is put inside a div but when I try to find the div contents, e.g. $("input").get() …
2
votes

Unobtrusive Javascript rich text editor?

I was looking for a good editor too last week, tried WMD but is just not easily customized enough compared to markItUp. It's so …