Results 1 to 3 of 3
- 10-15-2016, 10:55 AM #1
Member
- Join Date
- Oct 2016
- Posts
- 2
- Rep Power
- 0
inserting a java function that will overlay text
I have a wordpress theme and someone wrote a script as a child theme:
this is the view source code:
Java Code:<label for="sf3_textsearch_textsearch">Text Search</label> <input id="sf3_textsearch_textsearch" value="" name="sf3_textsearch_textsearch" placeholder="searching something here" type="text">
Java Code:jQuery('document').ready(function () { jQuery('.wpl_search_fields.textsearch input').each(function(ev){ jQuery(this).attr("placeholder", "searching something here "); }) });
Java Code:<label>Price</label> <input id="sf3_unit_price" class="wpl_search_widget_field_unit" name="sf3_unit_price" value="260" type="hidden">
I think I post the same question in the wrong forum, if the mods can delete the other one please. Just new to all this stuff and this coding is too advanced for me.
- 10-15-2016, 01:37 PM #2
Re: inserting a java function that will overlay text
Javascript is not the same as java. You need to find a javascript forum
Moved from java sectionIf you don't understand my response, don't ignore it, ask a question.
- 10-16-2016, 06:42 PM #3
Re: inserting a java function that will overlay text
If you don't like my answer in the first post (http://www.java-forums.org/forum-lob...avascript.html) you can say so. Don't start another thread with the same question.
"It's not fixed until you stop calling the problem weird and you understand what was wrong." - gimbal2™ © 2013
Similar Threads
-
JTextArea differenet methode of inserting text
By taptaptill in forum AWT / SwingReplies: 3Last Post: 12-27-2012, 06:07 PM -
Need help with Reading string in text file and inserting them into a singly linked
By Googly in forum New To JavaReplies: 6Last Post: 05-12-2012, 05:29 AM -
Inserting line into text file
By Onra in forum Advanced JavaReplies: 5Last Post: 09-14-2010, 12:21 PM -
Scanning text file and inserting contents into array
By jmwalloh in forum New To JavaReplies: 8Last Post: 03-24-2010, 01:33 PM
Bookmarks