Modify ↓
Ticket #4822 (closed bug: invalid)
Using JQuery with php.
| Reported by: | Deepthi Sajja | Owned by: | joern |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.4 |
| Component: | web | Version: | 1.3.2 |
| Keywords: | Cc: | deepthi@… | |
| Blocking: | Blocked by: |
Description
Hi,
I have used JQuery lightbox with a php file. Code is <script> $(function() {
$("button[rel]").overlay();
}); </script> <!-- override styles for some of the overlays --> <style> I was getting error saying
Object dosen't support this property or method. after $(function(){.
How can I resolve the issue.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Please ask on a jQuery forum, rather than opening a bug report.