• 0

Jquery conflicts


Question

hey guys i have tried everything but just cant get this one PLEASE HELP!!! lol

ok goto http://twitterrooms.co.uk

Username:-demo

Password:-demo

left side menu click "Activity feed"

then try and post for some reason the "Share" button is disabled which i think is because Ajax form is not loading same as lightbox plugin i am using bootstrap...

i have looked at FireBUG but can only see the errors dont know how to fix

Link to comment
https://www.neowin.net/forum/topic/1156490-jquery-conflicts/
Share on other sites

6 answers to this question

Recommended Posts

  • 0

hi i have found whats going on but still cant fix it lol this is the code


$("input[class=button]").attr(\'disabled\',\'\');
$("input[class=button]").click( function () {
$(this).attr(\'disabled\',\'disabled\');
$(this).attr(\'value\',\'Submitting\');
$(this).after(\'<img src="'.uhome().'/files/loading.gif" />\');
$(this).parents("form").submit();
return false;
});
[/CODE]

and it uses query.form.js but even when i delete this its still a problem its still disabled the submit button

  • 0

hi i have found whats going on but still cant fix it lol this is the code


$("input[class=button]").attr(\'disabled\',\'\');
$("input[class=button]").click( function () {
$(this).attr(\'disabled\',\'disabled\');
$(this).attr(\'value\',\'Submitting\');
$(this).after(\'<img src="'.uhome().'/files/loading.gif" />\');
$(this).parents("form").submit();
return false;
});
[/CODE]

and it uses query.form.js but even when i delete this its still a problem its still disabled the submit button

Why are you escaping the quotes? Also why are you using attr to affect the disabled property?

  • 0

Why are you escaping the quotes? Also why are you using attr to affect the disabled property?

i'm escaping the quotes because its run through a PHP variable, and its not my code its Jcow code i'm just creating a theme so i would LIKE to get the theme working without modding the main script (if possibal)

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.