var loginContainer =
$('.property_container[id="property_"+propertyID+').find('.login_container')
;



The ID of the property_container class div is property_1530.

I'm trying to find the div with the class "property_container"
(.property_container)
that has the id "property_1530", where 1530 is a variable, propertyID.

I guess I could just simplify the id to be just the "propetyID" instead
of appending "property_", but why make it easy! :o)

I've tried every combination I could come up with to make this work,
but just can't get it to do what I want.  Maybe my whole approach to this
needs to be reworked, and will, if I can't make this work.

Clues, anyone?

Thanks!

Rick



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349181
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to