Side navigation
#4822 closed bug (invalid)
Opened June 26, 2009 10:55AM UTC
Closed June 27, 2009 08:20PM UTC
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@centricasys.com | |
Blocked by: | Blocking: |
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.
Attachments (0)
Change History (1)
Changed June 27, 2009 08:20PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Please ask on a jQuery forum, rather than opening a bug report.