[jQuery] Ajax Auto Updating in Modal Popup in jQuery

2009-09-01 Thread Anindya Roy Chowdhury
Hello, I am doing software engineering in bangladesh. Right now i am doing Screenshot development of my current project. I am gonna using jQuery as Javascript framework in my project. For this i need some help as i dont know jQuery very well. Is it possible to make Modal popup which is

[jQuery] jqModal - ajax response

2009-06-17 Thread prashant roy
callback like onShow/onHide,OnLoad but how i can check returned content from ajax for this jQmodal. -- Prashant Roy

[jQuery] jsonp to a static remote file

2009-05-12 Thread Roy M
Hello, Currently I was able to load remote JSON (php) file using JSONP protocol. However, how to do if my remote file is static? In the doc, it said: you can load JSON data located on another domain if you specify a JSONP callback, which can be done like so: myurl?callback=?. But since my

[jQuery] Cross domain Ajax without Proxy

2008-12-10 Thread Roy M
Hello, Is it possible to get remote contents if page is in another domain, without use of proxy? E.g. div id=test/div script type=text/javascript $(#test).load(http://www.google.com;); alert( $(#test).html() ); /script Thanks.

[jQuery] [Job] CSS/jQuery/HTML Perfectionist

2008-05-13 Thread Gavin M. Roy
Turn bloated pages with too much markup into minimalist art Enhance javascript apps turning them into awe inspiring jQuery code Contort CSS into flowing sheets of elegant simplicity Prototype applications composing an amazing amalgamation of these areas Define the standards for doing such things

[jQuery] jQuery UI bug (sortable)

2008-02-16 Thread Roy
when using sortable with options connectWith, it will have IE z- index bug.