User Profile

Collapse

Profile Sidebar

Collapse
neha thakur
neha thakur
Last Activity: Mar 12 '11, 12:34 PM
Joined: Mar 12 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • neha thakur
    replied to object expected error in IE8
    Object Expected Javascript Error in IE8

    Object Expected Error for following code:-

    $(function() {
    $('.password'). pstrength();
    });
    See more | Go to post

    Leave a comment:


  • neha thakur
    started a topic Javascript error in IE8

    Javascript error in IE8

    Expected';'
    login.php
    code:0

    Line:13
    Character:12

    THe code is not such that we can place ; on line 13 character 12. Can anybuddy help me out
    See more | Go to post

  • neha thakur
    started a topic object expected error in IE8

    object expected error in IE8

    I am getting an error object expected in IE8 for following code. Could anybody help?
    Code:
    $(function() {
    $('.password').pstrength();
    });
    This is the highlighted code out of the following code.


    Code:
    <script type="text/javascript">
    $(function() {
    $('.password').pstrength();
    });
    checked=false;
    function checkedAll (myform) { 
    var aa= document.getElementById('myform');
    ...
    See more | Go to post
    Last edited by Dormilich; Mar 12 '11, 08:26 AM. Reason: please use [CODE] [/CODE] tags when posting code
No activity results to display
Show More
Working...