In my web app, I am using jQuery to select all the links on the page and intercept where they go to so that I can switch to a different part of the page with AJAX. The problem is that some of these links are in InfoWindows (if that s what they re called) on a Google Map. For some reason the jQuery selector $( a ) isn t selecting them. They re loaded at the same time that the page is (which is when $( a ).click is called) and I don t see how they don t show up in the DOM. Any ideas?
How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.