Adam Klimowski
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Sidebar Login] Placeholder ValuesTry to add this to your sidebar-login.js file:
$(document).ready(function(){ $('form').find('input[name="log"]').each(function(ev) { if(!$(this).val()) { $(this).attr("placeholder", "Username"); } }); }); $(document).ready(function(){ $('form').find('input[name="pwd"]').each(function(ev) { if(!$(this).val()) { $(this).attr("placeholder", "Password"); } }); });Forum: Plugins
In reply to: [Plugin: Contact Form 7] File upload fails in OperaCould you please learn me how to do that? I have the same problem and I’m helpless…
Forum: Plugins
In reply to: [Plugin: Aleph] List of interestsIt works, you saved my life 🙂 Thank you so much.
Forum: Plugins
In reply to: [Plugin: Aleph] List of interestsThanks, Detective. And when I want to display list of all users’ interests? I think about list like in your Gaming Codes plugin, where I had list of people with Nintendo, with XBox, with PSN etc. …
Forum: Plugins
In reply to: [Plugin: Aleph] List of interestsThank you, but could you explain it as simple as possible? I’m beginner in this matter 🙂
Viewing 5 replies - 1 through 5 (of 5 total)