Results 1 to 2 of 2
- 10-15-2016, 05:28 AM #1
Member
- Join Date
- Oct 2016
- Posts
- 2
- Rep Power
- 0
label input for child theme us js
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">
Last edited by chubbychub; 10-15-2016 at 05:31 AM.
- 10-15-2016, 10:35 AM #2
Re: label input for child theme us js
You are looking at JavaScript code. Java is not the same as JavaScript.
Besides that, you are not giving out enough information to start helping you. Prepare a better question and find a Wordpress forum to drop that in."It's not fixed until you stop calling the problem weird and you understand what was wrong." - gimbal2™ © 2013
Similar Threads
-
create Theme in new XSSFWorkbook
By Piotr in forum Apache POIReplies: 2Last Post: 08-03-2015, 10:40 AM -
Eclispe color theme problem
By Aboogesnickle in forum EclipseReplies: 3Last Post: 07-23-2014, 11:00 PM -
How to change SWT/JFace theme
By sivakrishnain in forum SWT / JFaceReplies: 0Last Post: 07-28-2010, 07:29 PM -
FreeMarker error when trying to use AJAX Theme
By vips_jil in forum Web FrameworksReplies: 0Last Post: 02-24-2010, 10:42 AM -
theme while running
By pgag45 in forum NetBeansReplies: 4Last Post: 04-20-2009, 05:33 AM
Bookmarks